Posts and reading notes.
Essays, short posts, published articles, and the notes I keep while reading.
The Anthropocene
Age of Humans
Village Afternoon Reflections
Reflections from the Rooftop
Introduction
Lets start a new habit
Short posts, collected.
Engineering lessons, career notes, and personal reflections.
Making good use of where I am
Sometimes, the grass really does look greener on the other side.
Learning and applying in parallel
For the past few months, I’ve been focused on learning and relearning.
How AI made me relearn coding
After more than a year of AI-powered coding, I can honestly say this:
Book notes and chapter takeaways.
Ideas I want to remember and return to.
Published posts from earlier writing.
Links to posts hosted on Hashnode.
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.
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.
Open Source & Me
Basically, they are free pieces of code, packages, and software that people use in daily life without paying for them
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.
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.
2 years of Online Classes ✍️
Thought to summarize my two years of college life ( online ) in a blog post.
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.
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.