Supercharge Your Monorepo with Nx: How I Reduced My Build Size from 7MB to 300KBSep 5, 2024路5 min read
PinnedMade a site to improve your debugging skills and writing production level code skills馃捇 Nowadays, everyone grinds DSA, but when it comes to actual coding, most people struggle. Writing clean, production-level code and debugging efficiently are real-world skills that get ignored.So, I built this website where you can:馃殌 Refactor code ...Feb 25, 2025路1 min read
Debounce vs Throttle: Understanding the Differences and When to Use ThemIn modern web development, managing user interactions efficiently is crucial for ensuring a smooth and responsive user experience. Two techniques that are often employed to control the frequency of function executions in response to user actions are ...Aug 27, 2024路4 min read
Mastering Asset Optimization in Frontend Development: Boosting Performance and User ExperienceAsset optimization is a crucial aspect of frontend development that directly impacts the performance and user experience of your web application. With users accessing websites on various devices, ranging from low-end smartphones to high-resolution de...Aug 25, 2024路4 min read
Why Your App Should Let the Backend Call the Shots: A Game-Changer for React Native DevelopersIntroduction Ever found yourself stuck in an endless cycle of app updates, just to tweak a minor UI element or change some logic? If you've been there, you know how frustrating and time-consuming it can be. What if I told you there's a way to break f...Aug 24, 2024路4 min read
How a Clever URL-Based Modal Saved My Day at WorkA Problem at Work Today was one of those days at work when a seemingly small issue quickly escalated into a major headache. I was working on a project where the app was running a WebView for a particular page. The goal was simple: redirect users back...Aug 22, 2024路3 min read
Advanced Techniques for Implementing Modals in Web ApplicationsModals are a fundamental UI component in web applications, providing an interactive way to present content, forms, or actions without navigating away from the current page. While adding a simple modal might seem straightforward, implementing them in ...Aug 19, 2024路5 min read
Backend-Driven Menus: Empowering Your Menu with Dynamic Options and ActionsIn our previous article, we explored the industry-standard approach to implementing a bottom sheet in React Native by making it a separate screen. This method enhances reusability, isolation, and scalability. Now, we鈥檒l take it a step further by driv...Aug 18, 2024路3 min read