Scraping Amazon Product ReviewsTo read more articles like this, visit my blog In this age of data, web scraping is the unsung hero. It’s a way to extract information from the vast web. The knowledge of web-scraping comes in handy in many scenarios. Today, we will learn web scrapin...Jan 11, 2024·10 min read
3 AWS Services To Learn as a React DeveloperTo read more articles like this, visit my blog The cloud is the future. More and more companies are migrating their infrastructure to the cloud, so developers who are familiar with cloud technologies are in high demand! AWS is the most significant pl...Sep 22, 2023·3 min read
How to set up Google Place search in ReactIntroduction This guide will teach us how to set up Google Place Search in React. Prerequisites React Google API Key Get Google API Key Go to Google Cloud Platform Create a new project Go to Google Maps Platform Click on `Enable APIs and Services ...Sep 21, 2023·3 min read
My Frustrations With the Context API in ReactTo read more articles like this, visit my blog. State management in React has come a long way. Redux is the longtime industry standard, but after introducing the Context API, many argue that the days of Redux are over. I have had the privilege to wor...Sep 19, 2023·5 min read
How to Access Private S3 Buckets SecurelyTo read more articles like this, visit my blog Uploading a file to a remote server is one of the most common tasks of any modern application. AWS has a service named S3(Simple Storage Service) which makes this job really easy. But do you know how we ...Sep 7, 2023·5 min read
How to Reduce HTTP Calls From 15 Lines to 2 Lines Using React SWRTo read more articles like this, visit my blog If you are a React developer, you must have wished of having a library for managing all the API calls. I am not talking about fetch or Axios. Rather a library to manage all the loading state, prefetching...Jul 15, 2023·5 min read
Applying the Liskov Substitution Principle in ReactTo read more articles like this, visit my blog SOLID is a set of principles that are used as guidelines for creating a clean and maintainable application that is also less buggy and error-prone. Today, we will take a deep dive into the third principl...Jun 27, 2023·4 min read