Congratulations, you’ve made it! You’re starting your very first job as a software developer. Maybe it’s your first position in tech after a career change, or your first ‘real’ job after getting a computer science degree. Maybe all that time teaching...
Along with conditions, one of the first things programmers learn to use are loops–programming constructs that allow repetition of an instruction set. One type of loop that you’ll encounter on your programming journey is the “while” loop. In this article, I’ll...
As a beginner, you may have heard other programmers talk about ‘boxing’ and ‘unboxing’ and wondered what was going on. Did someone get a gift? Are they moving houses? Turns out, boxing and unboxing are programming concepts that have to do...
Remote interviews have become increasingly popular in the wake of the Covid-19 pandemic, especially with the rise in remote and work-from-home jobs. Remote interviews are especially popular for HR screenings and behavioral interviews, making it essential for modern job seekers to...