If you've been developing web apps for a while, there's a 99% chance you've encountered a CORS issue...
Event delegation is a design pattern in JavaScript used to efficiently handle events on multiple...
When a backend dev gives their update in the daily standup meeting, most frontend devs are clueless...
This is post #7 of Frontend Interview Questions series. If you're looking to level up your...
This is post #6 of Frontend Interview Questions series. If you're looking to level up your...
This is question #5 of Frontend Interview Questions series. If you're looking to level up your...
Another one among the popular frontend interview questions. It tests interviewees depth of knowledge...
This might or might not get asked in an Interview but trust me once you read this you'll understand...
Another one among the popular frontend interview questions. It tests interviewees knowledge on JS,...
This is one of the popular frontend interview questions. It tests interviewees knowledge on HTML, JS...
This is a submission for the Cloudflare AI Challenge. What I Built Presenting DEV AI ✨,...
NGINX, pronounced as 'engine-x', is an open-source web server that is mainly used for Reverse proxy,...
Hey 👋 Are you planning to add tests to your React codebase? You cannot find a good tutorial that...
Hey 👋 It has been a few years now since I started coding professionally. I've always heard the term...
Hey 👋 If your company(or product) is expanding into multiple geographies, Localization is one of the...
Overview of My Submission I built PaperDrop. An app that allows you to drop anonymous...
Hi 👋 🤔 Have you ever been in a situation where you wished you could launch a feature to a handful of...
Hi 👋 If you have been working with React for quite some time, you must be well versed in writing...
Cover image by Martin Jaros on Unsplash. Hey 👋 If you are a junior or mid-level front-end developer...
Cover image by Josh Weirick on Unsplash. Hey! 👋 If you're a Front-end developer or aspiring to...
Hey 👋 fellow front-end developers, Today I'll be sharing two important concepts for optimizing funct...
Hey, In this article, we'll be going over Hash Tables. This is a theoretical introduction to Hashing...
Hey, This article is a refresher for algorithms. Since most of us hardly study any algorithms when...
Hey, I've been working on a little news app for the past few weekends. It's a news app that only foc...
Hi! This will be a small article but the performance impact on your app will be huge. I am assuming y...
Hi! So, you're working on a huge project? And you go crazy over css when it leaks? You find it hard t...
Recursion is one of the most important concepts of programming paradigms. Most of your problems can b...
Hello there! So I have been thinking of learning about Electron and Neumorphism for the last few wee...
Hi there! I'm back again with a new javascript tutorial. call(), bind() and apply() - you might have...
Hi, again! In this article, I'll be sharing some array methods that are not so common but will surel...