Mike Kowalski (@mikemybytes) 's Twitter Profile
Mike Kowalski

@mikemybytes

Software engineer building #DistributedSystems for fun and living 🤓 Tweets #Java #architecture #Kafka #craftsmanship & beyond 🚀 Mikes his own opinions & bytes

ID: 2407375189

linkhttps://mikemybytes.com/ calendar_today23-03-2014 16:21:07

2,2K Tweet

2,2K Takipçi

254 Takip Edilen

Mike Kowalski (@mikemybytes) 's Twitter Profile Photo

Until yesterday I believed that mocking static methods was evil. Now I know that one can also mock... constructors 🫠 baeldung.com/java-mockito-m…

Gunnar Morling 🌍 (@gunnarmorling) 's Twitter Profile Photo

So I'm not a big fan of JUnit's MethodSource, it moves test arguments too far out of sight for my taste. CsvSource is pretty sweet though, in particular with text blocks. Nice intro, by Mike Kowalski 👍. 👉 mikemybytes.com/2021/10/19/par…

So I'm not a big fan of JUnit's MethodSource, it moves test arguments too far out of sight for my taste. CsvSource is pretty sweet though, in particular with text blocks. Nice intro, by <a href="/mikemybytes/">Mike Kowalski</a> 👍.

👉 mikemybytes.com/2021/10/19/par…
Mario Fusco (@mariofusco) 's Twitter Profile Photo

Nice recap of different multithreading programming strategies available in Java with their respective goals and features #Devoxx

Nice recap of different multithreading programming strategies available in Java with their respective goals and features #Devoxx
Robert Niestrój (@niestrojrobert) 's Twitter Profile Photo

#Java Time Tip: Watch out for equals() vs isEqual() in date-time classes! ZonedDateTime, OffsetDateTime, and OffsetTime behave different: equals(): Compares all fields (including zone/offset) isEqual(): Compares instants (ignoring zone/offset) Same moment, different result

#Java Time Tip: Watch out for equals() vs isEqual() in date-time classes!  ZonedDateTime, OffsetDateTime, and OffsetTime behave different:  
equals(): Compares all fields (including zone/offset) isEqual(): Compares instants (ignoring zone/offset)  
Same moment, different result
Maciej Walkowiak 🍃 (@maciejwalkowiak) 's Twitter Profile Photo

My open source library - Spring Boot & wiremock integration has been adopted by WireMock and is now THE official integration for these two projects: github.com/wiremock/wirem…

Mike Kowalski (@mikemybytes) 's Twitter Profile Photo

I can’t remember the last time I was so excited about one of my articles becoming obsolete! mikemybytes.com/2024/02/28/cur…

Ian Mckay (@iann0036) 's Twitter Profile Photo

We're coming towards the end of #AWSreinvent 2024 and we've seen an impressive set of releases, so here is my top 10 announcements I find most impactful for this years #AWS re:Invent.

We're coming towards the end of #AWSreinvent 2024 and we've seen an impressive set of releases, so here is my top 10 announcements I find most impactful for this years #AWS re:Invent.
Mike Kowalski (@mikemybytes) 's Twitter Profile Photo

Making a bigger impact without working more? Last year, I discovered that it's not only possible but also effective. It was a year of scaling myself. mikemybytes.com/2025/02/05/a-y…

Mike Kowalski (@mikemybytes) 's Twitter Profile Photo

📢 New post: #Java 24 - Thread pinning revisited I don't remember being so excited about some of my past articles becoming obsolete! mikemybytes.com/2025/04/09/jav…

Michał Matłoka (@mmatloka) 's Twitter Profile Photo

Apache Kafka Apache Kafka 4.0 says goodbye to ZooKeeper! Take a look at what other important changes it brings. softwaremill.com/apache-kafka-4…

Аlina Yurenko 🇺🇦 (@alina_yurenko) 's Twitter Profile Photo

We are working on a new big project for @GraalVM — Project Crema: github.com/oracle/graal/i…. It will lift Native Image's default closed-world assumption by allowing dynamic loading and execution of classes at run time. Stay tuned for updates!

Sergei Egorov 🦋 (@bsideup) 's Twitter Profile Photo

github.com/apple/containe… This is interesting! Not only for containers, it also allows spawning lightweight virtual machines 👀 And it being OSS adds to the news 🔥