Hong Kong’da yemek teslimat sektöründe büyük bir değişim yaşanıyor. İngiltere merkezli yemek teslimat şirketi Deliveroo, dokuz yıl süren faaliyetlerinin ardından Hong Kong pazarından çekilme kararı aldı. Bu kararın ardından, Deliveroo’nun bazı varlıkları, Almanya merkezli Delivery Hero’nun sahibi olduğu Foodpanda’ya devredildi. Deliveroo Neden Çekiliyor? Deliveroo, Hong Kong’daki faaliyetlerinin şirketin toplam işlem […]
Devamını Oku
The website “Microservice API Patterns (MAP)” offers a comprehensive collection of patterns for API design, focusing on the challenges and solutions encountered when specifying, implementing, and maintaining message-based APIs. The primary emphasis of MAP is on message representations, which are the payloads exchanged during API calls. These payloads can vary […]
Devamını Oku
WordPress shines as a beacon of versatility and user-friendliness in the vast universe of website creation and blogging platforms. However, newcomers often find themselves at a crossroads: WordPress.com or WordPress.org? While both originate from the same source, they cater to different audiences and purposes. Let’s delve into the intricacies of […]
Devamını Oku
The food delivery app is cracking down on ghost kitchens with identical menus. Uber Eats is implementing new standards for virtual restaurants, also known as ghost kitchens, to reduce redundant listings on its app. The new policy requires virtual locations to have menu items at least 60% different from any […]
Devamını Oku
Voldemort is a distributed key-value storage system It is used at LinkedIn by numerous critical services powering a large portion of the site. Comparison to relational databases Voldemort is not a relational database; it does not attempt to satisfy arbitrary relations while satisfying ACID properties. Nor is it an object […]
Devamını Oku
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve […]
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
Senelerdir yazılım geliştiriyor ve yazılım ekiplerine yöneticilik yapıyorum. Her zaman İyi yazılım hazırlamayı ve yazılımcılıkta ustalaşmayı savundum. Bana göre iyi yazılımları sadece usta yazılımcılar yapabilir. Yazılımcılıkta ustalaşmanın bir yazılım diline bağlılık değil, yazılım geliştirme yöntemlerine bağlılık olduğuna inanıyorum. Benim gibi düşünen arkadaşların hazırladığı Software Craftsmanship Manifesto’ yu kabul ediyor […]
Devamını Oku
Feign is a Java to HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. Feign’s first goal was reducing the complexity of binding Denominator uniformly to HTTP APIs regardless of ReSTfulness. Why Feign and not X? Feign uses tools like Jersey and CXF to write java clients for ReST or SOAP services. Furthermore, Feign allows you […]
Devamını Oku
Michael Bryzek highlights specific key decisions that very directly impact the quality and maintainability of a microservice architecture, covering infrastructure, continuous deployment, communication, event streaming, language choice and more, all to ensure that teams and systems remain productive and scale.
Devamını Oku