mikemybytes's profile picture. Software engineer building #DistributedSystems for fun and living 🤓 Tweets #Java #architecture #Kafka #craftsmanship & beyond 🚀 Mikes his own opinions & bytes

Mike Kowalski

@mikemybytes

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

Pinned

I've just published a small library that allows you to write #JUnit5 parameterized tests in a human-readable way. Just provide a format and use it to define your test cases 👇 github.com/mikemybytes/ju…

mikemybytes's tweet image. I've just published a small library that allows you to write #JUnit5 parameterized tests in a human-readable way. Just provide a format and use it to define your test cases 👇 github.com/mikemybytes/ju…

Mike Kowalski reposted

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 🔥


Mike Kowalski reposted

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!


Mike Kowalski reposted

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


Excellent ZGC deep dive 🤿

How ZGC efficiently allocates memory and balances physical memory mapping to minimize overall runtime memory usage. While assessing memory usage, you may want to look at how good the GC is at reclaiming unused memory to the OS. joelsiks.com/posts/zgc-heap… #Java #GC #ZGC #OpenJDK



Testcontainers is one of a few technologies that have truly revolutionised the way I work. Thank you and happy birthday!

Happy 10th birthday (counted from the first public commit on GitHub) to @testcontainers 🥳🍰 Thank you for changing our lives in many, sometimes unexpected ways ☺️

bsideup's tweet image. Happy 10th birthday (counted from the first public commit on GitHub) to @testcontainers 🥳🍰

Thank you for changing our lives in many, sometimes unexpected ways ☺️


📢 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…


Prescription without diagnosis is malpractice. It applies to medicine, coaching, and software architecture 🧑‍⚕️


"Immutability makes code more reasonable" 💯

Blogged: Restrict Mutability of State "Much code that we consider complex is considered complex because of the mental highwire act we perform when trying to understand what (the hell) is going on. Thinking about code should not be a circus performance." kevlinhenney.medium.com/restrict-mutab…



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 reposted

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.

iann0036's tweet image. 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.

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

Virtual threads in OpenJDK trunk are no longer pinned to a platform/physical/carrier thread when in Synchronized block 🎉 github.com/openjdk/jdk/pu…



Mike Kowalski reposted

🥳 JEP proposed to target JDK 24: 450: Compact Object Headers (Experimental) 🎉 mail.openjdk.org/pipermail/jdk-…


Mike Kowalski reposted

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


Mike Kowalski reposted

#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

NiestrojRobert's tweet image. #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

Same here! Great readability & powerful API

I always use AssertJ. What about you?



How to say “we don’t trust our tests and engineering practices” in a corporate way

| ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄| | Don't Push To Production On Friday | |_________________| \ (•◡•) / \ / —— | | |_ |_



Mike Kowalski reposted

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

mariofusco's tweet image. Nice recap of different multithreading programming strategies available in Java with their respective goals and features #Devoxx

Mike Kowalski reposted

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 @mikemybytes 👍. 👉 mikemybytes.com/2021/10/19/par…

gunnarmorling's tweet image. 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 @mikemybytes 👍.

👉 mikemybytes.com/2021/10/19/par…

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


Loading...

Something went wrong.


Something went wrong.