Clean Architecture: A Craftsman's Guide to Software Structure and Design
These are my notes from Clean Architecture: A Craftsman’s Guide to Software Structure and Design Book by Robert C. Martin (AKA uncle BOB).
8746 words
|
44 minutes
Cover Image of the Post
Quick tutorial: How to add a release GitHub workflow
As developers, we often find ourselves repeating manual steps when releasing new versions of our software. GitHub Actions allows us to automate these tasks, ensuring consistency and saving valuable time. Whether you’re deploying a web app, a library, or any other project, setting up a release workflow can significantly improve your development process.
431 words
|
2 minutes
Cover Image of the Post
Code Review Culture: Orchestrating Excellence in Software
In software development, beyond the syntax and structure of code lies a transformative force: The Code Review Culture.
1431 words
|
7 minutes
Cover Image of the Post
The non-designer's design book
2023-10-14
These are my notes from The Non-Designer’s Design Book by Robin Williams.
1179 words
|
6 minutes
Cover Image of the Post
The Rise of Low-Code and No-Code Platforms: Implications for Software Developers
In the early ages of software development, creating software was hard, expensive, and needed lots of technical know-how. But now, we have something new and exciting called Low-Code No-Code (LCNC) development. It’s a way to build apps that anyone can use, even if they aren’t tech experts.
1492 words
|
7 minutes
Cover Image of the Post