Outliers is a book about success. It starts with a very simple question: what is the difference between those who do something special with their lives and everyone else? In Outliers we’re going to visit a genius who lives on a horse farm in Northern Missouri. We’re going to examine […]
Devamını Oku
The Zen of Python is a collection of 19 “guiding principles” for writing computer programs that influence the design of the Python programming language. Software engineer Tim Peters wrote this set of principles and posted it on the Python mailing list in 1999. Peters’s list left a 20th principle “for […]
Devamını Oku
The onion architecture is not as well known as the 3-tier architecture but is gaining a lot of attention during the microservices era. It structures your software so that it is easy to change technologies without impacting business logic. Coupled with DDD principles it offers a powerful way to build […]
Devamını Oku
Imagine you’re a potter making your bowls on a wheel in your studio. Now imagine that your craft has a different workflow: you make bowls by writing scripts executed by a bowl-making machine on the other side of the world without your participation. That’s the difference between a tightly coupled […]
Devamını Oku
A navigation mesh, or Navmesh, is an abstract data structure used in artificial intelligence applications to aid agents in pathfinding through complicated spaces. This approach has been known since at least the mid-1980s in robotics, where it has been called a meadow map, and was popularized in video game AI […]
Devamını Oku