
@lothar_schulz
Followers
196
Following
715
Media
149
Statuses
638
Leadership & Software Development - Passionate about software architecture. Loves to code. I use likes as bookmarks. Views are my own.
Joined October 2008
In software development, engineers are constantly seeking innovative solutions. One such pattern that has gained prominence in recent years is the Backend For Frontend (BFF) pattern. We'll delve into the intricacies of #bff explore its similarities with API Gateway.
1
0
0
TIL.1. Turkish as genderless language knows “o” to convey a singular third person.2. Translating “he is a nurse and she is a doctor” to Turkish and back can yield the stereotypical and incorrect as “she is a nurse and he is a doctor”. source: #ml
0
0
0
Check out #kotlin footprint in programming languages issue of #JavaMagazin (German):. @JavaMagazin @entwickler
0
0
1
CDC and Outbox Pattern read similar at first glance. Let's look into what the CDC and the outbox pattern is about in more detail. #SoftwareArchitecture
0
0
0
RT @JAXenter: JAX TV: Java Sealed Classes vs. Kotlin Sealed Classes . Der Softwarentwickler @lothar_schulz vergleicht Java Sealed Classes m….
entwickler.de
Der Softwarentwickler und Projektmanager Lothar Schulz vergleicht in dieser JAX-2022-Session Java Sealed Classes mit Kotlin Sealed Classes. Welche Unterschiede es dabei gibt, erfahrt Ihr hier.
0
1
0
RT @JAXenter: 💡 Der Softwarentwickler und Projektmanager @lothar_schulz vergleicht in dieser JAX-2022-Session Java Sealed Classes mit Kotli….
entwickler.de
Der Softwarentwickler und Projektmanager Lothar Schulz vergleicht in dieser JAX-2022-Session Java Sealed Classes mit Kotlin Sealed Classes. Welche Unterschiede es dabei gibt, erfahrt Ihr hier.
0
1
0
How to combine the mighty Software Delivery Life Cycle with the astute Delegation Board. #softwaredeliverylifecycle #delegationpoker.
0
0
2
String result = input1 == null ? input2 : suffix + "." + context;. // or. String result;.if(nonNull(input1)) result = suffix + "." + context;.else result = input2;.// java 8. #Oneliner & #readability.
0
0
0
RT @Teapot4181: Vielen Dank @ewolff für den zweiten Teil zur Rolle Softwarearchitekt:in bei #SoftwareArchitektur im #Stream. Hier meine #Sk….
0
7
0