REST Client Extension : How to send HTTP request from Visual Studio Code
As a developer, it’s important to have efficient tools for testing and debugging APIs. Alongside well-known tools like Postman or…
Apache KAFKA – Quickstart
Let us have a quick introduction to Apache Kafka in this article. Kafka is a powerful real-time data exchange system…
MQTT vs. Apache Kafka – Choosing the Right Message Broker for our Needs
As a software engineer, we are often asked to recommend the best message broker technology for a given project. Two…
Scripts attributes : async VS defer
When it comes to web development, the way we load and execute JavaScript can have a significant impact on the…
Usefull HTML Tips
Let us share few HTML Tips with code snippets that can boost our coding skills. Defining Base URL for Relative…
How to prevent Visual Studio Code from automatically organizing or sorting our imports on save
To prevent Visual Studio Code from automatically organizing or sorting our imports on save, we can disable the corresponding setting…
git cherry-pick : what it is and how to use it
This command basically allows us to copy a single commit from one branch to another. It’s very useful when we…
[Angular 17.3] – new features: output() API, outputFromObservable(), Typescript 5.4 …
Let us list out the most important changes and new features in the minor versions Angular 17.3 New output() API Angular 17.3…
Exploring the Difference Between ‘||’ and ‘??’ in JavaScript
In JavaScript, the logical OR operator (||) and the nullish coalescing operator (??) are two distinct operators that serve different…
Understanding Cookies, Local Storage, and Session Storage
As web developers, we have a variety of tools at our disposal for storing data on the client side. Three…









