My Learnings

Explore my blog posts documenting the insights and solutions I've gained from overcoming challenges over the past three years. Dive into a range of topics and lessons that showcase my continuous growth and expertise.

Nested Routes in React Router

Nested routes in React Router allow developers to create complex routing structures where certain components are rendered based on the current URL path. This feature...
Continue reading

React Redux

A simple example for react redux. store/index.jsx We create a small store for counter using Redux then we export. src/index.jsx src/components/Counter.jsx What is we want...
Continue reading

What is Docker?

Docker is a platform and set of tools designed to make it easier to create, deploy, and run applications in containers. Containers allow a developer...
Continue reading

React Portals

React, as a popular JavaScript library for building user interfaces, offers a powerful feature called “Portals.” These portals enable developers to render components outside the...
Continue reading

`dialog`: Element in HTML

In the realm of web development, HTML 5 introduced various new elements making web designing more interactive and user-friendly. Once such element is <dialog>. The...
Continue reading

ReactJS: Hand Written Notes

Credits: https://www.linkedin.com/posts/atechajay_handwritten-reactjs-notes-activity-7008818278110257152-w4Sq?utm_source=li_share&utm_content=feedcontent&utm_medium=g_dt_web&utm_campaign=copy
Continue reading