Feb 9, 2021Create a Production Ready Infinite Scrolling in React-js using Power of Debounce, Throttle, and Hooks from scratchToday we all know that infinite scroll has become like a standard practice in most websites as from the user’s perspective, it is easy and…Reactjs3 min readReactjs3 min read
Jan 24, 2021How to Set-up AWS S3 with Django REST like a BeastFrequently we have come across the question of whether we should serve static files with Django or with some cloud-based storage solutions. However, when the system tends to scale, serving static files becomes a bottleneck. …Django Rest Framework5 min readDjango Rest Framework5 min read