how-to.devChanges in programming made possible with AII’ve been working in programming for the last 16 years. Let’s see what changes I see in our industry that are enabled by generative AI. Rapid prototyping The last few months, I’ve been working on a set of WordPress plugins, related to event organizat...Dec 22, 2025·2 min read
how-to.devAdvantages of unit testing—with examples in JasmineWriting unit tests takes time and effort. Nonetheless, many teams insist on writing them anyway—that’s because of the benefits they bring to a project. Those benefits are mainly the following: fast feedback—unit tests speed up each iteration of twea...Feb 15, 2024·5 min read
how-to.devPure functions and basic tests in JasminePure 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 take a look at a few examples and some simple tests that check if the methods work as expected. Jasmi...Feb 8, 2024·5 min read
how-to.devHow to prepare for a job interviewLet’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, as well as make sure that your interests are taken care of? Prepare your questions An interview is a ...Feb 1, 2024·4 min read
how-to.devHow to build a demo projectCreating 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 building personal projects with an eye toward impressing prospective employers. Simplicity Building ap...Jan 25, 2024·8 min read