Spring Security and threads
Spring Security and threads, Introduction When using Spring Security to secure our applications, we must be aware of its inner workings. The foundation is SecurityContext which hol...
Writing microbenchmarks with JMH
Writing microbenchmarks with JMH,Today I'd like to talk about a subject that cares for me : performance. I'm going to give a quick overview of an aspect that it not often treated :...
Java Training in Chennai
Java Training in Chennai, 原文链接:Java Training in Chennai
Kotlin Coroutines Guide
Kotlin Coroutines Guide,This is a deep dive into Kotlin Coroutines and non-blocking concurrent programming https://kotlinexpertise.com/kotlin-coroutines-guide/ 原文链接:Kotlin Cor...
How to design a service layer in Java using CRF
How to design a service layer in Java using CRF, Intro As part of my Effective Java course, I've been showing how to design a simple, but flexible service layer for Java applicatio...
Simple, yet powerful features of Kotlin
Simple, yet powerful features of Kotlin,I read about Kotlin, the simple, yet powerful language which can be Java alternative years ago when Jetbrains released their initial version...
generic types and variance in kotlin compared to java
generic types and variance in kotlin compared to java,Have a look at my blog, I really appreciate your feedback, leave a comment and follow if you like :) https://kotlinexpertise.c...
Java may be verbose, but who cares?
Java may be verbose, but who cares?,This article originally appeared on IG's blog After more than 15 years of Java experience, I have tended to brush aside comments about Java's ve...