Blogs
Last updated on my technology stack.

#AWS#EC2
Auto Start/Stop EC2 with AWS EventBridge and Lambda for Cost Saving
In this guide, we will explore how to automate the starting and stopping of EC2 instances using AWS services to save costs in development and staging environments.

#Docker#Node.js
Creating a Production-Graded Dockerfile for Node.js to Reduce Docker Image Size
In this post, we explore best practices for crafting a lightweight, production-ready Dockerfile for Node.js applications, focusing on reducing image size while maintaining performance.

#React#React Modal
Multiple Way To Handle Modal in React
React has many way to handle a modal or dialog component in 3 difference ways.