“Artık kötü yazılım yazmak istemiyoruz.” Bu cümle, yazılım zanaatkârlığı (yazılımda ustalaşma, software craftsmanship) hareketinin özüdür. Robert C. Martin’in ifadesiyle, bu hareket bir isyan değil; bir uyanıştır. Bu yazı, yalnızca yazılım geliştiricilere değil, ürün sahiplerine, yöneticilere ve teknolojiyle ilgilenen herkese yazılmış dolaylı bir mektup niteliği taşıyor: Kalitesiz yazılımın sonuçlarına katlanmak zorunda değiliz. […]
Devamını Oku
Yapay zekâ araçları, yazılım geliştirme süreçlerini dönüştürüyor. Ancak GitHub CEO’su Thomas Dohmke’ye göre, bu dönüşüm insan yazılımcıların önemini azaltmak yerine, onların rolünü daha da kritik hale getiriyor. Dohmke, YZ’nin herkesin yazılım oluşturmasına yardımcı olacağını, ancak bu yazılımların sürdürülebilirliği ve bakımı için insan uzmanlığına ihtiyaç duyulacağını vurguluyor. (Medium) Yapay zeka destekli […]
Devamını Oku
Ocak.2023 Açık kaynak dünyasının en köklü kuruluşlarından biri olan Apache Yazılım Vakfı (ASF, Apache Software Foundation), son dönemde ismi nedeniyle Amerikan Yerlisi aktivistlerin eleştirileriyle karşılaşıyor. Aktivistler, vakfın adında yer alan “Apache” kelimesinin, Amerikan Yerlisi kültürünü ve tarihini ticarileştirdiğini ve sömürgeleştirici bir yaklaşımı desteklediğini savunuyor. Apache İsim Tartışması Apache Yazılım Vakfı, […]
Devamını Oku
The article “Rekindling the Thrill of Programming” by Matthew Tyson, published on CIO.com, delves into the extraordinary nature of software programming and how reflecting on its remarkable history can reignite the sense of wonder in this field. Tyson draws parallels between the evolution of human achievements, like flight and automobiles, […]
Devamını Oku
Oracle does not own the name “JavaScript.” The name “JavaScript” is a trademark of Oracle Corporation, but the history behind this is a bit convoluted. Netscape originally developed JavaScript and was initially called “Mocha.” It was later renamed to “LiveScript” and finally to “JavaScript” when it was officially released with […]
Devamını Oku
The ubiquity of English in the realm of programming languages is undeniable. From the early days of computing, many foundational and widely used programming languages have been developed with English-based keywords and syntax. But how does this dominance affect non-English-speaking developers? Let’s delve into the implications and the challenges faced […]
Devamını Oku
The EXPLAIN command in MySQL is used to obtain information about how a SELECT, INSERT, UPDATE, or DELETE statement will be executed. It provides information about the query execution plan and the estimated number of rows that will be examined for each table in the query. The data from EXPLAIN […]
Devamını Oku
Learn how to use design patterns to write better, more maintainable code Design patterns are reusable solutions to common software design problems. They provide a shared vocabulary for discussing design problems and answers and can help you write better, more maintainable code. What are Design Patterns? A design pattern is […]
Devamını Oku
Go is a modern programming language quickly gaining popularity for backend development. It is known for its simplicity, efficiency, and scalability. Go was created by Google in 2009 and is open-source. It is a compiled language, which means it is converted into machine code before it is executed. This makes […]
Devamını Oku
You can’t fight Conway’s law (but you can undoubtedly waste energy trying) — Practical implications of Conway’s law Most software that performs non-trivial tasks is complex. We understand that and welcome that. However, we often feel that much of the software we design, create and deploy is more complicated than […]
Devamını Oku