Writing

Posts and reading notes.

Essays, short posts, published articles, and the notes I keep while reading.

From LinkedIn

Short posts, collected.

Engineering lessons, career notes, and personal reflections.

Browse all 13 posts →
Reading notes

Book notes and chapter takeaways.

Ideas I want to remember and return to.

Hashnode

Published posts from earlier writing.

Links to posts hosted on Hashnode.

Dec 27, 2022

The story of the Internet and HTML🌐

In this blog, you will get an idea about how the internet works and why we need HTML files to create websites in an easy manner.

Read on Hashnode →
Dec 25, 2022

The way I learned programming 🧑‍💻

In this blog post, I will share my experience of learning programming. I will share the way I learned programming.

Read on Hashnode →
Sep 10, 2022

Open Source & Me

Basically, they are free pieces of code, packages, and software that people use in daily life without paying for them

Read on Hashnode →
Aug 31, 2022

Let's use a js package 🎁

I wrote a blog post on how to use a javascript package in your project. I will use a package called validator to validate the email.

Read on Hashnode →
Aug 9, 2022

Making of my first portfolio website 🚀

I made my first portfolio website using HTML, CSS and Javascript. I will share my experience of making this website.

Read on Hashnode →
Aug 5, 2022

2 years of Online Classes ✍️

Thought to summarize my two years of college life ( online ) in a blog post.

Read on Hashnode →
July 12, 2022

Let's explore ES6 modules 😃

When you start doing cool stuffs with javascript in terminal instead of browser, you write javascript code in file like index.js, that file is known as a module.

Read on Hashnode →
July 6, 2022

Your first Javascript code in terminal 😃

I wrote a blog post on javascript modules. If you are a beginner and only written javascript inside <script> tag, but now you want to write javascript modules. This tutorial can be very helpful for you.

Read on Hashnode →