Close

Declarative REST Client: Feign

Feign makes writing java http clients easier

Feign is a declarative web service client. It makes writing web service clients easier. To use Feign create an interface and annotate it. It has pluggable annotation support, including Feign annotations and JAX-RS annotations. Feign also supports pluggable encoders and decoders. Spring Cloud adds support for Spring MVC annotations and for using the same HttpMessageConverters used by default […]

Devamını Oku

Config as a Service: Simplifying Application Setup with Spring Cloud Config

Java

Spring Cloud Config provides server-side and client-side support for externalized configuration in a distributed system. With the Config Server, you have a central place to manage external properties for applications across all environments. The concepts on both client and server map identically to the Spring Environment and PropertySource abstractions, so they fit very well with Spring applications but can […]

Devamını Oku

Sustainable Software Design: Understanding the Benefits of the Common Closure Principle

Common Closure Principle

What? The Common Closure Principle (CCP) states:” The components’ classes should be closed against the same kind of changes. A change that affects a part affects all the classes in that component and no other components.” In other words, a component should not have multiple reasons to change. The Single Responsibility Principle (SRP) from SOLID […]

Devamını Oku

Consistent Data Partitioning through Global Indexing for Large Apache Hadoop Tables at Uber

Consistent Data Partitioning through Global Indexing for Large Apache Hadoop Tables at Uber

Data serves little purpose if we cannot find it. Looking up individual records in the 100-plus petabytes of data accumulated at Uber lets us perform updates and gather valuable insights to help improve our services, such as delivering more accurate ETAs to riders and showing eaters their favorite food options. Querying data at this scale […]

Devamını Oku

M.F.Ö – MAZHAR FUAT ÖZKAN – Antalya Konser

M.F.Ö - MAZHAR FUAT ÖZKAN - Antalya Konser

0:00 Ele Güne Karşı 3:30 Mazeretim Var Asabiyim Ben 7:33 Ah Bu Ben 11:43 Sarı Laleler 15:14 Sakın Gelme 18:27 Mecburen 21:48 Psikopatım 24:21 Yandım 29:00 Yalnızlık Ömür Boyu 32:43 Ne Bileyim Ben 36:00 Olduramadım 42:35 Hep Aynı MFÖ’den Müzik dersi 🙂 44:27 Fuat’dan Müzik dersi 47:00 Özkan’dan Müzik dersi 50:58 ALi Desidero

Devamını Oku

Innovative mobile checkout solution DIGI Shop&Go

Digi Teraoka Shop&Go Mobile Checkout Solution

In the world of e-commerce, retailers need new ways to offer value to customers. With next-gen mobile checkout concept DIGI Shop&Go, shoppers scan items in the store using their own smartphones and pay at a self-payment station. The solution dramatically reduces checkout times and is a convenient option for shoppers. You can begin operating DIGI […]

Devamını Oku

Kanban Work In-Progress Limits

Kanban Work In Progress Limits

Work in Progress (WIP) limits restrict the number of kanban cards in each kanban board column. By limiting work in progress, teams often get more jobs done (and faster) than without WIP limits. This video teaches you what a WIP limit is, how to set your WIP limit on Jira Software, and some goals you […]

Devamını Oku

What Are Microservices?

What Are Microservices?

In this lightboarding explainer video, Dan Bettinger gives a broad overview of microservices.  By comparing microservices application architecture with the traditional type of monolithic architecture through the example of a sample ticketing application, Dan lays out the myriad advantages of microservices, as well as solutions they provide to the challenges monoliths present. Get started for […]

Devamını Oku