编程技术 第1508页
QuickTip: Add the Eclipse Integrated Terminal-拾光赋

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?

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...
kity的头像-拾光赋kity6年前
0477
Building a real-time data streaming app with Apache Kafka-拾光赋

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

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

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...
kity的头像-拾光赋kity6年前
03114
How to Install Oracle JDK in Ubuntu 18 in 2020-拾光赋

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...
kity的头像-拾光赋kity6年前
0466
Creating DSL-like API's in Java (and fixing Builder pattern)-拾光赋

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 ...
kity的头像-拾光赋kity6年前
0245
Effective Java Tuesday! Avoid Finalizers and Cleaners!-拾光赋

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

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

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!

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

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...