Articles in this series
If you're a Java Engineer, you probably know about Hibernate, an open-source object relation mapping (ORM) that helps map an object domain to a...
Java is one of the top 5 most in-demand programming languages. Its demand is still growing, and countless companies (from early-stage startups to...
Some days ago, I bumped into an error on Intellij. I don't remember specifically what it was. But I remember Intellij suggesting I use an "enumMap". I...
Have you ever seen something like this? This is a type of Captcha, precisely a reCaptcha. A Captcha is a challenge-response that many websites use to...
Static is one of those mysterious and by-the-sound "complicated" words that you often read and hear, but you may never understand the meaning of it. I...
Some days ago I was exploring the codebase at my current workplace, and I came across something like this: x -> y -> (x.doSomething) I was already...