XML Schema Validation 1.1 in Java
This week, I received an interesting task: dusting off a legacy Java application. The application analyzes specific XML files in proprietary …

Technologist focusing on cloud-native technologies, DevOps, CI/CD pipelines, and system observability. His focus revolves around creating technical content, delivering talks, and engaging with developer communities to promote the adoption of modern software practices. With a strong background in software, he has worked extensively with the JVM, applying his expertise across various industries. In addition to his technical work, he is the author of several books and regularly shares insights through his blog and open-source contributions.
37 views
This week, I received an interesting task: dusting off a legacy Java application. The application analyzes specific XML files in proprietary …

Fun fact, I thought I had already written this post, but when I wanted to reference it, I found out that I didn't. In this post, I'd like to …
Nicolas Frankel
1 viewsYou learn by comparing to what you already know. I was recently bitten by assuming Rust worked as Java regarding transitive dependency …

I taught myself HTML a long time ago, on a software called HotDog (Pro?). There wasn't such a thing as WYSIWYG capabilities at the time. …

Nicolas Frankel
4,759 viewsThough I used Spring transactions a lot via the @Transactional annotation, I never opened thought about looking at their implementation.

I'm currently working on a software designed more than a decade ago. It offers a plugin architecture: you can develop a plugin whose …

In OOP, objects collaborate. The initial idea of collaboration, first found in Smalltalk, was for object A to send a message to object B. …

Last week, I described a gloomy situation: all public TLS certificate providers log your requests. By browsing through the subdomains, one …

I recently learned about a new way to leak your privacy, and it's a scary one. Before going further, know that I'm not a network engineer: …

Nicolas Frankel
2,257 viewsWhen I first started attending conferences, I diligently tried to write down notes and publish them. It forced me to actively listen to the …