Here we go…
1. Spring and Java
>> Explore the project on start.spring.io [spring.io]
A cool new tool where you can take a peek at generated project files without having to actually download and unzip them.
>>MySQL 8 support for custom SQL CHECK constraints [vladmihalcea.com]
A brief look at testing custom SQL CHECK constraints in JPA, now available in MySQL 8.0.16. Might be time to upgrade.
>> Let’s also apply run with Kotlin scope functions [blog.codecentric.de]
And a good write-up on creating more readable Kotlin code using the functions let, also, apply, run, and with.
Also worth reading:
-
>> What’s New in JUnit 5.5 [billykorando.com]
-
>> Java EE Specifications Renamed Jakarta EE [infoq.com]
-
>> Project Valhalla: A First Look at LW2 Inline Types [marxsoftware.com]
-
>> Leveraging Intersection Types in Java [4comprehension.com]
-
>> Exercises in Programming Style: Event-Driven Programming [blog.frankel.ch]
-
>> Running your Elasticsearch integration tests with JUnit 5, Karate and TestContainers (Docker) [vanwilgenburg.com]
-
>> Application Integration with Apache Camel [blog.florian-hopf.de]
-
>> History of Java interface feature changes [vojtechruzicka.com]
-
>> Deploy Java EE applications to Kubernetes [rieckpil.de]
-
>> Never Not Learning… [info.michael-simons.eu]
Webinars and presentations:
-
>> A Bootiful Podcast: Dr. Venkat Subramaniam on Kotlin, the future of Java, Spring, open-source, being productive and awesome, and so much more. [spring.io]
-
>> GOTO 2019 – Real Time Investment Alerts using Apache Kafka at ING Bank – Marcos Maia & Tim v Baarsen [youtube.com]
2. Technical and Musing
>> Getting started with Amazon Web Services (AWS) [blog.scottlogic.com]
A great collection of resources to help you with your first steps toward using AWS.
>> Code Review Best Practices [trishagee.github.io]
And a quick guide to help you create an effective code review process.
Also worth reading:
-
>> Programmer Test Principles [medium.com]
-
>> Scaling Appsec at Netflix [medium.com]
-
>> Orientation problems with document processing (Kofax Transformation Modules) [blog.codecentric.de]