Skip to content

datmt

  • Home
  • Tutorials
    • backend
      • java
        • spring
        • JPA
        • javaee
    • devops
    • frontend
    • Linux
    • NoSQL Databases
  • Privacy Policy
  • Cookie Policy (EU)
  • Contact

backend

Docker Image To Simulate Long Delay API Calls

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 some sample APIs for the application. I tried a few searches but couldn’t find one so I created one and packaged/pushed to docker hub. Now, you have a Docker image that provides some API endpoints which … Read more

Categories backend Tags api, api simultation Leave a comment

Apache Kafka Tutorial For Beginners

October 24, 2023August 30, 2022 by Đạt Trần
Apache Kafka Tutorial For Beginners

There are plenty of Apache Kafka Tutorials on the internet. Why another one? While other tutorials are valuable, I see that improvement can be made. As a visual learner (yes, it’s a thing), I prefer tutorials with many videos and images. Thus I created this one to help you quickly get started with Apache Kafa, … Read more

Categories backend Tags apache kafka, kafka Leave a comment

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

October 14, 2025August 23, 2022 by Đạt Trần
Add Swagger to Spring Boot

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

Categories spring Tags openapi, spring boot, swagger 1 Comment

Your first Scala program

August 17, 2022 by Đạt Trần
Your first Scala program

When first learning something, we all want to see how it works. So, I’m going to create a quick program and run it so you can have your first bite of Scala. In IntelliJ IDEA, right-click on the folder you want to create the class and select create new Scala class. In the next windows, … Read more

Categories backend Tags scala, scala first program Leave a comment

Jakarta Servlets Quick Start Tutorial

August 16, 2022August 16, 2022 by Đạt Trần
Jakarta Servlets Quick Start Tutorial

Jakarta servlet quick start tutorial for beginners to get started building web applications using servlets technologies

Categories javaee Tags jakarta servlet, java ee, servlet tutorial 2 Comments

Java Serialization fundamentals

August 9, 2022 by Đạt Trần
Java Serialization fundamentals

In this post, I will introduce the fundamentals of serialization in Java that you need to know. The Serializable interface A class that doesn’t implement the Serializable interface cannot be serialized. In the previous post, you can see that the Car and Engine classes both implement Serializable. The Serializable interface is a marker interface. That … Read more

Categories java Tags java core, java serialization Leave a comment
Older posts
Newer posts
← Previous Page1 … Page17 Page18 Page19 … Page25 Next →
  • Architecture
  • backend
  • Clean Code
  • Cloud Computing
  • Databases
  • devops
  • frontend
  • fundamental
  • General Tips
  • git
  • java
  • javaee
  • JPA
  • kubernetes
  • Linux
  • management
  • mobile development
  • network
  • NoSQL Databases
  • opensource
  • python
  • quarkus
  • rag
  • RAG Application
  • Relational Databases
  • scala
  • Security
  • spring
  • SQL
  • System Design
  • WordPress Development

Copyright Ⓒ datmt

© 2026 datmt • Built with GeneratePress