Best of Code Like A GirlFebruary 2024

  1. 1
    Article
    Avatar of colkgirlCode Like A Girl·2y

    The DDD Way Towards Screaming Design — Part I: Strategic Patterns

    This post discusses the Domain-Driven Design (DDD) approach to software design and how it focuses on the problem domain rather than the frameworks used. It explains the importance of acquiring knowledge about the problem to identify the solution and introduces the strategic patterns in DDD. The strategic patterns help in decomposing the business domain into subdomains and business rules.

  2. 2
    Article
    Avatar of colkgirlCode Like A Girl·2y

    Dependency Injection in .net core

    Learn about dependency injection and its components, including services, dependency inversion, and inversion of control. Understand how dependency injection achieves loose coupling in programming.

  3. 3
    Article
    Avatar of colkgirlCode Like A Girl·2y

    Resources and Roadmap to Upgrade as a Java Developer

    Learn resources and roadmap to upgrade as a Java Developer, including core Java, OOPs, DSA, intermediate skills like multithreading, frameworks, databases, and advanced skills like Spring Boot, microservices, and REST APIs.