-
How to Debug Like a Pro: Strategies for Beginners
When you’ve been coding for some time, you’ll eventually run into problems in your code or bugs in your program. Even the most experienced programmers encounter bugs. Bugs are annoying because you don’t understand why they’re happening, which can be frustrating. This is probably the most frustrating part of coding. However, when you debug your…
-
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…
-
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…
How I Manage My Code: 7 Tips That Changed My Career
Over the past 10+ years of writing code professionally, I’ve observed significant growth in my code proficiency and management skills. As I accumulated more experience in coding and received valuable feedback from co-workers, clear trends and themes emerged in effective code management. Recognizing the importance of efficient code management became evident – mastering this skill…
Craft Your Coding Plan for Success in the New Year! 🚀
Learning how to program in your coding journey can be very daunting and discouraging at times. The programming world is vast, with different languages, frameworks, philosophies, and development tools. Adding to the complexity, you’re likely learning to code on the side while working full-time in an unrelated job to software development. With these factors in…
Your First 30 Days of Coding
So, your first 30 days of coding… Maybe you’re looking at the news, or you’re looking into the market, and you’re starting to see that our world is becoming more and more digital. You see a lot of businesses shifting and starting to build more digital products, more digital services, and shift their stores online.What…
What It Really Takes To Be a Software Developer
Becoming a software developer and landing a software job is a dream for many people. It provides a good work-life balance, and it’s also fun to do. Being a programmer is enjoyable, but is it too hard? Does it take a particular kind of person to become a software developer? Maybe you’re one of these…
Don’t Make This Common Scanf Mistake!
So there’s this common ‘scanf’ or ‘getchar’ mistake that a lot of beginners make when first starting to learn how to code in C. These two C functions are common functions that beginners learn to handle basic user input for their programs. These mistakes are pretty understandable. Even I myself have made this mistake in…
What I Would Do Differently if I Had To Start Over (Coding Journey)
What would I do differently if I had to start my coding journey all over from the beginning? I’ve thought about this question, and I think it’s a really helpful one because it can provide insight into what you can do differently from the beginning of your coding journey. This way, you can avoid making…