排序
How to use native libraries on Android
How to use native libraries on Android, 原文链接:How to use native libraries on Android
Working with time and date in java 8
Working with time and date in java 8, 原文链接:Working with time and date in java 8
Debugging Elasticsearch Queries in Java: how to convert queries to JSON
Debugging Elasticsearch Queries in Java: how to convert queries to JSON, Elasticsearch has excellent documentation with detailed descriptions and plenty of examples. The Elasticsea...
Docker in JUnit tests
Docker in JUnit tests, Unit testing in Java is made simple by libraries such as JUnit and e.g. Mockito, but there’s not the same panacea for integration testing. Alongside your mo...
First impressions with GraphQL in Java
First impressions with GraphQL in Java, GraphQL is an open query language for exposing data in a flexible way. It was developed by Facebook and now in production use in many projec...
Maven Artifact Checksums – What?
Maven Artifact Checksums - What?,If you are using Apache Maven you might have faced with issues like this: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-shade-plugi...
How to make performant Docker images
How to make performant Docker images, 原文链接:How to make performant Docker images
My 16 Months at Red Hat
My 16 Months at Red Hat,The University of Toronto offers an internship program called Professional Engineering Internship (PEY). Each year students join a company for 16 months to ...
How Kotlin makes editing your Gradle build less frustrating
How Kotlin makes editing your Gradle build less frustrating, The joy of Kotlin (20 Part Series) 1 How Kotlin makes editing your Gradle build less frustrating 2 Better dependency ma...
The Evolution of Assertions in Java Tests
The Evolution of Assertions in Java Tests,As a developer, I certainly qualify as a testing freak. I absolutely love automated tests that produce meaningful output. Today, I want to...
Spring Boot Dependency Injection with Autowiring… wut?
Spring Boot Dependency Injection with Autowiring... wut?,I've been trying to catch up on Java now, doing advanced courses on Coursera featuring graph-theory, data structures and al...