Pinned Repositories
.NET-GraphQL
AOP-SpringBoot
GitHub Repository for summarizing the basic concepts of Aspect Oriented Programming ( AOP ) and showing how Spring Framework implements it, all examples are from -Spring Start Here- Book.
coding-interview-university
A complete computer science study plan to become a software engineer.
Custom-ControllerAdvice-with-AOP-SpringBoot
Github repository for showing my demo for implementing dynamic exception handling mechanism for a Spring Boot web application using Aspect-Oriented Programming (AOP). This innovative approach replaces traditional @ControllerAdvice with custom annotations and an Aspect.
DesignPatterns-Cs
This repository provides a comprehensive collection of design patterns implemented in C#. Whether you are a beginner learning about design patterns or an experienced developer looking for practical examples, this repository has got you covered.
Elasticsearch-Spring-Boot
Graduation_Project_BM
Github Repository for Currency Conversion graduation project in Banque Misr Internship
Head_First_OOP
Interview_Preparation
We will Hack your Career At this Repository
SpringBoot-Security
Github Repository for showing Authentication & Authorization mechanism in Spring Boot Framework including some extra capabilities used for ensure security for your API such as refresh tokens, and E-mail verification.
3umarG's Repositories
3umarG/Elasticsearch-Spring-Boot
3umarG/.NET-GraphQL
3umarG/3umarG
3umarG/AOP-SpringBoot
GitHub Repository for summarizing the basic concepts of Aspect Oriented Programming ( AOP ) and showing how Spring Framework implements it, all examples are from -Spring Start Here- Book.
3umarG/Custom-ControllerAdvice-with-AOP-SpringBoot
Github repository for showing my demo for implementing dynamic exception handling mechanism for a Spring Boot web application using Aspect-Oriented Programming (AOP). This innovative approach replaces traditional @ControllerAdvice with custom annotations and an Aspect.
3umarG/DesignPatterns-Cs
This repository provides a comprehensive collection of design patterns implemented in C#. Whether you are a beginner learning about design patterns or an experienced developer looking for practical examples, this repository has got you covered.
3umarG/Graduation_Project_BM
Github Repository for Currency Conversion graduation project in Banque Misr Internship
3umarG/SpringBoot-Security
Github Repository for showing Authentication & Authorization mechanism in Spring Boot Framework including some extra capabilities used for ensure security for your API such as refresh tokens, and E-mail verification.
3umarG/attendance_api_migration
3umarG/Auth-WebApi
GitHub Repository for applying Authentication and Authorization for Web API using .Net 6 Core by Identity Framework
3umarG/AWS-Testing
3umarG/BooksApi-Spring-Boot
3umarG/BooksApiWithMySql
3umarG/BooksMVC
3umarG/BooksStore
3umarG/Chat-App-Web-Flux
3umarG/Count-Zero-Repo
First test
3umarG/Full-Stack-Chat-App
3umarG/getting-started-with-nodeJs
3umarG/GlobalExceptionHandling_Java
3umarG/Historian_API
3umarG/Inheritance-Mapping-Identity-Framework
This repository addresses the challenges of multiple users management and introduces two popular inheritance modelling strategies: TPH (Table Per Hierarchy) and TPT (Table Per Type). The application integrates with IdentityFramework to provide robust user authentication and authorization capabilities .
3umarG/Maids-Test-Quiz
3umarG/MovieAPI-Repository-Pattern
Movies API structured with Repository Pattern and Unit Of Work and using a lot of comprehensive .NET tools such as IdentityFramework for Authorization , XUnit for Unit Testing and other cool tools for better Application User Interface .
3umarG/Movies-API
3umarG/Movies-MVC
3umarG/orangeebay
3umarG/Pagination-Tutorial
Pagination is essential for delivering data in manageable chunks, improving user experience and API performance. But manually extracting pagination data from JPA queries often leads to code duplication. To tackle this, I've implemented a reusable Kotlin extension method for pagination.
3umarG/Repository-Pattern
Template for using Repository Design Pattern with .Net Core API
3umarG/Sending-Email-.Net-Api
This Repository build and show how to send emails with ASP.NET Core API 6 . Our API will send emails in plain text, support attachments (multiple attachments at once) and also Sending Branded Emails using HTML Templates like Welcome Emails you received after Login/Register .