Category: Projects for Beginners
-

Building Doit: A Simple Todo App in Rust
In this tutorial, we’ll build Doit, a command-line todo application using Rust. This project will teach you practical Rust concepts including ownership, borrowing, pattern matching, and working with external libraries. Our Doit app will let users: All tasks are saved in a JSON file so they don’t disappear when you close the program. Project Setup…
-

How to Make Your First Open Source Contribution: Tartarus Insight
Contributing to open source can feel intimidating at first, but it doesn’t have to be! Tartarus Insight is designed to be a beginner-friendly project where you can safely learn the process of contributing without fear of making mistakes. In this guide, I’ll walk you through how to contribute step by step, from understanding the project…
