Go vs. Java: we chose Go, and you should too

We all know that blissful feeling at the start of a greenfield project. Every decision has been left up to you, and the possibilities seem endless. As you think about how to get started, one question you will probably ask yourself is which programming lan… Read more

Similar

What’s New in Java 25

Java continues to actively evolve! The new Java 25 is just around the corner. This release brings changes to boilerplate code and constructors, and discontinues support for deprecated systems. You... (more…)

Read more »

Java Developer’s Guide to SSL Certificates

Overview When developing web applications, we often need to integrate with other applications using SSL.   This could be over different protocols such as HTTPS, IMAPS, or LDAPS.  In this article, we'll cover what Java developers need to know about SSL cer... (more…)

Read more »