Close

(20) Software Craftsmanship, Yazılımda Ustalaşmak

Software Craftsmanship is a movement that advocates for the practice of software development as a craft. It emphasizes the importance of quality, craftsmanship, and professionalism in software development.

Structural Design Patterns in Python: A Guide to Flexible and Reusable Code

Structural Design Patterns in Python: A Guide to Flexible and Reusable Code

Learn how to use Structural Design Patterns to create code that is easy to understand and maintain. Structural Design Patterns are a way to create code that is easy to understand and maintain. They provide a way to assemble objects into complex, easy-to-understand, and maintained structures. There are five main […]

Devamını Oku

Creational Design Patterns in Python: A Guide to Reusable Object Creation

Creational Design Patterns in Python: A Guide to Reusable Object Creation

Learn how to use creational design patterns to create objects more flexibly and reusable. Creational design patterns are a way to create objects more flexibly and reusable. They provide a way to decouple the creation of objects from their use, which makes it easier to create and manage objects, and […]

Devamını Oku

Design Patterns: A Guide to Reusable Software Solutions

Design Patterns: A Guide to Reusable Software Solutions

Learn how to use design patterns to write better, more maintainable code Design patterns are reusable solutions to common software design problems. They provide a shared vocabulary for discussing design problems and answers and can help you write better, more maintainable code. What are Design Patterns? A design pattern is […]

Devamını Oku

Creating an Automated Pull Request Checklist on GitHub

Creating an Automated Pull Request Checklist on GitHub

You can use the GitHub Actions workflow to create an automated pull request checklist in GitHub. A workflow is a series of steps executed automatically when a specific event occurs, such as making a new pull request. Here are the steps on how to create an automated pull request checklist […]

Devamını Oku

Behavioral Design Patterns in Python: A Guide to Flexible and Reusable Code

Behavioral Design Patterns in Python: A Guide to Flexible and Reusable Code

Learn how to use Behavioral Design Patterns to create code that is easy to understand and maintain. Behavioral Design Patterns are a way to create code that is easy to understand and maintain. They provide a way to define how objects interact with each other or how they should behave […]

Devamını Oku

Advanced Topics in Design Patterns in Python: A Guide to Flexible and Reusable Code

Advanced Topics in Design Patterns in Python: A Guide to Flexible and Reusable Code

Learn how to use Advanced Design Patterns to create code that is easy to understand and maintain. In addition to the classic design patterns, several advanced design patterns can be used to create more flexible and reusable code. These patterns can be used to solve more complex problems or to […]

Devamını Oku

What is Conway’s Law? with Michael Feathers

Conway's Law and Microservices

For this WTFinar, we’ve got a damn legend in the house—the one and only, Michael Feathers. And the legend says, “It’s what’s on the inside that counts.” This is true for people, eclairs, systems, and organizations. The nature of programming is changing as we shift to building cloud-based systems through […]

Devamını Oku