-
CSV File Projects for Beginners: Easy C Programming Tutorial
If you’re looking for CSV file projects for beginners, you’ve come to the right place. These projects are perfect for new programmers who want to get hands-on experience reading, parsing, and processing data stored in CSV (comma-separated values) files. Working with CSV files helps you build essential skills such as file input/output, string manipulation, and…
-
How to Set Up VS Code for C Programming on Mac — Beginner’s Guide
If you’re new to programming, you’ve probably heard of tools like Visual Studio or Visual Studio Code. These tools are really helpful for developing code, compiling code, and running your code. They’re very, very powerful—really helpful for software developers. But if you’re just new to programming, it can be kind of intimidating and confusing. There’s…
-
You’re Using Git Wrong – 3 Rookie Mistakes and How To Fix Them
When I got my first software job I had to learn how to use Git to collaborate with my team, and it was confusing and frustrating at first. But as my co-workers came by and showed me how to use it, and as they got me through some frustrating times, over time I started to…
How To Open and Run Code in Terminal VS Code
When I was first learning how to code, our university made us use the terminal to write, compile, and run our code. They didn’t even teach us how to use an IDE, so the terminal was our IDE. If you don’t know what an IDE is, it stands for Integrated Development Environment. Terminal was my…
7 Tips to Stand Out as a Programmer
I know there are a lot of programmers like you out there watching these videos, trying to break into the software industry. You’ve probably noticed it’s becoming increasingly competitive—and it’s true, with more and more people attempting to enter the field. That’s why I decided to create this video on how to stand out as…
How to Revolutionize Your Workflow with Git
If you’re just starting to learn how to code, you’ve probably heard of a development tool called Git. If you’re not sure what that is, it’s simply a tool developers use to help build their code systematically and incrementally. Once you start using Git as a developer, it becomes indispensable—you’ll need it for all of…
Programming Essentials Every Beginner MUST Know Right Now
If you’re just starting to learn how to code online, it can be kind of overwhelming figuring out where to start when it comes to coding. But if you’re just a beginner, most beginners just need to know these few basic concepts when starting to learn how to code. The concepts that I’m going to…
Understanding Data Types: Why They Matter and How to Use Them
Data types are foundational to programming. They allow computers to understand what kind of data they’re working with, how to store it, and how to process it. For programmers, understanding data types is like understanding how different pieces in chess move. If programming is like a game of chess, then data types are like the…
Beginner’s Guide: Setting Up Your Coding Environment on Mac (VS Code, Git, & GitHub)
So, I got a new MacBook on Black Friday, and I haven’t done any coding on it yet. The development environment isn’t set up, so I was thinking of making a video about how to set up your development environment on a Mac. If you’re new to the channel, I do a lot of coding…