I use VSCode just like LazyVim

VSCoder Everyone has that phase in their coding journey where they are so used to using a tool that they feel like “I am speed.” I was fast af with VSCode. I was using arrow keys to their maximum potential. At this time, I had no clue what in the hjkl is Vim. I was fast because I was using extensions; VSCode would auto-import stuff (I was doing JavaScript). Everything was perfect....

September 6, 2024 · 2 min

This Is How I Publish New Blog With Only 4 Commands

Navigating takes longer than writing a blog. This portfolio/blog website is powered by Hugo and PaperMod Theme. If you have built something using Hugo, then you know that to create a new post, you have to write this command. hugo new content content/posts/<post_name>.md To create a new blog, I would have to follow these steps: Open my blog repository. Type the above command. Open the newly created file. Write the blog content....

September 1, 2024 · 2 min