Why do you need good boards? When starting a new product/project we usually begin with managing a small number of short lived issues (bugs and features) while using our favorite a task manager: JIRA, Gitlab, Github etc', the flow usually goes like th...
In this article you'll learn how to design and implement a reusable swagger pagination solution to any RESTful API. I assume you already know what swagger is, if not - read about it here. And if you want to skip right to the solution have a look at t...
Or: Why they leave your company too soon
If you are reading this you probably have two things: A Gatsby website (mydomain.com). A Hashnode blog somewhere else (blog.mydomain.com). Although they work great we sometimes want to mix them together so we can do things as: Add links to our has...
The problem Setup The general solution Husky + Lint Staged ("do-it-yourself" method) Lefthook ("all-in-one" method) 🥊 The problem When developing in a dockerized environment (for example with docker compose) you often find yourself in the following...