PinnedBoost Your Neovim Experience with These Essential PluginsNeovim is a powerful text editor that can be customized with plugins to enhance its functionality. In this article, we will explore the top 10 essential Neovim plugins. These plugins can help improve your Neovim experience by adding features such as ...Mar 19, 2023·4 min read·8.6K
Try using this authentication method in your next NextJS project!! (Hint: Magic Links)Mar 21, 2023·2 min read·311
Dev Retro 2022, A Flashback to my life as a developer this past yearFor those who don't know me, I am Kavin, and I am a high schooler from Delhi, India. I have been programming for the past 2-3 years and have been in love with Web Development ever since. The past year has been a great one for me as a developer, and h...Dec 8, 2022·7 min read·378
Discord bot which shows your private Advent of Code leaderboardIt is December! That means Advent of Code is here! If you don't know what that is: Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like...Dec 3, 2022·2 min read·371
Why I think the t3 stack is the next big thing in the JS... oh wait... the TS ecosystem?In short, it's great!Nov 26, 2022·3 min read·2.2K
How to implement dark mode using TailwindCSS?Dark mode is something which has gained a lot of popularity in the last few years. Many popular websites are also implementing a dark mode on their website. However, dark mode can be a pain to setup if your css isn't well structured. Tailwind makes i...Mar 23, 2022·8 min read·2.9K
Beginner's guide to useEffect hook in ReactA few days ago, I wrote an article on how to use the useState hook. Another important hook provided by React is the useEffect hook. Now, if you've used React Class based Components, then useEffect will help you replace functions like componentDidMoun...Mar 13, 2022·4 min read·140
Beginner's guide to useState hook in ReactA key component of a web application is the state. Taken directly from the beta(new) version of the ReactJS Docs: Think of state as the minimal set of changing data that your app needs to remember. For example, if you’re building a shopping list, yo...Mar 10, 2022·4 min read·216