State management - more than 'isLoaded'

Async state management can be done better than setting flags ‘isLoaded’ and ‘isLoading’. What’s better?
Read more

(stop de)humanizing the tech

Many of our interactions are done via technology. Trading, talking, scrolling through other lives. The problem is those interactions are emotionless. Does it have to stay like that?
Read more

How to save time with apps as non-developer (hint: automation)

It doesn’t matter whether you are software developer, business owner, ceo or someone else. We want to have most possible time and money available. What could we do to regain some time and money?
Read more

Learning React - hooks or classes

React exposes 2 general types of writing components. First - older is classes. Newer one - functional with hooks. Which is better?
Read more