Skip to content

datmt

Hands on projects

  • Home
  • Contact
  • Privacy Policy
  • Cookie Policy (EU)
  • Home
  • Contact
  • Privacy Policy
  • Cookie Policy (EU)

Java Concurrency CountDownLatch Tutorial

Java Concurrency CountDownLatch Tutorial

Updated on September 9, 2022 by Đạt Trần

Overview CountDownLatch, as the name suggests, it provides a countdown mechanism. One use case of this class is to bl...

[Java Concurrency] Threads communication

[Java Concurrency] Threads communication

Updated on September 20, 2022 by Đạt Trần

Java provides mechanisms for threads to communicate with each other when working on common resources. This post gives...

Docker Image To Simulate Long Delay API Calls

Updated on September 6, 2022 by Đạt Trần

Recently I worked on Spring RestTemplate and the Asynchronous feature of the Spring framework. Thus, I need to create...

Apache Kafka Tutorial For Beginners

Apache Kafka Tutorial For Beginners

Updated on August 30, 2022 by Đạt Trần

There are plenty of Apache Kafka Tutorials on the internet. Why another one? While other tutorials are valuable, I se...

Add Swagger to Spring Boot in 1 minute (Without Spring Fox)

Add Swagger to Spring Boot in 1 minute (Without Spring Fox)

Updated on February 23, 2023 by Đạt Trần

Are you struggling to add swagger to spring boot? This post will show you how to quickly add the api docs page in 1 m...

Scala Variables Tutorial

Scala Variables Tutorial

Updated on August 17, 2022 by Đạt Trần

Declaring variables in Scala is quite simple. The language offers some very nice mechanisms to let developers declare...

Posts navigation

Older posts
Newer posts

Copyright Ⓒ datmt