After passing a few cloud certifications last year, I'm sharing some tips and tricks on how to prepare. We will also look at a technique called spaced repetition and see how we can leverage it to pass the exam with flying colors.
This post is an improved guide on how to work with Emscripten and Embind to compile C++ code to WebAssembly. We also cover some tips and tricks which are not clear from Emscripten documentation.
In this post we offer a few tips on how to convince businesspeople and product owner to invest more time in solving technical tasks.
We all know that testing is critical for any software product and JS landscape offers a lot of tools to perform this task. One of the most popular ones is Jest which is famous for its simplicity.