Blogs

Sharing my thoughts, experiences, and knowledge through writing.

Optimizing Memory Layout in Go: A Deep Dive into Struct Design

In Go, struct design can play a significant role in optimizing memory usage, especially when dealing with applications that need to handle a large number of structs. Understanding memory layout and the concept of alignment is crucial for writing efficient code. Let's dive into how struct field ordering impacts memory and how we can improve its design for better performance.

Jan 25, 20253 min read

Easily Deploy Your Nanoc Website to S3 with GitHub Actions

Learn how to deploy your Nanoc website to an AWS S3 bucket using GitHub Actions. This step-by-step guide provides detailed instructions for automating your deployment process.

Nov 23, 20245 min read

Architectural Design for a Ride App such as OLA, UBER, RAPIDO

This blog post explores the design Pattern of a ride app such as OLA, UBER, RAPIDO.

Jul 30, 20243 min read

Amazon SNS for Cost Reduction and Message Delivery Assurance in Startups

Amazon Simple Notification Service (SNS) is a fully managed messaging service that enables the reliable and scalable distribution of messages and notifications to a variety of endpoints, including mobile devices, email, SMS, and other AWS services, making it a powerful tool for communication and information dissemination.

Dec 10, 20236 min read

Understanding S3 and S3 Policies

This blog post explores the fundamentals of Amazon S3, a powerful and versatile object storage service offered by AWS. We'll delve into the key features of S3, discuss S3 policies, and provide practical examples to illustrate how these policies work in real-world scenarios.

Nov 23, 20235 min read