排序
QuickTip: Add the Eclipse Integrated Terminal
QuickTip: Add the Eclipse Integrated Terminal,Did you know Eclipse has an integrated terminal? It's such a useful feature in VSCode, I was thrilled when a co-worker pointed out the...
How to Hire Senior Java Developers Using an ATS?
How to Hire Senior Java Developers Using an ATS?,Java is the most widely used programming language around the world. Every application possible uses Java nowadays. You need to find...
Building a real-time data streaming app with Apache Kafka
Building a real-time data streaming app with Apache Kafka,Written by Alexander Nnakwue️ Introduction Most large tech companies get data from their users in various ways, and most ...
JUnit 4 & 5 Annotations Every Developer Should Know
JUnit 4 & 5 Annotations Every Developer Should Know, A Summary of JUnit 4 & 5 Annotations with Examples Before writing this article, I only knew a few commonly used JUnit...
A day in the life of a software developer
A day in the life of a software developer, GEEKY BANTER (9 Part Series) 1 HTML vs HTML+CSS 2 Data Scientist ... 5 more parts... 3 A day in the life of a software developer 4 A youn...
How to Install Oracle JDK in Ubuntu 18 in 2020
How to Install Oracle JDK in Ubuntu 18 in 2020,In this short guide, I'll show you the new way of installation Oracle JDK: 8, 11 or 13 on Ubuntu 18 or Linux Mint 19 (and above). The...
Creating DSL-like API’s in Java (and fixing Builder pattern)
Creating DSL-like API's in Java (and fixing Builder pattern),In many cases Java DSL is just an way to assemble some complex configuration and then pass built structure to internal ...
Effective Java Tuesday! Avoid Finalizers and Cleaners!
Effective Java Tuesday! Avoid Finalizers and Cleaners!, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tues...
Use Client Certificate Authentication with Java and RestTemplate
Use Client Certificate Authentication with Java and RestTemplate,As a follow up of the Convert PFX certificate to JKS, P12, CRT we now have a keystore and a truststore (if anyone n...
Convert PFX certificate to JKS, P12, CRT
Convert PFX certificate to JKS, P12, CRT,When you need to use a client Certificate Authentication from Java the issues starts even from the beginning with the certificate, since us...
Don’t write Android apps like it’s 2009!
Don’t write Android apps like it’s 2009!,The following is based on my experience working on various Android apps for the past few years and seeing how the framework and the devel...
Interface-only programming in Java
Interface-only programming in Java,Combination of default methods in Java interface together with Monad pattern enables writing 'interface only' classes. There classes don't have s...