JB's Blog

LifeStyle | Coding | Creativity

featured

  • Single Responsibility Principle In Software Design

    The Single Responsibility Principle (SRP) is the cornerstone of clean, maintainable, and extensible software systems. It’s the “S” in SOLID, but it stands much taller—it influences every aspect of coding, testing, and architecting good systems. Over the past week, I’ve immersed myself in SRP. This article brings together conceptual understanding, real-world Java examples, testability impacts, Read more


    by

    in

  • Build Amazing Software

    Build Amazing Software

    From stockholders’ requirements to the eventually deliver of the product to customers, so many things are involved; combinedly, we can put them in a box called Software Architecture.There are lots of things that have to go right when building a software system. Architecture connects them all and provides a foundation for success. Here are six Read more


    by

    in

  • Become an Architect for Your Team

    Become an Architect for Your Team

    Software architect is a way of thinking. Thinking that needs to be promoted in the mind of every programmer. Make a move from Programmer to Software Architect With time, a programmer learns to develop that intuition to make crucial decisions and reason about quality attributes in the software.  To measure your growth from programmer to software Read more


    by

    in

  • What Is Software Architecture?

    What Is Software Architecture?

    This is the second part of the series “Become a Software Architect” A system’s software architecture is the set of significant design decisions about how the software is organized to promote desired quality attributes and other properties. Martin Fowler defines software architecture as “…the important stuff. Whatever that is.” The important stuff is nearly always Read more


    by

    in

  • What Software Architects Do?

    What Software Architects Do?

    This is the first part of the series “Become a Software Architect” Software Architect is a way of thinking. Every developer should look at the bigger picture and develop architectural thinking. To understand what it means, let us get into the mindset of a Software Architect. They find the answer to the question, “When and how Read more


    by

    in