Essential Plugins For Coding On VimWhat are the minimum features do you need to code with ease? These are my base plugins I use in order to make Vim/Neovim usable for my…May 6, 20211May 6, 20211
How To Install Arch Linux (Windows Dualboot)We are going to be dualbooting Arch Linux on a Windows laptop today. Despite what others say, Arch is relatively easy to setup in…Mar 16, 2021Mar 16, 2021
Published inThe StartupWorking in Japan — Give Japanese Startups a ChanceHave you ever wanted to live in Japan? Have you ever wanted to work in Japan? I asked myself this a couple of years back, and have…Feb 28, 2021Feb 28, 2021
Published inhenngeblogHow to Get Started as a Software Engineer (GIP)I think the internship is great for junior-mid engineers…Feb 17, 2021Feb 17, 2021
Python Flask TutorialHere is a how to setup Flask tutorial as of recent. I recommend following along in Linux/Mac/WSL, as my setup will be mostly done through…Feb 6, 2021Feb 6, 2021
3 Cool Terminal Tools Written In RustHere are 3 nice visual changing terminal tools written in Rust that I have integrated into my workflow. Coding requires spending most of…Feb 2, 2021Feb 2, 2021
How to Install Manjaro Linux ArchitectI’ll be documenting how I installed Manjaro in this article for future reference. We will also be starting from booting into the bootable…Dec 28, 2020Dec 28, 2020
Django, Gunicorn, Systemd Errorsgunicorn.errors.HaltServer: <HaltServer ‘Worker failed to boot.’ 3>Dec 1, 2020Dec 1, 2020
Django, Nginx, Certbot — SubdomainsHow I got subdomains to work on Django 3 with Certbot for https. It was a little finicky to get working, since…Nov 27, 2020Nov 27, 2020
Write Custom Commands for DjangoSomething very useful I’ve found while using Django is writing custom Django-admin commands for your manage.py. Essentially this is just…Nov 5, 20201Nov 5, 20201
How to Use Multiple Databases in Django Admin InterfaceThis was a problem I ran into recently, and here’s a simple solution to it. The Django doc’s example handles this problem by making 2…Nov 4, 2020Nov 4, 2020
How to Webscrape with Requests, Selenium, and Beautifulsoup in PythonThis article is mainly for beginners at webscraping, and should help with thinking about how to scrape something specific off a website…Jun 20, 20191Jun 20, 20191
Linux/Windows Password Manager “pass”I have been using pass for about over a month now, and I think it’s a great terminal password manager. It uses gpg to encrypt your…Jun 7, 2019Jun 7, 2019
How To Dual-Boot Linux On Windows (Ubuntu 18.04 Gnome)I recently had my first experience installing Linux on my Windows laptop, and it was a lot more simple than I thought it would be. As it…May 20, 20191May 20, 20191
To Understand Recursion, You Must First Understand RecursionRecursion can be a tricky concept to wrap your head around, but think of it as a stack of blocks that pop down to return it’s result. The…Apr 22, 2019Apr 22, 2019
What happens when you type holbertonschool.com in your browser and press EnterGoing to a website goes through several steps, starting from typing the URL. When you hit enter after typing in “holbertonschool.com”…Apr 14, 2019Apr 14, 2019