First time I heard about 12 Factor App around 6 years ago. I even didn’t know that some of the rules that I use in software development have its own […]
ATAM: A Comprehensive Guide to Architecture Evaluation
In the complex world of software development, the architecture of a system plays a pivotal role in determining its success or failure. As systems grow in complexity, the need for […]
Unlocking the Power of mmap in Software Architecture
When designing efficient software systems, especially those that handle large datasets or require high-speed data access, mmap emerges as a powerful tool. In this blog post, we’ll explore everything you […]
Unlocking the Power of DORA Metrics in Software Development
In the fast-paced world of software development, teams are always looking for ways to deliver high-quality software faster. But how can you measure the effectiveness of your delivery process and […]
CPSA-F – Quality Assurance
Part of the software architect’s job and next CPSA topic is defining what the quality is and easing providing the quality in the project. It’s important to ensure touch the […]
CPSA-F – Communication of software architecture
Preparing the architecture documentation is one thing. Another equally important thing is to make sure that everyone who will be using it, will understand it. Documentation should be clear but […]
Software deployment
Software deployment is a critical phase in the software development lifecycle. It’s not just about moving code to production—it’s about ensuring that the transition is smooth, efficient, and minimizes disruptions. […]
CPSA-F – Interface design: Key Points to Remember
Today’s post is really short and concise. I am only going to mention the most important things to have in mind when designing the interface. As always in CPSA posts, […]
CPSA-F – Software quality: building robust systems
In software development, there are many rules that correctly followed allow building robust IT systems with high quality. In this post, I summarize some key points needed for CPSA certificate. […]
CPSA-F – Solving the common issues effectively with patterns
Hi, This is the next post of my CPSA exam preparation. This time there will be a lot of concrete information about a design patterns and cross-cutting solutions. Let’s go! […]