- What are portals in frameworks like React and Vue?
- What are some differences between various portal implementations?
- The 14 reasons why engineers write automated tests
- How to mock POST requests using Nock in JavaScript
- Scoped styles don't get applied to functional components in Vue 2
- Portals in Vue 2 don't work with Slot Props from Scoped Slots
- (React) Old state when the user navigates back
- Sure, I can start working on it right now! But is it a wise thing to do?
- Your XML security library is sabotaging your work. Here's what you can do about it.
- Are XML Signatures secure?
- How to merge the composer.lock file?
- React hooks... Oops! Part 4 - API responses get out of sync with the state
- It's 2020. Why is testing front-end applications so hard?
- What does the font-weight property tell us about automated testing in the front-end world?
- The new CSS Grid will change the way you think about layouts. Here's why.
- How to prevent intermittent test failures
- React hooks... Oops! Part 3 - an effect doesn't run again when its dependencies change
- React hooks... Oops! Part 2 - why does my effect run multiple times with the same dependencies?
- React hooks... Oops! Part 1 - Introduction
- What a decent API mocking tool looks like to me
- What do they mean by memoized callbacks and what does useCallback actually do?
- The common language used by business people, designers, writers, and developers
- Dynamic orthogonal regions in state machines
- What did we lose when we moved to Redux?
- Consuming and updating the state object with Ramda lenses
- Testing the TodoMVC app
- An overview of the Rosmaro-TodoMVC app codebase
- Decomposing the TodoMVC app with state diagrams
- A comparison of dispatch management solutions: if, switch, object, automaton, multimethod
- A JavaScript framework for functions of state and action
- FB versus RSS
- Are injection attacks still a problem in JavaScript?
- If vs. Switch
- How exceptions broke my middleware
- State management in JavaScript: data-related state and behavior-related state
- An introduction to visual automata-based programming in Rosmaro
- Programming without boolean values: To-Do App
- React and visual automata-based programming
- State management beyond the map
- State machines to the rescue of API mocks
- JavaScript is like a big city
- Programming books on Kindle
- How secure are old sessions?
- State machines to the rescue of complex forms
- When to cut carrots in half?
- Singletons are often misused but easy to test
- Multiple dispatch in Java
- Unnecessary IF statements