Sitting properly is difficult - I've been struggling with it for most of my life. This blog post describes steps I've taken so far to improve my sitting posture.
In this blog post I'll be detailing my journey through finding a good window management solution, while also describing an important concept underlying all productivity-boosting techniques.
Enums are a great way to restrict values of variables to a limited set of chosen constants. This makes the code more readable and less error-prone, as we no longer need to use magic numbers. However, enums can also cause our code to become hard to read and maintain as our codebase expands. In this blog post I describe how I solve these concerns in TypeScript.
The typical programmer stereotype is humorous, but it can also be used as a justification for bad habits. In my case, this sprung out of control until I could no longer take it and became honest with myself. The blog post details the beginning of my ongoing journey from a typical programmer to a healthy, productive programmer.
This is a story of how over the years my life naturally gravitated towards simplicity, starting with my career, and then propagating into my everyday life.
In this blog post we'll build a form in ReactJS using Formik and demonstrate how simple forms can get with this amazing library. We'll also make sure that everything is type-safe using Typescript.
Life is full of ups and downs, and the older I get, the more complicated and overwhelming the world seems. It seems that the only option to not become overwhelmed is to keep a positive outlook no matter what. In this blog post, I describe my way of doing that: turning every negative into a positive.
Knowledge is an asset. The passion to learn can be a great trait until it turns into insecurity or stress. In this blog post, I describe my struggle with the fear of not knowing things, and my new learning system, which allows me to focus on things that matter and sleep better at night.
What a magical coincidence, it's been exactly a year since I've published a blog post! No, I haven't given up on my blog and I haven't changed careers. Suffice to say, I have had an interesting year, with many ups and downs, but most importantly - lessons learned.
In this blog post I provide an example on how to set up IP whitelist for Docker containers, such as database interfaces and private monitoring dashboards using Traefik v2.