I'm a software engineer who has built software products from the ground up. I'm motivated by new technologies, product success, and business growth.
My expertise is in building scalable backend services and data-intensive applications with Spring Boot and AWS. However, I've been leaning toward full-stack web development over the last few years.
Recent Blog Posts
Getting Started with Spring Data Elasticsearch
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
This article discusses how to use Fontawesome 5 in a Next.js project. The code example is written in TypeScript.
Generate Typescript from Java
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.