Technical Blog
BitBox
Latest Articles
-
Spec-Driven Development with Claude Code
Spec-Driven Development with Claude Code
Read article → -
Threat Modeling Practitioner
What is Threat Modeling?
Read article → -
Architectural principles
The following principles are for me personally the key guidelines to follow when designing software solutions.
Read article → -
Book: Release it! (second edition)
The book
Read article → -
Building My Efficient Headless CMS
Introduction
Read article → -
Building a Second Brain
‘Building a Second Brain’ by Tiago Forte is a self-help book based on a series of blogs that have been bundled into a book and supplemented by some self-help courses. While I wo...
Read article → -
Book: Learning Go
‘Learning Go’ by Jon Bodner is a comprehensive guide to learning the Go programming language. It was first published on March 2021. You can find all the information on their site
Read article → -
Book: The Pragmatic Programmer
The Pragmatic Programmer (20th Anniversary Edition) is a great book and must read for beginning developers. It is written by David Thomas and Andrew Hunt. You can find all the i...
Read article → -
About retrospectives
Retrospective is a well-known concept in the Agile community as a part of the Scrum framework: at the end of a sprint, the team will reflect about the process, team working and ...
Read article → -
Hexagonal Architecture Example
The hexagonal architecture also known as ports and adapter architecture, is one of the most powerful design patterns that I know: it respects the open-closed principles, correc...
Read article → -
JavaScript for Java developers
Why ? JavaScript is one of the most popular programming languages according to StackOverflow and its possibilities are only growing. You might think of JavaScript as just runni...
Read article → -
Migrating from Java 8 to Java 11
Why do you need to migrate now?
Read article →