Pinned Repositories
abp
Open Source Web Application Framework for ASP.NET Core. Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.
abp-samples
Sample solutions built with the ABP Framework
CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
competitive-programming
My solutions to some competitive programming problems
DaprMultiContainer
Practice project from "Dapr for .NET Developers" (https://learn.microsoft.com/en-us/dotnet/architecture/dapr-for-net-developers/getting-started)
eShop
A reference .NET application implementing an eCommerce site
eShopOnAbp
Reference microservice solution built with the ABP Framework and .NET, runs on Kubernetes with Helm configuration, includes API Gateways, Angular and ASP.NET Core MVC applications, PostgreSQL and MongoDB databases
evolutionary-architecture-by-example
Navigate the complex landscape of .NET software architecture with our step-by-step, story-like guide. Unpack the interplay between modular monoliths, microservices, domain-driven design, and various architectural patterns. Go beyond the one-size-fits-all solutions and understand how to blend these approaches based on your unique needs.
evolutionary-architecture-by-example-imitation
mit-ocw-6.0001
My answers for the assignments in MIT OCW 6.0001: Introduction to Computer Science and Programming in Python
jflaga's Repositories
jflaga/mit-ocw-6.0001
My answers for the assignments in MIT OCW 6.0001: Introduction to Computer Science and Programming in Python
jflaga/the-craftsman-book
Contains Uncle Bob's "The Craftsman" articles. I did nothing more than putting them in a single book to make it more accesible. All credit goes to Uncle Bob (Robert C. Martin) for creating such a wonderful story.
jflaga/abp
Open Source Web Application Framework for ASP.NET Core. Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.
jflaga/abp-samples
Sample solutions built with the ABP Framework
jflaga/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
jflaga/competitive-programming
My solutions to some competitive programming problems
jflaga/DaprMultiContainer
Practice project from "Dapr for .NET Developers" (https://learn.microsoft.com/en-us/dotnet/architecture/dapr-for-net-developers/getting-started)
jflaga/eShop
A reference .NET application implementing an eCommerce site
jflaga/eShopOnAbp
Reference microservice solution built with the ABP Framework and .NET, runs on Kubernetes with Helm configuration, includes API Gateways, Angular and ASP.NET Core MVC applications, PostgreSQL and MongoDB databases
jflaga/evolutionary-architecture-by-example
Navigate the complex landscape of .NET software architecture with our step-by-step, story-like guide. Unpack the interplay between modular monoliths, microservices, domain-driven design, and various architectural patterns. Go beyond the one-size-fits-all solutions and understand how to blend these approaches based on your unique needs.
jflaga/evolutionary-architecture-by-example-imitation
jflaga/learning-ddd
jflaga/LimeHomeTestNew
Used for tutorial ".NET Core hosting on Heroku through Docker and GitHub Actions" (https://upplabs.com/blog/free-net-core-hosting-on-heroku-through-docker-and-github-guide-for-startups/)
jflaga/meeting-groups-app-using-microservices-and-ddd
An imitation of ["Modular Monolith with DDD"](https://github.com/kgrzybek/modular-monolith-with-ddd) and ["Evolutionary Architecture by Example: Chapter 4"](https://github.com/evolutionary-architecture/evolutionary-architecture-by-example): An app for Metting Groups domain, using Microservices, and Tactical DDD on core subdomain.
jflaga/meeting-groups-fe-admin-blazor
Meeting Groups App - Frontend Admin - Blazor Web App
jflaga/meeting-groups-fe-client-blazor
Meeting Groups App - Frontend Client-facing - Blazor Web App
jflaga/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
jflaga/public-todo-app-integration-test-demo
Public Todo App integration test demo
jflaga/semaphore-demo-cicd-kubernetes
A Companion Demo for the CI/CD for Docker and Kubernetes Book (https://semaphoreci.com/resources/cicd-docker-kubernetes)
jflaga/SOLID-Principles-CSharp
Simple examples of code adhering to the SOLID Principles, in C# (.NET Core)
jflaga/student-information-system-aspnet-mvc4
Year 2012 practice project