Close

(02) Software, Yazılım

It is all about software applications and software development.

Consider the Development Feedback Loop

Consider the Development Feedback Loop

Imagine you’re a potter making your bowls on a wheel in your studio. Now imagine that your craft has a different workflow: you make bowls by writing scripts executed by a bowl-making machine on the other side of the world without your participation. That’s the difference between a tightly coupled […]

Devamını Oku

Navmesh: A Pathfinding Tool for Python

Navmesh: A Pathfinding Tool for Python

A navigation mesh, or Navmesh, is an abstract data structure used in artificial intelligence applications to aid agents in pathfinding through complicated spaces. This approach has been known since at least the mid-1980s in robotics, where it has been called a meadow map, and was popularized in video game AI […]

Devamını Oku

Navigating the World of AWS Cloud Databases

AWS Cloud Databases

Modernize your data infrastructure with fully managed, purpose-built databases Choose the right purpose-built engine. Use case-driven, highly scalable, distributed applications suited to your specific needs. AWS offers 15+ purpose-built engines to support diverse data models, including relational, key-value, document, in-memory, graph, time series, wide column, and ledger databases. Achieve performance […]

Devamını Oku

Summary of ‘Clean Code’ by Uncle Bob

Summary of 'Clean code' by Uncle Bob

“Clean Code: A Handbook of Agile Software Craftsmanship” is a book written by Robert C. Martin, also known as Uncle Bob. The book is a guide to writing clean, maintainable, and scalable code. It covers a wide range of topics, including design patterns, refactoring, testing, and coding style. In “Clean […]

Devamını Oku

What is SHA? What is SHA used for?

cryptography

SHA stands for secure hashing algorithm. SHA is a modified version of MD5 and is used for hashing data and certificates. A hashing algorithm shortens the input data into a more diminutive form that cannot be understood using bitwise operations, modular additions, and compression functions. You may be wondering, can […]

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

Agile Done Right: Proven Best Practices for Effective Project Management

Agile Done Right: Proven Best Practices for Effective Project Management

Emphasize teamwork and collaboration: Agile teams work best when focused on a common goal, and all members are committed to working together to achieve that goal. This means fostering a culture of trust and collaboration, where team members feel comfortable sharing their ideas and concerns, and everyone is willing to […]

Devamını Oku