Vuong Dang

Software Engineer

Blog

Blog

Getting Started with Spring Data Elasticsearch

Nov 3, 202010 min read

In this article, I want to cover some 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.

How to use Fontawesome in Next.js

Aug 19, 20202 min read

This article discusses how to use Fontawesome 5 in a Next.js project. The code example is written in TypeScript.

Generate Typescript from Java

Jul 23, 20203 min read

If you develop the backend with Java and the frontend with TypeScript, chances are you might need to have the same DTO classes/interfaces on both ends.

Nextjs TailwindCSS Typescript Starter

Jul 21, 20203 min read

Create a Next.js TailwindCSS Typescript Starter from scratch

@2021 Vuong Dang