Close

(02) Software, Yazılım

It is all about software applications and software development.

Temiz kod nedir? – Clean Code Kitabını Okuyoruz

Ahmet Buğra Çakıcı’ nın yayınladığı videoda Robert C. Martin (Uncle Bob) tarafından hazırlanmış olan Clean Code (Temiz Kod) kitabının “temiz kod nedir, nasıl yazılır” başlıklı ilk bölümünde neler anlatılıyor onları yorumlarıyla aktarıyor.

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

Key KPIs Across Agile Methodologies

Key KPIs Across Agile Methodologies

In Agile software development, Key Performance Indicators (KPIs) are metrics used to measure the success and progress of a project. KPIs guide the Agile process by helping ensure the project stays on track to meet its goals and objectives. They can be directional, pointing to progress in production, and quantifiable, […]

Devamını Oku

Choosing the Right DynamoDB Partition Key

Choosing the Right DynamoDB Partition Key

Choosing the right partition key is essential in designing and building scalable and reliable applications on top of DynamoDB. What is a partition key? DynamoDB supports two types of primary keys: Why do I need a partition key? DynamoDB stores data as groups of attributes known as items. Items are […]

Devamını Oku