Posts
My Minimal Web Development Setup
This is the setup I use daily to get things done as a full-stack web developer. I love knowing about tools other people are using and here I'm sharing my exact set up so it can give inspiration to others.Read More →
My Visual Studio Code setup for Full Stack Web Development
I have been using visual studio code for the last 3 - 4 years and even though I don't like how resource-intensive it is but when it comes to features and customization it never disappoints me.Read More →
Understanding Svelte's $: (dollar label) syntax
In the long list of cool features of svelte, The one which I use more often is this dollar label thing. Initially, it looked strange to me but later I realized it is a valid javascript syntax.Read More →
My favorite resources to stay updated in web development space
Even though JavaScript fatigue has settled down, now we only have a few major UI libraries, state management libraries, routers, and recommended ways of server-side rendering. Now you can calmly make your app without messing with webpack and babel configs.Read More →
Try these 4 languages from 4 corners of Programming
There are thousands of programming languages, all having features unique than others. There are some more readable, others more performant, some are simple, others are complex. Here I'm presenting you 4 different programming languages from 4 different sides of programming.Read More →
Don't set a resolution this year.
We are back again to another end of the year and setting up new year resolution. Every new year we start with new goals and full motivation to change everything. You are in full energy to get most of this year but day after day the motivation gets down, some goals don't even look relevant after just a few weeks.Read More →
Declarative Programming & React
Declarative programming is something popularized by React in the JavaScript community. It is not a new thing but just got popularized in recent days.Read More →