Articles

I hate Java (and Spring)

Oracle makes my life more difficult than it needs to be The level of ceremony and boilerplate is out…

Steam on Arch Linux

Enable Multilib Uncomment the section in Upgrade System Install Steam Enable Proton You can enable…

Project Wide Find & Replace w/ FAR

Installing the FAR Plugin FAR is a Vim/Neovim plugin that will allow you to perform project wide…

VSCodium & Neovim

What is VSCodium? From : Microsoft’s vscode source code is open source (MIT-licensed), but the…

Emojis in Neovim 💯👍😜

Supporting emoji ✌ Make sure your terminal supports emojis You will also need a font that will…

Using Live Server with Neovim

What is Live Server? Live-server is an package that will allow you to see real time changes for…

Installing Fast Node Manager (fnm)

Using a node manager helps you deal with annoying permissions issues. If you already use something…

var, let, const

One of the first features you may have noticed in ES6 is a new way to declare variables (and now…

Introduction to Theoretical Analysis

Benefits of Theoretical Analysis Can evaluate the speed of an algorithm independently of the…

Changing remote Git repo

List current remote Change remote Git repo ( NOTE ) Replace everything inside with your data and…