I write about my learning and experiences here. This site is generated from markdown content. Read more about how I migrated my blog from paid ghost instance to free static site using Hugo generator.

feature-image

Creating first AWS Lambda function

Jul 1, 2024    aws  nodejs 
Hello world is just pointless. Let’s dive into creating a real-world lambda function for building a web scraping tool.
feature-image

Quickly arrange Multiple Windows in MacOS Using Applescript and automator

Jun 18, 2024   
Arrange multiple terminal windows in macOS quickly using Automator with some applescript
feature-image

Create a local copy of Ghost JS production site

Jun 9, 2024    web  javascript  hosting 
How to replicate a ghostjs production installation including images
feature-image

Customizing hugo theme for my blog

May 31, 2024    web  html 
Customizations and enhancements I implemented in my hugo theme
feature-image

Forward emails from custom domain to gmail

May 25, 2024    web  email 
How to forward emails sent to your custom domain to your gmail
feature-image

Migrating from Digital Ocean to Netlify

May 24, 2024    web  dns 
Final steps while migrating my DigitalOcean hosted website to Netlify.
feature-image

Creating a static site with hugo

May 18, 2024    web  html 
Why I chose hugo and what all I did to convert my ghostjs website to a static website.
feature-image

Why I chose hugo static site generator for my blog

May 17, 2024    web  html  hugo 
What were the top reasons which made me choose Hugo over other static site generators for my blog
feature-image

Learning Nodejs distributed systems Part 1

Feb 23, 2024    javascript 
I read one of the best books for nodejs - Distributed systems with node js by Thomas Hunter II. Documenting the learning here for quick reference.
feature-image

Learning Typescript in 2023 part 4 - Advanced typing

Feb 23, 2024    typescript  javascript  nodejs 
In this article we will learn about some advanced typing constructs in TS.