|

🌅 When Sunrise Becomes the Clock: Modeling Ethiopian Time in Java

I recently encountered a time system that doesn’t start at midnight. It starts at sunrise. That system is used in Ethiopia, where both the calendar and the clock follow a different interpretation of how a day begins and unfolds. This led me to a question: What does time look like when you stop assuming midnight…

What’s new in Java 26

What’s new in Java 26

HTTP/3 finally coming to the JDK The newest Java release – Java 26 – finally implemented HTTP/3 to the HttpClient, and my SO question finally could be answered correctly. I just edited the answer provided by another specialist. You can read more about the feature at the JEP 517 page: https://openjdk.org/jeps/517. You can read my…

Building a Stable Remote Workstation for Distributed Teams

Introduction – Why environment matters Remote work can dramatically improve productivity and flexibility, but only when the underlying technical setup is reliable. A poorly configured environment leads to connection issues, security risks, and lost work time. This guide outlines a simple and dependable setup companies can provide for remote employees so they can work securely…

WordPress development

The most common WordPress stacks are: While developing WordPress websites, I frequently use plugins like Yoast SEO, Simple CSS & JS, Social Icons, WooCommerce, Amelia Booking. I made my first YouTube video about adding PayPal to the WooCommerce plugin in a WordPress site! You can see it here. In order to deepen my expertise in…