Featured Posts
Remix: The React framework you should check out in 2023
The Remix React Framework, an open-source framework released late in 2021, is winning fans with its minimalist approach and impressive power. It's simple to use…
Storybook Vs. Bit: What's the difference
Wondering what the difference is between Storybook and Bit? This article breaks it down for you, so you can choose the right tool for your project. Sometimes…
Untangling Remix Optimistic UI With Multiple Destinations
One of Remix's coolest features is the useTransition hook, which provides the basis for an "Optimistic UI" experience. You can read about this in the official…
All Posts
Why (and How) I Started MachineServant
Working for a small to large-sized tech company as a web application developer has some very appealing perks: You can expect good hours, benefits, paid time off…
What About Security?
One of the most frequently asked questions I get is "How can I ensure my website (or application) is secure?" And, boy, do I wish that was a question with an…
PurgeCSS, Tailwind, Gatsby, and Dependencies
This is a very specific use case, I'm aware, but what happens when you combine have a project that uses TailwindCSS, Gatsby, and PurgeCSS and then combine that…
How We Use bit and Storybook at MachineServant
Are you looking for an efficient way to create and manage a component library? If so, Storybook and Bit are two great tools that can help. Both of these…
StorybookJS: An Introduction and Analysis from MachineServant
The new web development paradigm is to develop components that are small, descriptive, and easily portable. Check out any front-end framework you like: React…