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

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.
feature-image

Learning Typescript in 2023 part 3 - Classes and Interfaces

Feb 23, 2024    typescript  javascript  nodejs 
In this article we will understand how we can build classes and interfaces in typescript
feature-image

Learning Typescript in 2023 part 2 - Configuration

Feb 23, 2024    typescript  javascript  nodejs 
In this article we will learn about Typescript configuration and various options provided to make our life easier while coding.
feature-image

Playing days gone

Feb 16, 2024    gaming 
This is my experience of playing Days Gone including what did I enjoy and what I didn’t like.
feature-image

The hazard light confusion on Indian roads

Feb 6, 2024    opinion  traffic 
This post is about my experience of using Hazard Lights or Double indicators (as what we call it in India) in traffic. I also present some authentic guidelines from Motor vehicle act.
feature-image

How to open website in fullscreen

May 13, 2023    javascript  web 
In this article we will learn about how we can enable fullscreen in a web app. We will also learn its side effects and issues.
feature-image

Learning Typescript in 2023 part 1 - Basics

May 12, 2023    typescript  javascript  nodejs 
Learning typescript part-1. Just making a post on learning typescript in 2023 from scratch.
feature-image

Trending work from home and part time job scam

May 6, 2023    scam  wfh 
In this article I discuss about the “modus operandi” for the ongoing Work from home scam which is mostly targetted to urban people.
feature-image

Using AWS S3 for photos backup

Oct 30, 2022    aws  photos 
Using AWS S3 as a cloud storage backup solution for personal photos and videos collection. A cheap alternative for apps like Google photos, unsplash, flickr, dropbox etc.
feature-image

Should I accept or reject cookies?

Oct 14, 2022    web  browsers 
What is a cookie? Should you accept or reject them; Does it make any sense to reject a cookie? And are cookies really files?