kity ,作者- 拾光赋 - 第595页 共712页-拾光赋-第595页
Java with a Clojure mindset-拾光赋

Java with a Clojure mindset

Java with a Clojure mindset,In this talk, using a real application as an example, we will learn how to build and design Java applications that follow Clojure's functional principle...
Graphical State Machines for Java Development With YAKINDU Statechart Tools-拾光赋

Graphical State Machines for Java Development With YAKINDU Statechart Tools

Graphical State Machines for Java Development With YAKINDU Statechart Tools,Have you ever looked at your code and realized that it is actually a state machine that you are trying t...
How I Fixed IntelliJ Build Problems After MacOS Update-拾光赋

How I Fixed IntelliJ Build Problems After MacOS Update

How I Fixed IntelliJ Build Problems After MacOS Update, Backstory Feel free to skip this section if you don't care for a short story. There's a tl;dr; at the bottom. I came back to...
Keeping A Constructor Private-拾光赋

Keeping A Constructor Private

Keeping A Constructor Private,In terms of inheritance, When Class A has a private constructor, this private constructor is accessible only to those who have access to A’s private ...
Open / Closed Principle-拾光赋

Open / Closed Principle

Open / Closed Principle,The open closed principle is the O in the SOLID principles. It was created by Bertrand Meyer and states: Software entities should be open for extension, but...
Why you should avoid package-private scope in Java-拾光赋

Why you should avoid package-private scope in Java

Why you should avoid package-private scope in Java,Recently I was discussing in my project about package-private visibility modifier. 'Wait, what is package-private in Java?' It's ...
Why I like Go HTTP client as a Java developer-拾光赋

Why I like Go HTTP client as a Java developer

Why I like Go HTTP client as a Java developer,We live in era of microservices. Those have A LOT of communication happening inside their ecosystems. You might have seen so-called de...
Kotlin - Generics & Type variance-拾光赋

Kotlin – Generics & Type variance

Kotlin - Generics & Type variance, Kotlin (4 Part Series) 1 Kotlin Hipster = Spring Boot + Kotlin 2 Kotlin - Getting Started 3 Kotlin - Generics & Type variance 4 Microservices...
Tutorial: Deploying Java EE apps on Azure (Part 1)-拾光赋

Tutorial: Deploying Java EE apps on Azure (Part 1)

Tutorial: Deploying Java EE apps on Azure (Part 1), JavaEE on Azure (3 Part Series) 1 Tutorial: Deploying Java EE apps on Azure (Part 1) 2 Tutorial: Deploying Java EE apps on Azure...
Java generics and the problems it solved.-拾光赋

Java generics and the problems it solved.

Java generics and the problems it solved.,Prior to java 1.5, there was no way to specify types for objects when we need to use them in collections. Java is supposed to be a typed l...
Integration testing of APIs in Spring-Boot( Java) with Junit-拾光赋

Integration testing of APIs in Spring-Boot( Java) with Junit

Integration testing of APIs in Spring-Boot( Java) with Junit,This post was initially shared on my blog. Read the post testing in spring boot with JUnit for beginners Shipping our p...
20 Reasons to Move On from Java 8-拾光赋

20 Reasons to Move On from Java 8

20 Reasons to Move On from Java 8, 20 Lists for 2020 (7 Part Series) 1 20 Most-Recommended Books for Software Developers 2 20 Fantastically Bad Predictions Made About Computing and...