Who actually needs a monorepo?
Monorepos exist to solve the problems that arise when you you have deeply coupled and interconnected projects.For example, Vue.js has many libraries that depend...
In the magical world of WebDev, things move fast. Because of this you should be aware of what the hot new things are, but more importantly, you should be looking for "boring technologies that just wor...
Whether you're a frontend developer wanting to dip your toes into backend, or a beginner who wants to understand how APIs work — this guide is for you. We'll build a simple REST API using Node.js + ...
Hey devs!
Quick update: I just improved my open-source CLI tool, create-node-spark, to make scaffolding Node.js projects even better.
✨ What’s New?
Refactored folder structure:src/config, ...
Build WordPress Plugins Faster with wp-plugin-init Boilerplate
Creating a WordPress plugin from scratch can be time-consuming, especially when using modern tooling like Composer, Vite, Vue.js...
IntroductionMy guess is that most IRIS developers create their applications using its native ObjectScript language or, if using an external language, then most likely using either Java, Python or perh...
We've reached the next crucial milestone in building our CMS: configuring Redux, which we installed in the previous step. Before we dive into the configuration process, it's important to address a fun...
The rise of serverless has given us new ways to ship business value faster than ever. It allows us to iterate and build cost-effective solutions in record time. I've worked with serverless for six yea...
The Illusion of Optimization
Many Node.js developers believe they're writing efficient code by using modern array methods. They praise the platform's non-blocking nature while unknowingly cre...
Node.js has become a powerhouse for building fast, scalable, and efficient web applications. Its non-blocking, event-driven architecture makes it a favorite for developers working on everything from s...