thelearningdev.hashnode.devLearning Go: Iteration and Performance Testing with TDDIntroduction Coming from JavaScript and Python, I was at first skeptical of only using the for keyword to iterate through data. However, it only took a few attempts before I was pleasantly surprised by its ease of use. The Go for loop is a refreshing...Oct 31, 2025·5 min read
thelearningdev.hashnode.devHow I Turned a TUI Failure into a Backend Architectural Win with PythonThe Initial Idea I've been using a written Bullet Journal for many years now. Full disclosure: I am by no means someone who spends hours upon hours beautifying their "BUJO"—I leave that to YouTubers and notebook enthusiasts. I will say though, it has...Oct 14, 2025·4 min read
thelearningdev.hashnode.devNavigating From Python and JavaScript to Go: Loops and ErrorsThe Jump to Go I recently started learning the Go language as part of the Boot.Dev Back-end Career Path. Up until now, most concepts have been similar and relatively easy to grasp. However, diving into loops and errors, I've begun to find fundamental...Oct 7, 2025·4 min read
thelearningdev.hashnode.devMy First APIThe Purpose The purpose of this project was to take concepts that learned in Scrimba's FullStack path specifically the React modules and combine them with the BackEnd concepts I am learning on boot.dev and create a React application that consumes dat...Sep 20, 2025·4 min read
thelearningdev.hashnode.devExample of Using a Linked List in PythonInstead of just going through a class and trying to complete it, which can be a big trap, the best way to internalize concepts is by completing micro projects focused on the current topic in the class. I was unsure about linked lists, and in an attem...Sep 19, 2025·2 min read