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.

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

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

Microservices and the Inverse Conway Manoeuvre

Microservices and the Inverse Conway Manoeuvre

Go faster than your competitors. That’s the promise of microservices – deploy more quickly, scale faster, and be more robust. It’s all about outcomes; how your organization is structured tremendously impacts those outcomes. It’s easy to say “Conway’s Law” and then move swiftly on. “But but but, but how?” James […]

Devamını Oku

Breaking the Mold: Exploring Agile Frameworks for Modern Software Development

Breaking the Mold: Exploring Agile Frameworks for Modern Software Development

Agile frameworks are specific approaches to planning, managing, and executing work. They typically fall into two categories: frameworks designed for teams. Frameworks intended to help organizations practice Agile at scale across many groups. Some popular Agile frameworks include Scrum, Extreme Programming (XP), and Kanban. Although Agile was initially designed as […]

Devamını Oku

Clean Code Nedir?

Clean Code Nedir?

Clean code, iyi tasarımlı, okunabilir, anlaşılır ve mantıklı yapıda olan kodlara verilen isimdir. Clean code, kodun okunabilirliğini, anlaşılırlığını ve mantıklı yapısını arttırarak, kodun düzenlenmesi, değiştirilmesi ve bakımını kolaylaştırır. Clean code, genellikle aşağıdaki özelliklere sahip olur: Okunabilir: Clean code, kodun ne yaptığını anlamaya yardımcı olacak şekilde yazılır ve okunması kolay olur. […]

Devamını Oku

Açık Kaynak Yazılımlar ile Test ve Süreç Otomasyonu

Clean Code And Team Collaboration

“Açık Kaynak Yazılımlar ile Test ve Süreç Otomasyonu” konulu seminerimizde açık kaynaklı test frameworkleri kullanılarak farklı türde ürünlerin (web, mobil, servis, desktop) testlerinde ve sürekli tekrar eden işlerin otomatize edilmesinde kullanımı sağlanabilmektedir. Kuveyt Türk’ten Test Yöneticisi Abdurrahman Akın kurumda kullanılan açık kaynak frameworkleri hakkında bilgi paylaşıp nasıl kullandığımıza ve nasıl […]

Devamını Oku

What Are the Principles of Agile Project Management?

What Are the Principles of Agile Project Management?

Agile project management is an approach that aims to be more flexible, responsive, and adaptable to changes to increase the likelihood of success. It is based on 12 principles outlined in the Agile Manifesto, developed in 2001 by software developers frustrated with traditional project management methods. These principles include satisfying […]

Devamını Oku

The Successful Transition To A Microservices Architecture

The Successful Transition To A Microservices Architecture

Indeed, the cultural changes required for a successful transition to a microservices architecture can be just as significant as the technical considerations. In a microservices architecture, the focus is on building more minor, independent services that can be developed and deployed independently. This can require a shift in how teams […]

Devamını Oku