Skip to content
View DraouiAbdo's full-sized avatar
Block or Report

Block or report DraouiAbdo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DraouiAbdo/README.md

Hi there 👋, my name is DRAOUI Abdelghani

Instructor of CS Courses at Ali Kafi University Center, Algeria

  • At University, I teach :

    • Data Structures and Algorithms in C.
    • Web Development.
  • 🌱 I’m currently learning Spring Framework, Angular and Clean Coding.

  • 🤔 I’m looking for a remote job as backend Java EE /Spring developer

  • 📫 How to reach me: LinkedIn.

Pinned

  1. microservices-based-app microservices-based-app Public

    Demo of a simple web app based on microservices approach is developed where spring cloud gateway and eureka discovery service are used, OPENFEIGN for fetching data from databases of microservices

    Java

  2. stateless-jwt-authentication stateless-jwt-authentication Public

    Stateless authentication using JWT, access token generated when user log in to his account. need to provide the access token to get ressources. refresh token is provided along with the accesss toke…

    Java

  3. REST-SOAP-apis REST-SOAP-apis Public

    REST and SOAP web services using JaxRS, @RestController, Spring Data Rest and JaxWS, Tested using SOAPUI and Postman

    Java

  4. spring-mvc-security-crud-app spring-mvc-security-crud-app Public

    A simple CRUD app is developped as a use case. different users along with their password and with different roles are defined. data access and route access restrictions are defined using thymeleaf/…

    HTML

  5. spring-data-jpa-oneToOne-manyToOne spring-data-jpa-oneToOne-manyToOne Public

    Creation of database from classes and relationships between these classes using Spring Data JPA. Thanks to Spring Data JPA, switching from various RDBMS and querying database is demonstrated.

    Java

  6. dependency-injection dependency-injection Public

    A simple Java app demonstrating the various ways to perform depedency injection via a setter and via a constructor using Spring Framework [annotations and xml file methods].

    Java