The Net Blog The Net Blog - The only blog you'll need for web/app development & design!
Posts with the tag productivity:

Why I Use Qutebrowser as My Daily Browser (but You Probably Shouldn't)

Why I use Qutebrowser as my Daily Browser (but you probably shouldn’t) Qutebrowser is an amazing and very unique browser. The modern browser today is filled with unnecessary features, and qutebrowser helps eliminates that and makes browsing the web… Just browsing the web! Like any other browser though, Qutebrowser has its cons and trade-offs.

Configuring Neovim With Lua: What You Should Know

Configuring Neovim With Lua: What You Should Know NeoVim is such an amazing and powerful tool. It’s insanely fast, flexible, and clean. I honestly can’t believe I used to use vimscript to set it up, but anyways, in today’s article, I’m going to show you how to start making your neovim config! But before we continue though, I’d like to give a big shout-out to Chris@machine’s NeoVim from Scratch series, and ThePrimeagen, since a lot of my config is based on theirs.

Get Started With Git, a MUST For Developers

Git is an absolute MUST, that every developer should know how to use. It makes you a lot more productive and of course has version control, which can save you a ton of time and other problems. Actually getting started and understanding Git for the first time might not be too easy, so today I’ll just be showing you some basic commands.