Eneas Lari
Embrace curiosity taking risks and allow yourself to make mistakes!
Exploring Technologies
Functional vs Class-Components in React. Why Fuctional Components are better.
30/10/2023
In the dynamic realm of web development, React.js stands out as a robust and widely-used library for crafting user interfaces. With React, developers can create components using both functions and classes. However, functions have recently become more popular. This article delves into the reasons why functions are viewed as more effective than classes in React.js development, providing examples and insights to underscore this trend.
Breaching Boundaries with WebSockets: A Simple Dive into Real-Time Communication in JavaScript
28/9/2023
Dive into the realm of real-time communication as we simplify the concept of WebSockets in JavaScript. Explore its operational mechanism through basic examples and discern the situations where leveraging WebSockets is more ap
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.
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