Spring Boot Angular Simple Application Tutorial

Hi Geeks , Today’s tutorial is about “Building a Full-stack Application Spring boot +Angular” . Technologies Used : Spring boot Angular v6 MySql java 8 Plan : Create the REST Endpoint with Spring boot . Create the Angular  part of the Application . Spring Security integration . Code : Spring boot : https://github.com/ibrahimBelkhiria/spring-boot-post-rest-app  . Angular : https://github.com/ibrahimBelkhiria/Angular-post-rest-app  . First … Read more

Singleton Design Pattern

design pattern

Hi My friends, in this small tutorial we will discuss the Singleton design pattern and  I will show you an implementation in JAVA. As you may already know  there are three types of design patterns: Creational, behavioral and structural. Singleton is among the creational patterns and it is the easiest one to learn. Why Singleton? : … Read more