https://www.youtube.com/watch?v=SoBDqeRRpLk This is a workshop organized by "Software University" / aka SoftUni / (Sofia, Bulgaria) which took place on 21-st of Jan, 2021. The content which I covered here is about some good practices for software developers, a time management technique, the root OOP principles, SOLID, Composition over Inheritance, Design Patterns and Software Architecture Patterns … Continue reading Workshop: Principles, practices and professionalism in software development (in Bulgarian)
Category: software architecture
Software product as a musical instrument
Let me introduce you Bob and Chris. Bob is a musician. Chris is a software developer. Bob plays different instruments. But today he decides to play a rock song, so he chooses a guitar.Meanwhile Chris, who is a great full stack developer, is thinking of creating a public web site to promote his services as … Continue reading Software product as a musical instrument
Software development entropy
The chaos The law of entropy is driving the whole universe. The term means that all things strive to chaos and disorder. The molecules of everything are constantly trying to scatter in space. Only an applied external force is keeping all parts arranged and in some kind of order.So remember the chaos is everywhere around … Continue reading Software development entropy
The process
I've been discussing with a lot of people, working in various organizations, about what process they are using in their companies. I received basically similar explanations from most of them even described with different words. The main discussed questions are: - Are you doing an up front or evolutionary design? - Do you have architect … Continue reading The process
Software Architectures (in a few words)
Discovering the domain architecture through DDD "Purpose of Domain Driven Design - Mitigate the burden of writing software under tough conditions." Start from the business! First of all, when starting implementation of the Domain Driven Design methodology, we should have a good domain knowledge of the product we are going to build. The classes and … Continue reading Software Architectures (in a few words)