Blog posts and reflections.
Short essays on building, reading, and staying curious.
The Anthropocene
Age of Humans
Village Afternoon Reflections
Reflections from the Rooftop
Introduction
Lets start a new habit
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.