Database Testing with Testcontainers and Kotlin Exposed ORM
Learn how to simplify and automate Kotlin database testing using Testcontainers and the Exposed ORM
Hi, I’m Vuong Dang, a software engineer passionate about building successful products. I excel in creating scalable backend systems and data-driven apps using Spring Boot and AWS, and I am expanding my skills to include full-stack web development. Let’s build amazing things together!
Learn how to simplify and automate Kotlin database testing using Testcontainers and the Exposed ORM
This article covers basic steps on how to get an Elasticsearch node up and running and how to connect, index, and search data in Elasticsearch from a Java application using the Spring Data Elasticsearch library.
This article discusses how to use Fontawesome 5 in a Next.js project. The code example is written in TypeScript.
If you develop the backend with Java and the frontend with TypeScript, it’s likely that you’ll need to have the same DTO classes/interfaces on both sides.