Blog
Getting Started with Spring Data Elasticsearch
10 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
2 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
3 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
3 min read
Create a Next.js TailwindCSS Typescript Starter from scratch