All posts tagged #Tech
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
If you haven't already read my post about Storybook, then go ahead and read it if you aren't sure what Storybook is. Ready? Great! Storybook Recap Since you've…
An Intro to StorybookJS
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…
GatsbyJS and weatherwidget.io
Embedded assets can be a pain sometimes. A lot of the time, the embed code you are given just doesn't work out of the box. This is doubly true with Gatsby…
Publishing Posts with Remark
At the time of writing this post, MachineServant uses Remark for blog posts. It's super simple to use and keeps the blog posts directly inline with the code for…