The Storage-First pattern is a design approach where the incoming requests or data are captured and stored using AWS-managed services. This pattern is ideal when no data needs to be returned from the API and helps to ensure that data is not lost in case of processing failures. For example, […]
Devamını Oku
Suhosin is an advanced protection system for PHP installations. It was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core itself. Suhosin is implemented as a PHP extension and offers several security features that can be fine-tuned through configuration options. Suhosin’s […]
Devamını Oku
Test-Driven Development (TDD) is a software development practice that involves writing tests for a piece of code before writing the code itself.It is a part of the Extreme Programming (XP) software development methodology. XP emphasizes rapid feedback, continuous testing, and frequent iteration. DDD also focuses on constant feedback and iteration […]
Devamını Oku
As remote work has become more common, the boundaries between work and life have blurred, and many homeworkers feel they must prove they are working. This can make it even more challenging to put aside the job and focus on yourself. Toxic productivity is a mindset that manifests as the […]
Devamını Oku
Benim yurdum; emekKazanacak bir dünya, kurulacak bir düzen varBenim yurdum; eşitDurulacak savaşlar, hemen açar o gün çiçeklerGeçmiş ayna olur karanlığına Benim yurdum; özgürİnsanca bir yaşam, sınıfsız sınırlarEkmek için kendini yakmaz ki insanoğlu burdaBenim yurdum; bebek kadar güleçEşitlikçi bir düzende mümkün her şey Anlatılan senin hikayen, benim hayal gücüm değilYurdu satar […]
Devamını Oku
We have broken SHA-1 in practice. This industry cryptographic hash function standard is used for digital signatures and file integrity verification and protects a wide spectrum of digital assets, including credit card transactions, electronic documents, open-source software repositories, and software updates. It is now practically possible to craft two colliding […]
Devamını Oku
Serverless computing is a model in which the cloud provider dynamically manages the server infrastructure. This means that developers don’t need to worry about provisioning or managing servers, which can save time and money. Several serverless patterns can be used to build scalable and reliable applications. This article will discuss […]
Devamını Oku
In recent years, especially with the pandemic, everything has been moving very fast. The release of .NET 5 by Microsoft was only a year and a half ago (specifically on November 10, 2020) and we have to say goodbye to it. Sadly, Microsoft’s deadline for developers to migrate to .NET […]
Devamını Oku
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
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