Tips for Delivering a Successful Conference Talk

Practical advice for speakers who want to deliver a memorable talk.
Common Mistakes When Submitting a CFP Proposal

Avoid these frequent CFP pitfalls and boost your chances of being selected.
How to Get Your Talk Accepted at a Tech Conference

Turn your speaking dream into reality—practical tips for writing a winning CFP proposal.
Stable Values in Java (JEP 502): Deferred Immutability with JVM Trust

Explore Stable Values – a new Java 25 upcoming feature (JEP 502) enabling lazy initialization with immutable performance and JVM-level optimizations.
The MongoDB 2025 Conference in Tel-Aviv

MongoDB 2025 Tel-Aviv took place in Hilton Tel-Aviv. It was a great learning experience.
My Talk about Decorators in PyCon IL 2025

PyCon IL 2025 took place on September 9, 2025. It was a marvelous celebration for Python developers in the Israeli community.
Lessons Learned from Running a Startup: The Bootstrap Way

If you consider running a startup the bootstrap way then you might get some insight from the lessons I learned.
Beyond Java – Evolving to Scala and Kotlin

Learn about the considerations we should take into account when choosing whether to move forward from Java to Kotlin or to Scala.
Python for Kids: Coding Made FUN

The Python for Kids: Coding Made FUN is a new book that focuses on teaching kids how to code in Python. You can find it on Amazon.
The Visitor Design Pattern

The visitor design pattern allows us to add operations to objects that already exist without modifying their classes and without extending them.