Mastering CI/CD with Github Actions: The power of needsIn software development,every moment counts. The faster and more efficient the code available for production, the better. I was working…5d ago5d ago
Avoid This Common npm Mistake: Save Your Dependencies in package.jsonIf you’re a developer working on industry projects or even on hobby projects, usually the main eagerness would be to rush into start…Nov 21Nov 21
From Zero to Dockerized: Deploying Your TypeScript App with Docker ComposeFor past one week, I’ve been dedicatedly working on building a backend application with TypeScript, the application is basically the API’s…Nov 13Nov 13
Understanding TypeScript Access Modifiers : What happens after transpilation?TypeScript is an amazing tool for JavaScript developers, adding features like static typing, interfaces, and access control to our code…Nov 10Nov 10
Understanding Object.setPrototypeOfToday I have got an insightful content about OOP in JavaScript. In my ongoing project I was trying out ways to handle errors gracefully and…Nov 9Nov 9
Solving Population Errors in Mongoose : Understanding TypeScript with MongoDBDuring my development of a 𝐓𝐲𝐩𝐞𝐒𝐜𝐫𝐢𝐩𝐭 application with 𝐦𝐨𝐧𝐠𝐨𝐃𝐁, I ran into a peculiar error that challenged my…Nov 8Nov 8
The Mystery Behind mongoose.Types.ObjectId vs Schema.Types.ObjectId: A TypeScript AdventureI was working with Mongoose and TypeScript, and came across an error that led me to catch up an interesting distinction between two…Nov 7Nov 7
TypeScript Generics : How it becomes a life saver !TypeScript has become a favorite for developers as it adds type safety to the javaScript codes meaning fewer runtime errors and more…Nov 6Nov 6
From Installation to Password Management: A Complete Guide to Ubuntu on WSLWindows Subsystem for Linux (WSL) has made it easier than ever for Windows users to enjoy the power of Linux without needing to set up a…Nov 2Nov 2
Understanding __dirname in ES Modules: Solutions for Modern Node.jsWhen you’re writing code in Node.js, you often need to know the exact location of a file, such as where it is saved on your computer or…Nov 1Nov 1