What is wrong with this screen (mobile interview question)Before I start this post I am super excited to share my first YouTube video on Beyond Coding With Amish! 🚀 Inspired by my experiences at…Mar 29Mar 29
Efficient CI/CD with Shared Configurations in GitLabIn the realm of Continuous Integration and Continuous Deployment (CI/CD), maintaining consistency across multiple projects can be…Jan 21Jan 21
Skip CI in the next push commitThe automation of software development processes has significantly evolved through CI/CD (Continuous Integration / Continuous Delivery)…Dec 28, 2023Dec 28, 2023
What is TDZ in Javacript engine?TDZ stands for “Temporal Dead Zone” in JavaScript. It refers to the period of time in which a variable exists but cannot be accessed or…Sep 2, 2023Sep 2, 2023
Fortify Your React App: 10 Expert Strategies to Bolster SecurityThere are several ways to handle security in a React app. Here are some best practices:Jul 25, 2023Jul 25, 2023
How To Improve Web Development KnowledgeHi guys :) How are you today? Did you learn a new thing today?Apr 10, 2023Apr 10, 2023
What is the page render lifecycle?If you search about how to improve your website’s performance, you will find some keywords like page lifecycle, FP, DOM, CSSOM, and so on.Mar 3, 2023Mar 3, 2023
Happy Links: Feb 2023 — Mysteries in ReactLearn React under the hood by these links.Feb 23, 2023Feb 23, 2023
What is z-index in cssOne of the weird properties in css is z-index. You use z-index when you want a certain DOM element to be on top of another. Sounds simple!Feb 16, 2023Feb 16, 2023