Published inJavaScript in Plain EnglishDeploy Your Next.js Application to Vercel Using Sentry and GitHub ActionsThanks to the power of open-source tooling and cloud services, shipping an application to production has never been that easy, In this blog…Jan 4, 2023Jan 4, 2023
Published inJavarevisitedImplement Conditional Indexing in Hibernate Search using Spring BootAs we have seen in a previous blog post, Hibernate Search can be easily set up in a Spring Boot application to implement Full-Text Search…Dec 5, 2022Dec 5, 2022
Published inJavarevisitedSet up Keycloak in Spring Boot using the Keycloak Admin APIIn this blog post, we are going to set up Keycloak programmatically using the Keycloak Admin API. The goal of this article is to set up our…Sep 20, 2022Sep 20, 2022
Published inJavarevisitedQuickly bootstrap a new Spring Boot project with the Spring CLIGenerating a Spring Boot project can be made through various means, each having its own use case depending on your situation.Aug 18, 2022Aug 18, 2022
Published inJavarevisitedImplement Role-based authorization in Spring Boot with KeycloakRole-based access control is a must-have for any application dealing with users who can access resources depending on their organization’s…Jul 28, 2022Jul 28, 2022
Published inJavarevisitedSecure your Spring Boot Rest API with KeycloakSecurity is often overlooked and is seen as a burden that goes against development velocity. But in today’s age, the more secure layers…Jul 1, 2022A response icon3Jul 1, 2022A response icon3
Published inJavarevisitedBuild a Spring Boot REST API with Paginated Full-Text Search using Hibernate SearchIn a previous article, we learned how to add full-text-search to a Spring Boot Rest API using Hibernate Search.May 26, 2022A response icon1May 26, 2022A response icon1
Published inJavarevisitedBuild a Spring Boot REST API with Full-Text Search using Hibernate SearchSearch is one of the pillars of the web, and full-text search is one of the mandatory features that every website needs. But implementing…Apr 7, 2022A response icon1Apr 7, 2022A response icon1
Published inJavaScript in Plain EnglishLearn React Pagination with SWR and Styled ComponentsIn a previous blog post, we learned how to build an API with pagination. In this blog post, we are focusing on how to consume such an API…Mar 10, 2022Mar 10, 2022
Build a .jar file inside a Docker container with MavenContainers have become very popular during the last few years thanks to the rise of Docker. The most common use case is to run an…Feb 15, 2022Feb 15, 2022