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.
Understanding chromatic aberration
Lets understand why we see purple or green lines around edges in bright daylight photos. And how can we prevent that from happening.
Creating first AWS Lambda function
Hello world is just pointless. Let’s dive into creating a real-world lambda function for building a web scraping tool.
Quickly arrange Multiple Windows in MacOS Using Applescript and automator
Arrange multiple terminal windows in macOS quickly using Automator with some applescript
Create a local copy of Ghost JS production site
How to replicate a ghostjs production installation including images
Customizing hugo theme for my blog
Customizations and enhancements I implemented in my hugo theme
Forward emails from custom domain to gmail
How to forward emails sent to your custom domain to your gmail
Migrating from Digital Ocean to Netlify
Final steps while migrating my DigitalOcean hosted website to Netlify.
Creating a static site with hugo
Why I chose hugo and what all I did to convert my ghostjs website to a static website.
Why I chose hugo static site generator for my blog
What were the top reasons which made me choose Hugo over other static site generators for my blog
Learning Nodejs distributed systems Part 1
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.