Max Shahdoost·Jun 16, 2024How does the React fiber reconciler work?In this article, I am going to deep dive into the React world and what is the core value proposition of React, what is React reconciler…A response icon1A response icon1
Max Shahdoost·Apr 20, 2024JavaScript Engine, JIT compiler, Stack, Heap, Memory, Primitives, References, and Garbage…In this article, I want to dive deep into a couple of fundamental topics of JavaScript language and its engines such as interpretation, JIT…A response icon7A response icon7
Max Shahdoost·Feb 8, 2024Caching strategies for Front-End developers using a service workerLast week I published cache-busting guides and how we can fix the problem of cached files in the browser specifically when users are online…A response icon3A response icon3
Max Shahdoost·Jan 21, 2024The ultimate guide to cache busting for React production applicationsNOTE: We are NOT going through route-based lazy loading since it needs a whole other topic for itself so if you are not familiar with…A response icon2A response icon2
Max Shahdoost·Dec 2, 2023How to name our React components?When it comes to clean code we should keep in mind that the very basic thing to keep the codebase maintainable and easy to read for future…
Max Shahdoost·Nov 20, 2023My dream lifestyle as a Front-End Engineer is coming to reality!Deep work is a very crucial factor in our daily work whether we are working for a company, freelancing, or working for ourselves to the…
Max Shahdoost·Sep 13, 2023Digging deeper into CSRF and Front-End applicationsA couple of days ago I posted content about how to secure our web application from XSS attacks. In this post, I am going to cover yet…A response icon1A response icon1
Max Shahdoost·Sep 2, 2023The magic of Generic functions and Type Inference in TypeScriptGenerics are one of the most necessary parts of TypeScript and without them, I can say it was not worth using TypeScript at all!
Max Shahdoost·Aug 6, 2023Responsive font sizes and spacing accessibility guide to making user-friendly web appsIn this guide, we’ll go through the important parts of implementing your sizes such as Font-Size, Margins, Paddings, Widths, Heights, and…A response icon1A response icon1
Max Shahdoost·Jul 28, 2023Nginx reverse proxy security and performance best practicesAbout a month ago I published an article about a practical way to implement nginx reverse proxy but I’ve got feedback from some dudes that…A response icon1A response icon1