VDVuong Danginblog.vuongdang.dev·Nov 3, 2020 · 9 min readGetting Started with Spring Data ElasticsearchIn 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...00
VDVuong Danginblog.vuongdang.dev·Aug 19, 2020 · 3 min readHow to use Fontawesome in Next.jsThis 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 \ ...00
VDVuong Danginblog.vuongdang.dev·Jul 23, 2020 · 4 min readGenerate Typescript from JavaIf 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 ...00
VDVuong Danginblog.vuongdang.dev·Jul 21, 2020 · 4 min readNextjs TailwindCSS Typescript StarterI 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...00