Max ShahdoostHow 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…Jun 161Jun 161
Max ShahdoostJavaScript 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…Apr 207Apr 207
Max ShahdoostCaching 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…Feb 83Feb 83
Max ShahdoostThe 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…Jan 212Jan 212
Max ShahdoostHow 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…Dec 2, 2023Dec 2, 2023
Max ShahdoostMy 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…Nov 20, 2023Nov 20, 2023
Max ShahdoostDigging 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…Sep 13, 20231Sep 13, 20231
Max ShahdoostThe 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!Sep 2, 2023Sep 2, 2023
Max ShahdoostResponsive 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…Aug 6, 20231Aug 6, 20231
Max ShahdoostNginx 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…Jul 28, 2023Jul 28, 2023