Eneas Lari

Embrace curiosity taking risks and allow yourself to make mistakes!

Exploring Technologies

Understanding `null` vs. `undefined` in JavaScript and Best Practices for Mongoose Schemas
18/10/2024

We’ll dive into the differences between `null` and `undefined` in JavaScript, how to declare nullable fields in Mongoose schemas, and best practices for creating and managing schemas.

How to update your npm packages
18/9/2024

Update your npm packages and ensure that the updated versions are reflected in your `package.json`

Create an SSR app using express , React and Vite
4/9/2024

Set up server-side rendering (SSR) with React, Vite for the frontend, and Express for the backend using modern JavaScript

Understanding Nginx: From Simple Concepts to Technical Details and Deploying securely with PM2 and Certbot
2/5/2024

Get to know Nginx! We'll start with a super simple explanation, then dig into how it helps websites handle lots of visitors smoothly. Whether you're just curious or need to speed up your site.

How to Install the Latest Node.js on Ubuntu 22.04: A Step-by-Step Guide
2/5/2024

Get Node.js up and running on Ubuntu 22.04 with our easy, step-by-step guide! Whether you're new to Node.js or an experienced developer, we'll show you how to use NodeSource's distributions for a hassle-free install. Plus, tips on troubleshooting common issues and managing versions with nvm. Get started today and boost your web projects with the latest Node.js features!

Debugging Webpack-bundled Node.js Applications in VSCode
18/10/2023

Debugging a Node.js application using Visual Studio Code (VSCode) is a smooth experience, as VSCode comes with built-in support for Node.js debugging.

Adding Authentication to Node.js API with JWT
21/9/2023

Implementing authentication is crucial for any application that requires user data protection and access control. This article provides a step-by-step guide to integrate authentication into our Node.js and Express API using JWT (JSON Web Tokens) and create a protected route.

Enhancing Our Node.js API: Hot Reloading with Nodemon, Bundling with Webpack & Using ES6
20/9/2023

Creating an API with Node.js and Express is just the beginning. To enhance our development experience and enable modern JavaScript features, we can incorporate tools like Nodemon, Webpack, and Babel.

How to Make API using NodeJS and Express
19/9/2023

Lets create a modern rest web API using nodeJS , express and MongoDB.

Creating a Node.js app with Express
13/8/2023

Creating a Node.js app with Express is a straightforward process. Let's go step by step

Load More