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

Builder Design Pattern

Builder design pattern

Hi Geeks, in this tutorial we will focus on the Builder Design Pattern. So let’s get started! Concepts : Handles complex constructors Large number of parameters Immutability Examples of builders in the Java language: StringBuilder and the DocumentBuilder. So, one of the problems solved by Builder is when you want to have different ways to construct an … Read more

Angular Unit Testing

Hi geeks welcome to the first part of angular unit testing tutorials. During the tutorials, I will demonstrate how we can test our Angular application. Angular and like every other front-end framework, provide us with a test suite So that testing becomes an easy step. Tools There are a number of testing libraries and frameworks we can use which … 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

Gallery App with Symfony & Angular

Hi Guys, in this tutorial I will demonstrate how to create a simple gallery application with the Symfony and Angular. I have created this app to help demonstrate how we can upload images with REST API from Angular and Symfony . I hope you will enjoy it.Thanks Symfony source code: https://github.com/ibrahimBelkhiria/Gallery-app-symfony   Angular source code: https://github.com/ibrahimBelkhiria/Gallery-app-angular-   [siteorigin_widget class=”SiteOrigin_Widget_Video_Widget”][/siteorigin_widget] [siteorigin_widget class=”SiteOrigin_Widget_Video_Widget”][/siteorigin_widget]

Symfony & angular Rest API : Angular part & Finish

angular

Congratulations, you made it to here! Now you have the basics to build a simple Backend API with Symfony.In this section, we will cover how to consume the services with Angular (PS: You can interact with the API with any other technology that can handle HTTP request/response). Enjoy! code source : https://github.com/ibrahimBelkhiria/Rest-post-Angular [siteorigin_widget class=”SiteOrigin_Widget_Video_Widget”][/siteorigin_widget] [siteorigin_widget … Read more

Symfony & angular Rest API : Symfony part

symfony

Hi geeks, in this section you will find the backend part of the series, we will cover how to make the Rest API with Symfony and in the next section, we will consume the services with the lovely angular :). Source code for Symfony : https://github.com/ibrahimBelkhiria/Post-Rest-symfony [siteorigin_widget class=”SiteOrigin_Widget_Video_Widget”][/siteorigin_widget] [siteorigin_widget class=”SiteOrigin_Widget_Video_Widget”][/siteorigin_widget] [siteorigin_widget class=”SiteOrigin_Widget_Video_Widget”][/siteorigin_widget] [siteorigin_widget class=”SiteOrigin_Widget_Video_Widget”][/siteorigin_widget] [siteorigin_widget class=”SiteOrigin_Widget_Video_Widget”][/siteorigin_widget] … Read more

Rest API with symfony 3.3 & Angular v4

Introduction Hi geeks, In this series, I will demonstrate how to create a simple application with Symfony & Angular.Of course, we will use web services. In this tutorial, we will use REST. Enjoy!  Source code for Symfony : https://github.com/ibrahimBelkhiria/Post-Rest-symfony Source code for Angular : https://github.com/ibrahimBelkhiria/Rest-post-Angular   [siteorigin_widget class=”SiteOrigin_Widget_Video_Widget”][/siteorigin_widget]