Reflection is The Most Important Java API
The other day I was wondering – which is the most important Java API. Which of the SE and EE APIs is the one that makes most of the JavaContinue reading
The other day I was wondering – which is the most important Java API. Which of the SE and EE APIs is the one that makes most of the JavaContinue reading
Sometimes you don’t have a PKI in place but you still need a key and a corresponding certificate to sign stuff (outside of the TLS context). And after the certificateContinue reading
Caching is key for performance of nearly every application. Distributed caching is sometimes needed, but not always. In many cases a local cache would work just fine and there’s noContinue reading
Blockchain is a relatively niche technology at the moment, and even thought there’s a lot of hype, its applicability is limited. I’ve been skeptical about its ability to solve allContinue reading
In the category of “niche blogposts”, this is probably the “nichest”. But it might be useful, so I’ll share it. Recently I had to interface an IBM i system (thinkContinue reading
An audit trail (or audit log) is something both intuitive and misleading at the same time. There are many definitions of an audit trail, and all of them give youContinue reading
I was thinking the other days – why writing good code is so hard? Why the industry still hasn’t got to producing quality software, despite years of efforts, best practices,Continue reading
The target=”_blank” href attributes has been been the subject of many discussions. When is it right to use it, should we use it at all, is it actually deprecated, isContinue reading
Last week Acronis (famous for their TrueImage) organized a conference in Sofia about cybersecurity for developers and I was invited to give a talk. It’s always hard to pick aContinue reading
Apache Cassandra is fast and scalable database which over the years became almost as easy to use as a traditional SQL database. At least on the surface. You an useContinue reading