Close

Python PyGTK

PyGTK is a set of Python bindings for the GTK library.

What is Scrum?

What is Scrum?

“Scrum” has become a new meaning and purpose in today’s professional workforce. It is a framework for getting things done, primarily in software development. Still, it has become more common in project management and other sectors such as marketing, product development, and financial services. The Scrum methodology is based on […]

Devamını Oku

10 things about AWS CDK

10 things about AWS CDK

10 things to know before starting an AWS CDK project: The article is “10 things about AWS CDK.“

Devamını Oku

Learn SOLID Principles with CLEAN CODE Examples

Learn SOLID Principles with CLEAN CODE Examples

The SOLID principles are design principles that can help developers write maintainable and scalable code. The SOLID principles are: Single Responsibility Principle (SRP) – A class should have only one reason to change.Open-Closed Principle (OCP) – Software entities should be open for extension but closed for modification.Liskov Substitution Principle (LSP) […]

Devamını Oku