programming

A collection of 3 post

How union let me sleep tight

Discriminated Union is my one of the most favorite mechanisms delivered by TypeScript. Maybe you are not aware, but unions are perfect for modeling business domain inside your application. In this post, I will show you, how to make your code typed stronger and more business oriented. Simple model…

json-server, best friend of solitude startuper

Prototyping idea is crucial part of building application. You can check if your product works and meet future client's requirements. It's easy to handle, when you are in a big team, with many developers on board. But how to handle it, when you work solo?

Still on the fence on code review? Here’s what you need to get started

As developers, we produce tons of code each day. We test our code, beautify it with code style scripts and finally verify using continuous integration commands, which control the integrity and cohesion of our solutions. Nevertheless, the true value of used code solution can be checked only by another developer,