“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
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
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
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
TestRail is a test case management software that helps teams manage, track, and organize their testing efforts. It provides a centralized platform for storing and organizing test cases, as well as for monitoring the status of testing and reporting on test results. With TestRail, you can create and manage test […]
Devamını Oku
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” 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
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
It can be tough to make changes in large, complicated codebases. When we make changes, we must know that we are making them one at a time. Too often, we think we are changing only one thing, but instead, we change other things unintentionally: introducing bugs. If we can write […]
Devamını Oku
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