Core Java
-

Creating, Signing, and Verifying JWT in Java
Abstract You use JWTs don’t you? Everyone does, right? But do you know how to generate, sign, and verify them?…
Read More » -

How To Perform Local Website Testing Using Selenium And Java
Users expect new features and websites to be seamless and user-friendly when they go live. End-to-end website testing in local…
Read More » -

Unit Testing: Java AND JavaScript?
You know that thing where recruiters think that Java and JavaScript are probably the same thing? Well, they’re really not……
Read More » -

Minborg’s Java Pot
In Java 21, old code might run significantly faster due to recent internal performance optimizations made in the Java Core…
Read More » -

Java and dynamic Proxies
Dynamic proxies in Java is a simple and very useful feature. Usually we create an interface implementation and then compilation…
Read More » -

Java Concurrency: Threads and Runnables
Threads are everywhere, they are the basic building block of every server application out there. Usually in Java using threads…
Read More » -

Minborg’s Java Pot
Did you know you can allocate memory segments that are larger than the physical size of your machine’s RAM and…
Read More » -

Manage multiple Java SDKs with asdf with ease
asdf is a helpful command-line tool that allows you to manage and switch between different versions of programming language runtimes…
Read More » -

Project Loom in JDK-19: the benefits but with quirks
A few months have passed already since JDK-19 release, which we talked about previously in details. More and more developers…
Read More »
