100 Days of Backend

So I'm a graduate from 2024 and I've 3 Months of experience in Backend Internship where I implemented few APIs and worked in Laravel framework. Tho What i did was there only implementing some APIs whi...
0 Read More

JavaScript Modules: An Introduction

JavaScript Modules: An Introduction
When I began as a web developer, one of the first projects I worked on had multiple JavaScript files all loaded into the browser using script tags. This was a fragile method for managing multiple file...
0 Read More

Understanding Module Specifier

Understanding Module Specifier
In my previous post, to keep things simple all code files are living together in the same directory. When importing, specifying "./" and then the name of the file tells the compiler or bundler to look...
0 Read More

NestJS: The Modern Node.js Framework

NestJS: The Modern Node.js Framework
NestJS is a framework for building efficient, scalable Node.js server-side applications. It uses modern JavaScript and TypeScript and is built with a philosophy that embraces both object-oriented prog...
0 Read More

How to install and use NVM

How to install and use NVM
Written by Carlos Mucuho✏️NVM, or Node Version Manager, is a command-line tool that simplifies the process of managing multiple active Node.js versions. It lets you install, switch between, and ma...
0 Read More