Me

Dive into my world of coding , stoicism, and a dash of foodie fervor.

Software Developer & Consultant. I write about coding, stoicism and food(mainly) .

Latest Blogs

What's new in React 19

What's new in React 19

React 19 RC is now available, bringing significant performance improvements, new hooks, and APIs to the React ecosystem. Here's a comprehensive look at what's new in React 19 and why upgrading your projects is worth considering.
Guide to project management

Guide to project management

Some notes that i have prepared while working on certification for project management (in progress)
What even are React Server Components ?

What even are React Server Components ?

React Server Components are a new feature in React that allow you to render components on the server and then stream the rendered HTML to the client.