Posts

Using spaced repetition to pass cloud certifications

calendar-icon 25.1.2023.
spaced
repetition
aws
certification
anki
az-900

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.

An improved guide for compiling WASM with Emscripten and Embind

calendar-icon 10.10.2022.
wasm
web assembly
emscripten
embind
c++
cpp

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.

How to convince your product owner to invest more time in technical tasks

calendar-icon 2.4.2021.
technical debt
productivity
build statistics

In this post we offer a few tips on how to convince businesspeople and product owner to invest more time in solving technical tasks.

Testing Web component with Jest and Lit element

calendar-icon 1.6.2020.
testing
lit element
jest
web components

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.