Close

technical debt

Teknik Borç: Yazılım Geliştirmenin Görünmeyen Yükü

Teknik Borç: Yazılım Geliştirmenin Görünmeyen Yükü

Yazılım geliştirme süreçlerinde sıkça karşılaşılan, ancak çoğu zaman göz ardı edilen bir kavram olan teknik borç (technical debt), kısa vadeli çözümlerle hedeflere hızlıca ulaşma çabasının uzun vadede getirdiği maliyetleri ifade eder. Bu terim, yazılım geliştiricisi Ward Cunningham tarafından ortaya atılmıştır. Cunningham, teknik borcu, hızlı çözümlerle elde edilen avantajların, ileride daha […]

Devamını Oku

Teknik Borcun Gizli Yüzü: Geliştiricilerin Gözünden 3 Ana Tür ve Yönetim Stratejileri

Teknik Borcun Gizli Yüzü: Geliştiricilerin Gözünden 3 Ana Tür ve Yönetim Stratejileri

Yazılım geliştirme sürecinde, teknik borç (technical debt), projelerin sürdürülebilirliği ve ekip verimliliği üzerinde önemli etkilere sahip olabilir. HackerNoon’da yayımlanan bir makaleye göre, teknik borç üç ana kategoriye ayrılabilir: bilinçli borç, kazara/eskimiş tasarım borcu ve bit rot (bozulma) borcu. Bu yazıda, her bir borç türünü ve bunları yönetme stratejilerini ele alacağız.(hackernoon.com) […]

Devamını Oku

system cls

system cls

“system cls” komutu, bir komut satırı veya terminalde kullanılır. Bu komut, ekranı temizler ve ekranın üstüne yazılacak olan verilerin görüntülenmesine yardımcı olur. Bu komut, genellikle bir komut satırı veya terminalde çok sayıda komut çalıştırıldıktan sonra ekranın karışık görünmesini önlemek için kullanılır. Bu komut, ekranı temizler ve ekranın üstüne yazılacak olan […]

Devamını Oku

Slaying the Dragon: Overcoming Technical Debt in Agile Development

Slaying the Dragon: Overcoming Technical Debt in Agile Development

Technical debt in agile development refers to the cost of maintaining and enhancing the software developed quickly or with insufficient attention to quality. Various factors, such as a lack of proper design, poor testing, or a lack of code refactoring, can cause it. As new features are added, technical debt […]

Devamını Oku

Supercharge Your MySQL Queries with the With Clause

Supercharge Your MySQL Queries with the With Clause

In MySQL, the WITH clause creates a temporary named result set known as a Common Table Expression (CTE). It allows you to define and reference a subquery in the main query. The syntax for using the WITH clause in MySQL is as follows: WITH cte_name AS (SELECT column1, column2, …FROM […]

Devamını Oku

Linux Root Password Değiştirmek

Linux Root Password Değiştirmek

Öncelikle cihazınıza SSH ya da fiziksel olarak login olmanız gerekiyor. Login olduğunuzda terminal (console) ekranını ve komut satırını göreceksiniz. sudo passwd root eski ve yeni şifrelerini girerek linux root şifrenizi değiştirebilirsiniz.

Devamını Oku

Ubuntu Touch: reports of its death have been greatly exaggerated

Ubuntu Touch: reports of its death have been greatly exaggerated

Remember the times when Canonical was working on a Qt-based desktop and mobile phone? Remember Unity, the default Ubuntu desktop that was about to be rewritten in Qt under the name as Unity8 shortly before Canonical killed the project and switched to GNOME? And Remember Ubuntu Touch, the Linux-based operating systems for tablets […]

Devamını Oku

How to change the time server on Windows 10?

windows 10 NTP

My father uses Windows 10.  I had to change “Time Server” last night.  He couldn’t browse the internet. How to change the time server on Windows 10 How to troubleshoot time server synchronization problems Some useful NTP, Windows Time Server related commands. 

Devamını Oku

How to get developer options on Android?

How to get developer options on Android?

Every Android device contains a secret set of options  “Android Developer Options”  . It is intended principally for developers.   Developers  need additional functions to test software, debug and simulate. Developer Options are available on all Android devices, but OEMs do make accessing them slightly different on occasion. They all […]

Devamını Oku