-
What is GitHub and how to use it?
When you start learning how to code, you will eventually see people talk about github. What is github and how do I start using it? Do I need to use it? Well, the truth is, every software developer I know uses git. It’s such a useful tool not only for individual development, but also when…
-
C tutorial: Organize your data using structs
What software developers don’t emphasize much is the planning aspect when it comes to development. I see questions online asking how it’s possible to code 8 hours a day. The truth is that we don’t really code 8 hours a day. Most of the time we are planning, organizing, and debugging. Coding is usually the…
-
What I learned from failed software job interviews
Landing a software job is the dream for many. A software job can give them the right work life balance they are searching for. It can allow them to work remotely. And most of all it’s fun (and challenging)! So how do you prepare for a software job? What things should you keep in mind…