Reflecting on 1-year in Open SourceWith this last year in the open source community, I've had the privilege of connecting with amazing individuals and gaining a significant amount of knowledge. As I approach this one-year milestone, I've taken time to contemplate the valuable insights...Nov 20, 2023·11 min read
An Introduction to Data StructuresBefore diving into the nitty-gritty of the individual data structures, let's take a step back and talk about some of the basics. In this article, we'll explore the fundamentals of data structures, overviews of simple arrays to complex graphs, and, fi...Feb 17, 2023·6 min read
Streamlining Your Workflow with Git and the Command LineIn my last post, we talked about how to get started with the terminal. In this post, we will continue the discussion and focus on Git, a powerful version control system that can be used from the terminal. We will explore the basics of Git, how to set...Feb 13, 2023·7 min read
Getting started with REST APIsIf you've been in tech for any amount of time, you've probably heard the term "API." API stands for application programming interface and it acts as a bridge between different software systems. A REST API, or Representational State Transfer API, is a...Jan 28, 2023·6 min read
Exploring the basics of data structures and algorithmsAs you venture further into the world of coding, you'll come to realize that data structures and algorithms are an essential part of a developer's toolset. Regardless of your level of experience, mastering these powerful tools can elevate your coding...Jan 22, 2023·6 min read
Demystifying the world of programmingIf you're new to the field, it can be an intimidating place to navigate. With various languages, tools, and concepts that make up the world of programming, it can be hard to know where to start. But don't worry, this article aims to guide you through...Jan 15, 2023·7 min read