In this post, we’ll cover the absolute, bare-bones basics of Git, so you can get up and running as quickly as possible. Although Git is very powerful, and has a lot of commands and options, you only need to learn a...
As a new developer, your first job can be overwhelming. You may be experiencing imposter syndrome, have doubts about your ability to complete tasks, and/or feel intimidated by the amount of work you need to do… you might even encounter tasks...
Think back to some of the very first applications you made when you were learning how to code. Chances are that you wrote a simple console application of some kind, and showed it to a friend or family member–who promptly broke...
I’ve had a lot of students get hung up on getters and setters when they first start implementing object-oriented programming principles–especially in C#, because its auto-properties can feel a little too much like magic. In the simplest terms, getters and setters...