I have used lot of editors over the years. For the last 5 years I have been using VSCode. It has been...
I was bored today, so I build this simple Chrome extension that adds minimal theme to youtube to make...
We as developers create a lot of pull requests from building new features to fixing bugs and...
Let's say you want to enable or disable some features based on users role or some permission that the...
I was playing with Houdini css and built this. It is a worklet that allows you to render stars in the...
GIF's are awesome we use them everywhere. But the issue with GIF's are they are usually much larger i...
Liquid tags are awesome dev.to uses some custom liquid tags to embed posts, gist, github repos, twitc...
I primarily use email to manage my Github notifications. I have setup rules for auto labelling in my...
Sometimes the shell scripts that you write asks questions to the user so that they could change the...
I wanted to build a small desktop app for my own usage but using electron felt like an overkill...
Sometimes you want markdown like syntax but not exact markdown specification. I build a really tiny...
As developers we use a lot of alias and small scripts to automate boring stuff. Here is my commonly...
When you write small scripts in nodejs it is sometimes annoying to deal with the file system API....
Built this really simple extension to make gmail look nicer
Is there any pattern that you follow or do you just dump everything in the desktop?
React hooks is one of the best parts that I like about react. It would be nice to have something like...
For smaller react projects I wanted something simple to deal with asynchronous function calls like fe...
When building in react often you have to deal with different inputs like text, number, date... and ea...
We as programmers write a lot of code and we read more code than we write. We write drafts first then...
I recently tried to implement a simple spreadsheet in React with basic support for formulas using +,...
Sometimes you want to override the browsers default context menu in your react app. You can easily do...
I have recently been digging into proxy in Javascript. I was surprised by what it can do. Proxy...
I recently came across this awesome video introducing tagged template literals. At the end of the vid...
I recently came across this awesome site https://kingjamesprogramming.tumblr.com It generates posts b...
Many times when you are writing code you may want to do a simple fetch request and see the response....
Apply dark/light theme to your website based on users os set theme
Make your web app more keyboard friendly by using skip links
Making your list more keyboard friendly using roving index with custom hooks