Abul Hasnat

configure SPA client side routing

Lambda@Edge, a different way to configure SPA client side routing (like ReactJS, Angular JS or Vue JS) with S3 and CloudFront

If you are reading this post, that means you already know about serverless, cloudfront and deploying front end using S3 static web hosting. In this article, I will be sharing…

Demystifying cron job through AWS lambda

Demystifying cron job through AWS lambda in Serverless

Some services like video upload to social media like Facebook, YouTube, etc via API need some time to process the request as it takes time to finish the processing of…

AWS Lambda Cognito Email Customization

Customizing Cognito verification emails with HTML using AWS Lambda

This has become very common to use AWS Cognito as an authentication system in modern days. Using Cognito, when a user signs up or gets an invitation from another user,…

Vite front-end bundler

Vite might be your next front end bundler

Imagine you have an existing react project that contains a lot of external modules and also your own custom module. When you start your dev server, you run npm start…

Migrate Create React App to Vite

Migrating your Create React App project to Vite

In one of my previous articles, I have discussed why Vite is faster and how you can start a new project with Vite.   Today I will be focusing on…