JAMstack Static Websites with Netlify and Github Continuous Development CheatsheetRecently, I’ve been looking into alternatives to single page apps. Why might you ask? Well, single page apps have their advantages, but…Feb 27, 2022Feb 27, 2022
Basic Linux and Vim commandsOne of the most useful things I’ve learned over the last few weeks is some basic linux commands and Vim. Linux is a fantastic operating…Feb 19, 2022Feb 19, 2022
Vanilla JavaScript Tic Tac ToeThis blog wouldn’t be complete without a tutorial of how to code a simple version of Tic Tac Toe. We won’t use anything, but Vanilla…Feb 12, 2022Feb 12, 2022
How to make a Queue in Vanilla JavaScriptIn this article, we will create a queue data structure with vanilla Javascript. Queues are useful and very easy to understand, because they…Feb 5, 2022Feb 5, 2022
Converting a Sorted Array to Binary Search Tree in Vanilla JavascriptIn my quest to learn data structures and algorithms, I recently came across a leetcode question that I thought was really useful.Jan 27, 2022Jan 27, 2022
Create an API for Self-Driving Cars with NodeJSI long for the day that I can sit in the back of my car and read a book or take a nap. This leads me to look up articles on self-driving…Jan 22, 2022Jan 22, 2022
Implementing a Stack in Vanilla JavascriptStacks are one of the fundamental data structures. The best way to think about a stack is to think about a stack of books. In real life…Jan 14, 2022Jan 14, 2022
How to Implement a Linked List in Vanilla JavaScriptBeing able to implement different data structures is an important part of software development. Many times, new developers will focus on…Jan 7, 2022Jan 7, 2022
Creating a Bug/Tracker [Part 2] — Bcrypt HashingIf you followed along with the last blog, you saw how to make a full start login form with NodeJS, Express, MySQL, and ReactJS. That…Dec 30, 2021Dec 30, 2021
Creating Project/Bug Tracker [Part 1] — Login Create Account FrontendThis is the first blog of a series that will make a project/bug tracker. This is a full stack project that uses the following technologies…Dec 22, 2021Dec 22, 2021