PublishedMarch 22, 2025⚛️ Memoization in Reactreact18reacttechuseMemouseCallbackmemoizationWhen you use React, you might see your page becoming slow or some components rendering again and again.
PublishedApril 18, 2024Next.js: An Essential Guide — Part 1nextjs18techNext.js is a framework for React.js that covers both frontend and backend aspects. It simplifies the development of large-scale React applications.
PublishedJanuary 31, 2024Asynchronous Programming in JavaScriptasynchronousjstechJavaScript is considered a single-threaded language that can handle only one operation at a time. Synchronous processes wait for each to finish befor...
PublishedJanuary 23, 2023Adding Dockerfile to React application ⚛️🐬react18dockerdockerfiledocker-composetechIn this article, I am explaining how to add a simple Dockerfile to React App. You can create a new React app with create-react-app.
PublishedOctober 22, 2022What is Kubernetes (k8s) ?kubernetescontainer-orchestrationmy-learning-journeytechIn this article, I shared the notes about Kubernetes