Full-Stack Software Engineer ❤ Spring Boot | AWS | AngularJS | React | Security
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. I also describe some...
This article discusses how to use Fontawesome 5 - free version in a Next.js project. The code example is written in TypeScript. 1. Install dependencies npm i --save @fortawesome/fontawesome-svg-core \ @fortawesome/free-solid-svg-icons \ ...
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. In this case, wouldn't it be great if we can define the DTO classes on the backend, and generate ...
I had a chance to integrate TailwindCSS into our existing AngularJS (Bootstrap) app and use it for developing new features. Even though it is hard for the migration, It is incredibly rewarding (Also for migrating Gulp to Webpack and start using TypeS...