Building a React Native Bottom Sheet with clean code in mind.
A practical example on the bottom sheet and separation of concerns.
Search for a command to run...
Articles tagged with #clean-code
A practical example on the bottom sheet and separation of concerns.
The not so obvious meaning.

It's not always easy to decide where code should go. Especially when things need to go fast. In this post, I will share my guiding principle for structuring code into modules. What is a software module? A software module describes a subset of the act...

Reinventing the wheel doesn't make sense. Especially not multiple times in the same project. That's why I came up with my minimalistic approach to model persistence in typescript: @royalzsoftware/royal-data-ts. What does it do? (plain english) At som...

The .save() method does not belong to the model

We saved the executives of an exterminator company dozens of hours per week. Here's how! The Problem As an exterminator company in Germany, you need to create reports for the insurance companies. At the core, it contains some fields, like details of ...
