PinnedPublished inJavarevisitedSpring Security Without WebSecurityConfigurerAdapter“In the world of securing Java applications, Spring Security acts as a strong protector, making sure that applications are safe from…Aug 31, 20231Aug 31, 20231
PinnedPublished inJavarevisitedKeycloak Integration with Spring Security 6As the security needs of modern web applications continue to grow, reliable identity authentication and authorization systems become…Jan 25, 20245Jan 25, 20245
Published inJavaScript in Plain EnglishAutomating AKS Deployments with GitHub Actions: A Complete CI/CD PipelineIn my previous article, I demonstrated how to deploy an application step by step on Azure Kubernetes Service (AKS) manually. However, for…Dec 10, 20241Dec 10, 20241
Published inJavaScript in Plain EnglishSimplify Kubernetes Deployment for Node.js on Azure with .env SetupDeploying applications to the cloud has become essential for developers aiming to streamline their workflows and scale their projects…Dec 2, 2024Dec 2, 2024
Published inJavaScript in Plain EnglishDynamic Component Creation/Destruction and Data Binding in Angular 18Angular offers several conveniences for managing frontend projects by breaking them down into smaller parts, such as components and…Jun 16, 2024Jun 16, 2024
Published inJavarevisitedJWT Mechanism in Spring Security 6 (without WebSecurityConfigurerAdapter)JWT is an important concept in authenticating and authorizing access to an application. In a Java application, especially after migrating…May 17, 20242May 17, 20242
Published inJavarevisitedHibernate — JPA Annotations -1 (Entity Management)Welcome to the first part of our series on Hibernate and JPA Annotations. In this installment, we will delve into the essential concept of…Jan 11, 2024Jan 11, 2024
Published inJavarevisitedRESTful API Testing in Java with Mockito (Controller Layer)In this article, I will continue covering Mockito in Java projects. In the previous article, we discussed how to create a unit test for the…Oct 31, 20232Oct 31, 20232
Published inJavarevisitedRESTful API Testing in Java with Mockito (Service Layer)Mockito is a popular Java library used for creating and working with mock objects in unit testing. It allows you to simulate the behavior…Oct 19, 20232Oct 19, 20232
Published inJavarevisitedGetting Started with JUnit 5: Part 3 (AssertJ)I will continue discussing JUnit 5 in this article, which serves as a follow-up to the previous project. The project covered in this…Oct 2, 2023Oct 2, 2023