Python "magic" methods - part 1
Java was the first language I used professionally and is the scale by which I measure other languages I learned afterward. Hence, Python …

Nicolas Frankel
2,605 viewsJava was the first language I used professionally and is the scale by which I measure other languages I learned afterward. Hence, Python …

Shai Almog
3,657 viewsObservability is an orchestra, not a single instrument. By combining multiple data points we form an accurate production narrative.

Shai Almog
3,455 viewsMaster the art of debugging with strategies like Rubber Ducking, leveraging tools, and systematic checklists. Turn challenges into puzzles!

Shai Almog
3,273 viewsExplore the academic theory of the debugging process, focuse on issue tracking, team communication & the balance of unit to integration …

Shai Almog
2,961 viewsDelve into a two-pronged strategy that streamlines debugging, enabling developers to swiftly pinpoint and resolve elusive software glitches.

Nicolas Frankel
6,153 viewsMonkey patching is a technique used to dynamically update the behavior of a piece of code at run-time.

SDKMan! stands for Software Development Kit Manager, a shell script that allows you to manage parallel versions of multiple Software …

Simon Verhoeven
10,459 viewsAn introductory look at how we can use Spring GraphQL in our Java applications.

Fawaz Ghali
5,586 viewsLearn how to build a real-time application to process Wikimedia streams using Kafka and Hazelcast.
Simon Verhoeven
11,992 viewsHow to test your application architecture, and make life easier for those joining the team later on.