NodeJs

  • 16 July 2024

Migrate to ESLint 9.x

In this article, I share some experiences of migrating to ESLint 9.x, which includes significant breaking changes. We'll use the flat config, integrate ESLint plugins, and specify custom rules for various file types: .js, .cjs, .mjs and .ts

Read more 
  • 15 June 2024

Should you switch to Deno?

This article highlights key reasons for the change, explores Deno’s features, and helps you decide if it’s the right choice for your projects

Read more 
  • 22 December 2020

Create simple web app Nodejs with Docker

Learn to build a basic web application using Node.js and Docker, simplifying the deployment process across different environments.

Read more