my blogs

My First Open-Source Contribution: A Beginner's Experience

If you are here, I know that you are either trying to make your first contribution or you just need the motivation to overcome the fear of contributing to open-source...

Continue reading

How to go off track and get back

I have got to say that I am not proud of my productivity this week. The major reason for that was me getting a new laptop...

Continue reading

How I got over my imposter syndrome

I saw this tweet a few months ago and I have been cautious around posting anything on the internet ever since...

Continue reading

My first newsletter!

Hi, I am Karthik. I have thought about it and also procrastinated a lot before writing this. Anyway, now that I am actually here writing, you might as well read it...

Continue reading

Why you might want to consider using Microsoft Edge as your default browser

Browsers are a big part of not just developers but everyone. Don't know about something? Google it. Fighting over some fact? Google it. Having a good …

Continue reading

Getting started with Svelte

When it comes to web development, JavaScript is the most used language, and it's fair because learning JavaScript will help you with the front-end and…

Continue reading

Hoisting in Javascript

Learning javascript is more or less being confused about what you just learned. To get over this, I decided to write a blog about what I just learned, which is...you guessed it! Hoisting in javascript. In this series, we understand hoisting…

Continue reading

Difference between the 'let' and 'var' keywords

If you have read the first blog in this series about hoisting, you would know what hoisting, declaration, and initialization are. Knowing them will help understand this blog, so, if you haven't read the first part, please do read it, it's j…

Continue reading

Responsive Web Design

When I started to learn to make websites with HTML and CSS, I was concentrating just on the desktop view. When it was time to make the website responsive, things would get really messy...

Continue reading

How I started being productive

I was always a productivity freak but I was never being productive. I used to download apps like...

Continue reading