lothar_schulz Profile Banner
@lotharschulz@hachyderm.io Profile

@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
Don't wanna be here? Send us removal request.
We'll discuss the advantages and disadvantages of incorporating business logic and other microservice cross cutting concerns. We'll conclude with recommendations.
Tweet media one
0
0
0
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: my very first #powershell PR: if else with and & or and switch.
0
0
0
The Semicolon’s Little Ballet in Happy Rust Programming. The semicolon in Rust is not just a punctuation mark; it’s a quiet communicator. Understanding the role of the semicolon unlocks a precise distinction between statements and expression.
Tweet media one
0
0
1
Thanks, @KotlinWeekly🙏 for citing my blog post about how to combine Coroutines and Redisson:
Tweet media one
0
0
0
Weekend coding fun:. Amazing Kotlin Enum Entries property - with the new entries property that returns a pre-allocated immutable list of defined enum constants. #coding #kotlin #property
Tweet media one
0
0
2
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
Tweet media one
0
0
0
Check out #kotlin footprint in programming languages issue of #JavaMagazin (German):. @JavaMagazin @entwickler
Tweet media one
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
Tweet media one
0
0
0
Setup for the new Kotlin rangeUntil operator with gradle.
Tweet media one
0
0
0
How to combine the mighty Software Delivery Life Cycle with the astute Delegation Board. #softwaredeliverylifecycle #delegationpoker.
Tweet media one
0
0
2
Tweet media one
0
0
0
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
JQLs FTW?.
0
0
0
Blogged about #Kotlin and #Java #sealed #classes & #interfaces:.
Tweet media one
0
0
2
RT @Teapot4181: Vielen Dank @ewolff für den zweiten Teil zur Rolle Softwarearchitekt:in bei #SoftwareArchitektur im #Stream. Hier meine #Sk….
0
7
0