Eneas Lari

Embrace curiosity taking risks and allow yourself to make mistakes!

Exploring Technologies

🧠 Understanding JavaScript Environments, React SSR, and How the Browser and Server Work Together
11/12/2025

Most developers learn JavaScript piece by piece — first in the browser, then frameworks, then something like React or Node, but rarely do they step back and understand the **whole ecosystem** and how all the parts fit together.

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 Redux: From Simple Explanation to Practical Example in React
1/11/2023

The concept of Redux, especially in the context of React, had always intrigued me. However, it was also one of those topics that seemed a bit daunting from the outside. So, I decided the best way to truly grasp it was to break it down, not just for others, but for myself as well.