Articles about programming. JavaScript and general advice for beginners in the industry.
Writing unit tests takes time and effort. Nonetheless, many teams insist on writing them anyway—that’s because of the benefits they bring to a...
Pure functions are the perfect case for unit testing. For a given input, we always expect the same output—there is no internal state involved. Let’s...
Let’s say you have a job interview in a few days. How should you prepare for it so that you can make an informed decision about joining the company,...
Creating example projects is a common way of showing your skills to potential employers. Let’s take a look at what’s important to keep in mind when...
Like it or not, daily stand-ups are usually a regular, integral part of IT work. In this article, I will share some practical tips and insights on how...
Version control is a basic but integral tool in software development. Many people don’t prioritize it while learning to program and, often, developers...