Eneas Lari

Embrace curiosity taking risks and allow yourself to make mistakes!

nodejs

Configuring Timed Functions using NodeJs, Express, and Node-Cron.
17/8/2023

This article details the integration of scheduled functions in a NodeJs app using Express and Node-Cron. It offers a step-by-step guide, emphasizing Cron expressions for task frequency and recommends tools like Crontab Guru for ease of setup.

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

What is NodeJS? An Introduction to the JavaScript Engine and Environment for Newcomers.
4/9/2023

Each year, a new "something JS" emerges in the development world. With titles like VueJS, NextJS, and AngularJS, you might think NodeJS is just another JavaScript framework. Some even believe that NodeJS is a language. However, both of these beliefs are incorrect.

ChatGPT to the Rescue: Tackling a Coding Challenge Together!
10/9/2023

In today's fast-paced tech world, even seasoned coders occasionally hit a wall. When faced with a tricky coding task involving Mongoose queries, I turned to an unlikely ally: ChatGPT. Dive into my experience of collaborating with this cutting-edge AI model, unraveling complexities, and discovering just how powerful a virtual assistant can be.

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

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

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.

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.

Node.js Development: All You Need to Know
6/7/2023

Node.js is a robust runtime environment that has revolutionized how developers build server-side applications. It allows developers to use JavaScript on both the frontend and backend, making it the perfect choice for building scalable, high-performance applications.