
Deep Dive into Cloning Objects in JavaScript
In JavaScript, objects are reference types, meaning when you assign an object to another variable,…
Understanding HTTP Methods: GET, POST, PUT, and PATCH
In HTTP, GET, PUT, POST, and PATCH are different methods used for various operations on…
I passed AWS Solution Architect Certificate – SAA-C03
It’s been a wonderful experience and a genuinely fun journey. Recently, my friend purchased a…
AWS Cloudfront – speed up your website both download and upload
Using Amazon CloudFront with an Amazon S3 bucket as the origin can significantly speed up…
Understand TLS Offloading
TLS Offloading refers to the process of delegating the tasks of encrypting and decrypting TLS…
[Mysql 8] Optimizing Snapshot Management Queries in TypeORM
When managing snapshots of items in a database, ensuring that only a limited number of…
Understand Route 53 Active-Active, Network Load Balancer (NLB), and Application Load Balancer (ALB) – A Detailed Comparison
Route 53 Active-Active, Network Load Balancer (NLB), and Application Load Balancer (ALB) - A Detailed…
Dead-Letter Queue (DLQ) in Amazon Simple Queue Service (SQS)
A Dead-Letter Queue (DLQ) in Amazon Simple Queue Service (SQS) is a special type of…
Choosing the Right Route 53 Strategy: Active-Active vs. Active-Passive
Amazon Route 53 is a scalable DNS (Domain Name System) web service that can route…
Amazon S3: A Simple Look at AWS S3 Versioning
TL;DR Introduction Overview: Introduce Amazon S3 as a scalable and durable object storage service widely…