Oh BTW, This post was 100% human written with no AI assistance whatsoever. All typos and bad grammar...
In this post, I’ll walk you through my experiences building the TodoMVC app using HTMX. I'll cover...
What is the best basic template for an HTML doc? I often ask myself this question, and though there...
At some stage in our development journey, we've likely come across an image carousel. This component...
MediaLoader is a versatile React component that provides fine-grained control over the loading of...
My daughter has ventured into the world of bracelet crafting, and now she's on a mission to conquer...
As a dedicated advocate of testing, I am constantly on the lookout for innovative approaches and...
Here is something I’ve been meaning to do for quite some time now - You see, you start a project...
I have recently had the opportunity to get my hands dirty with Webpack bundle analyzer and have...
Welcome to the 4th and final installment of the “Creating a Minesweeper Game with SolidJS” post...
Welcome to the 3rd installment of the “Creating a Minesweeper Game in SolidJS” post series. In the...
In the previous post I’ve created a Minesweeper game board using SolidJS and a flat array. The tiles...
It has been some time since I last wrote anything. I thought that sharing something enjoyable with...
In this post I’m going to share with you a neat testing trick I’ve recently learned about, which can...
Introduction In this article I’m going to share with you an implementation of a powerful...
You know I have a strong passion for testing. Testing helps me to maintain good code design, stay...
In previous articles I’ve created a Stylelint plugin with a single rule which can help you enforce...
What a mouthful, right? “Supporting SASS in your TS React project using TSC and esbuild”... and this...
In the previous post I’ve created a Stylelint plugin that has a single rule for validating that...
In this post I’m going to take you on the rollercoaster of style linting. We are going to create a...
In this short post I’m going to continue my TypeScript journey and convert yet another key aspect of...
In this post join me as I convert a simple component written with SolidJS into a TypeScript (TS)...
Visual testing your components is a crucial step in maintaining high-quality components. Chromatic, a...
It happens to all of us - you implement a solution only to realize later on that it’s not robust...
In this post join me as I publish a project's unit tests coverage report to GitHub Pages using GitHub...
In a previous post I found a way to use native Git hooks mixed with JS, to create a Git hook for...
Join me on this week’s post as I seek out an alternative for Husky git-hooks solution and find it...
This week’s post is special :) It marks one year since I started publishing technical posts on a...
Gather by the warm clean-code fire and let me tell you the story about a scary little monster who...
Frontend components, be it actual UI components or services used by the client, are inevitable in any...