The Trade-off: Clean Testing vs. Code Brevity in Modern JS ...
A quick guide to why Uvicorn is essential for Python developers in 2026, how to use it, and how it...
Hey fellow devs! 👋 In modern JavaScript and TypeScript development, we are constantly balancing two...
Hey fellow devs! 👋 I’ve been working with MCP fairly often and like most of us, I learn best by...
Hi friends Here's a quick tip for when you're working with Postgres, this came in clutch for me when...
Hey fellow React devs! 👋 So React 19.2 dropped and brought us useEffectEvent - a new hook that...
I'd like to share a quick review of 7 essential grep commands that every software engineer should...
Before bumping the Node.js version to higher version in your package.json, you should consider the...
Hello friends, I've created another cheatsheet, it's for pm2, which is actually my personal notes...
GraphQL and RESTful API are two popular approaches for building APIs, but they have distinct...
Visual Regression Testing is a software testing technique used to identify and prevent unintended...
In the ever-evolving landscape of web hosting and server technologies, picking the right web server...
Today I decided to note and review the principles that was discussed by Malte UBL from...
Introduction: When it comes to implementing powerful search and information retrieval...
If you no longer want to include a file in Git version control and want to add it to the .gitignore...
Secure Shell (SSH) is a protocol that allows you to securely connect to a remote system and access...
The AS keyword is used to give the build stage a name. Using a named build stage allows you to...
Sometimes you need to have a second remote origin for your project to be able to do something...
Deno is a new way to write server-side JavaScript it solves many of the problems of nodejs and was...
Javascript bundler A bundler is a tool that combines multiple files and their dependencies...
When we are going to implement API's with Node.js and Javascript we notice there are plenty of...
I started learning VueJs and tend to share it with you step by step. Slowly, but steadily. In this...
Using shortcuts makes you faster and a productive developer Here are some shortcuts I found them...
Transpiler It is a type of compiler that takes code written in one programming language...
How do you run your JS code? With a browser console! And do you know how it is run...
Over 200 services are available through Amazon Web Services (AWS). Today I'm going to have a short...
Since Agile development involves continuous change, testing has become invaluable to prevent these...
As a developer, I want to know the difference between these two state management and pick one of them...
Ever heard of microservices? They let you build big apps by breaking them into smaller, manageable...
In simple word Github actions is a platform to automate developer workflows. it's not exactly a CI/CD...