Close

Kevlin Henney

Kevlin Henney is an English author, presenter, and consultant on software development. He has written on computer programming and development practices for many magazines and sites.

Henney is known for his work on clean code and his advocacy of simple, elegant solutions to software problems. He is also a frequent speaker at software conferences and meetups.

Kevlin Henney is a respected figure in the software development community. His work has helped shape how software is developed and written. He is a valuable resource for programmers of all levels of experience.

Unfinished Business: Harnessing the Zeigarnik Effect in Agile Methodology

Unfinished Business: Harnessing the Zeigarnik Effect in Agile Methodology

The Zeigarnik Effect stands out as a fascinating phenomenon in psychology and productivity. Named after the Soviet psychologist Bluma Zeigarnik, who first studied it in the 1920s, this effect suggests that people remember uncompleted or interrupted tasks better than completed tasks. But how does this psychological principle play a role […]

Devamını Oku

How To Fix Java.Lang.NoClassDefFoundError: Javax/xml/bind/annotation/xmlschema When Install Android SDK

How To Fix Java.Lang.NoClassDefFoundError: Javax/xml/bind/annotation/xmlschema When Install Android SDK

To fix the java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema when installing the Android SDK, you might encounter a compatibility issue between the version of Java you are using and the Android SDK tools. Here are the steps to resolve this issue: Step 1: Verify Java Version Ensure that you are using a compatible version […]

Devamını Oku

Sandro Mancuso: A Software Craftsman’s Journey

Sandro Mancuso. Software Crasftsmanship

After over ten years since the Agile summit, software projects are still failing. Many developers don’t behave as software professionals, and managers fail to understand the value of technical practices. The software development industry is still very amateur when compared to other professions. How can we change this? Why was […]

Devamını Oku

GitHub Copilot: The Future of AI-Powered Coding

GitHub Copilot: The Future of AI-Powered Coding

Have you ever wished you had a pair of programmers who could help you write code faster and better? Someone who could suggest the best way to implement a feature, write a test, or fix a bug? Someone who could learn from your code and style and adapt to your […]

Devamını Oku

Bulut Mutfak, Bir Gecede 300 Şubeli Burger Zinciri Kurmak

Bulut Mutfak, Bir Gecede 300 Şubeli Burger Zinciri Kurmak

Bulut mutfak konsepti hızla büyüyor.Uber’in kurucusu Travis Kalanick’te Uber’den ayrıldıktan sonra bulut mutfak işine girişti. Bu konsept ülkemizde de yavaş yavaş kendini göstermeye başladı.

Devamını Oku

Bobby Fischer solves a 15 puzzle in 17 seconds on Carson Tonight Show

Bobby Fischer

Bobby Fischer was an American chess grandmaster and the 11th World Chess Champion. He is widely considered one of the greatest chess players of all time. Fischer was born in Chicago, Illinois in 1943. He learned chess at a young age and quickly became one of the top players in […]

Devamını Oku

From Chaos to Clarity: How Implementing Agile Can Streamline Your Project Management Process

From Chaos to Clarity: How Implementing Agile Can Streamline Your Project Management Process

Agile software development methodology emphasizes collaboration, flexibility, and rapid iteration. Several frameworks and practices within Agile include Scrum, Kanban, and Lean. Critical Practices and Frameworks of Agile Setting Up and Running Agile Teams Organizations must establish roles and responsibilities and measure progress to set up and run Agile teams. Here […]

Devamını Oku

Deployment Strategies in DevOps

Deployment Strategies in DevOps

How to deploy software reliably and efficiently In DevOps, deployment is the process of delivering new code to production. This can be complex and risky, as code errors could impact the application’s availability or performance. Several different deployment strategies can be used to reduce the risk of errors and ensure […]

Devamını Oku