Getting Started with Open Source

One of the greatest ways to learn about programming is to work on real-life projects! In this guide, we will discuss the process of contributing to projects on GitHub.

Open Source
GitHub
Read more

Learn Rust with Me: Rust Borrow Checker

When those of us who are used to writing code in languages like JavaScript and Python, it can be difficult to wrap our heads around the *borrowing* feature that Rust uses to increase memory efficiency. After you read this article, you will have everything you need to understand references and borrowing in Rust!

Rust
Read more

I Created a Tutorial Video with Code

Finding a way to make my life easier while making higher quality content is always a pleasant time. When I heard about making videos in React with Remotion, I knew exactly what I was going to do with it...

Remotion
React
Read more