Hibernate 6, Deep Dive: Handling Enums in PostgreSQLIn this article, I’ll do a deep-dive on how enums are handled in Hibernate 6, some possible issues to keep in mind and how to effectively…Feb 10Feb 10
Adding a Bible passage picker to your react applicationSince I started my journey as a Software Developer, a desire of mine has always been to create a Software focused on serving Christians.Dec 17, 2022Dec 17, 2022
React + Spring Boot Deployment(The Kubernetes Way)In this article, we’ll go through a possible way to deploy Your Spring Boot application with React Front-end, given that it is being…Sep 17, 2022Sep 17, 2022
How to handle Secrets in a Spring Boot Application while deploying to KubernetesLet’s say you have a Spring Boot Application with Secrets in the application.yml file.Jun 5, 2022Jun 5, 2022
Spring Security, Powered by MSAL Part 3 (Client Auth and Resource Server)In the Part 1 and Part 2 of this series, we discussed two common Auth use cases; Client Auth Mode and the Resource Server Mode of…May 8, 2022May 8, 2022
Spring Security, Powered by MSAL Part 2 (Resource Server)In the Part 1 of this series, we discussed the most common mode of integrating MSAL; the Client Auth Mode. In this article, we will look…May 2, 20221May 2, 20221
Spring Security, Powered by MSAL Part 1 (Client Auth)In this Three-Part Series, We will discuss 3 different modes of integrating Microsoft Authentication Library (MSAL) into your Spring boot…Apr 25, 2022Apr 25, 2022
Mapping an enum data type in postgres to an enum in Java with JPA and HibernateLet’s say you created a custom type in postgreSQL, Let’s call it record_type. It’s an enum defined as follows: receipt, invoice, permit.Apr 10, 2022Apr 10, 2022
Published inJavaScript in Plain EnglishTips to Improve Your React CodeUse these tips to save time and make your code more concise.Mar 23, 20221Mar 23, 20221
What is the Optimal Strategy for the Glass Game in the Squid Game?This Article includes spoilers for the Squid Game SeriesOct 12, 2021Oct 12, 2021