Eneas Lari
Embrace curiosity taking risks and allow yourself to make mistakes!
javascript
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.
The Evolution of JavaScript Over Two Decades
17/8/2023
JavaScript, once a simple scripting language used to create basic web interactivity, has metamorphosed into an indispensable tool for modern web development over the past two decades. Let’s journey through its evolution and discover how it has matured, adapted, and expanded its reach.
Understanding Browser Data Storage: Cookies, Local Storage, and Session Storage
23/8/2023
Today's web browsers are equipped with multiple methods to save data on a user's device. This data can later be fetched when required, enabling long-term data preservation, personalizing user settings for websites, and more.
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.
ECMAScript: The Unsung Hero Behind Your Favorite Websites (And Probably Some Memes Too)
23/8/2023
Picture this: it's the mid-90s. Flannel shirts are all the rage, Tamagotchis are everyone’s favorite pet, and in the world of web development, JavaScript is the new kid on the block. But like any early '90s sitcom, there was a bit of drama. Browsers couldn't agree on how JavaScript should behave
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.