TuneOfCode's Stars
williamfiset/Algorithms
A collection of algorithms and data structures
quozd/awesome-dotnet
A collection of awesome .NET libraries, tools, frameworks and software
thangchung/awesome-dotnet-core
:honeybee: A collection of awesome .NET core libraries, tools, frameworks and software
IshuPrabhakar/Heyy-chat-app
A Realtime Chat Application using flutter, Asp.Net Core Web Api, SignalR , WebRTC etc.
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 8.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
charlax/professional-programming
A collection of learning resources for curious software engineers
MoienTajik/AspNetCore-Developer-Roadmap
Roadmap to becoming an ASP.NET Core developer in 2024
ardalis/CleanArchitecture
Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
m-jovanovic/event-reminder
.NET Core Web API for seamless event organization with configurable notification systems.
conduktor/kafka-stack-docker-compose
docker compose files to create a fully working kafka stack
ShadyBoukhary/flutter_clean_architecture
Clean architecture flutter: A Flutter package that makes it easy and intuitive to implement Uncle Bob's Clean Architecture in Flutter. This package provides basic classes that are tuned to work with Flutter and are designed according to the Clean Architecture.
sta/websocket-sharp
A C# implementation of the WebSocket protocol client and server
doghappy/socket.io-client-csharp
socket.io-client implemention for .NET
amantinband/clean-architecture
The ultimate clean architecture template for .NET applications 💪
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
rahulsahay19/eShopping
Clean Architecture Microservices example of .Net Core
trevoirwilliams/HR.LeaveManagement.CleanArchitecture-dotnet5
Educational Project to demonstrate MediatR, CQRS & Onion/Clean Architecture in ASP.NET Core
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
oven-sh/bun
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
ramitsurana/awesome-kubernetes
A curated list for awesome kubernetes sources :ship::tada:
flutter/flutter
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
asc-lab/dotnetcore-microservices-poc
Very simplified insurance sales system made in a microservices architecture using .NET Core
vietnam-devs/coolstore-microservices
A full-stack .NET microservices build on Dapr and Tye
bregman-arie/devops-exercises
Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions
aspnetrun/run-aspnetcore-microservices
Microservices on .NET platforms used ASP.NET Web API, Docker, RabbitMQ, MassTransit, Grpc, Yarp API Gateway, PostgreSQL, Redis, SQLite, SqlServer, Marten, Entity Framework Core, CQRS, MediatR, DDD, Vertical and Clean Architecture implementation with using latest features of .NET 8 and C# 12
binarythistle/S04E03---.NET-Microservices-Course-
Code for the Introduction to .NET Microservices
dotnet-architecture/eShopOnContainers
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Moved to https://github.com/dotnet/eShop.
arifintahu/project-structure-api
Complete project template for building RESTful API with Typescript.
codergogoi/nodejs_microservice
NodeJS Microservice Architecture Example with the real-time project. This is a practical source code of the NodeJS Microservice tutorial series. Where we have split up a monolithic application into Microservices Architecture. The main goal of this repository is to provide an overview of how the microservices architecture is working with nodejs and what is the complexity we need to resolve to achieve the outcome from a Monolithic architecture.
codergogoi/Grocery_Online_Shopping_App
This is a practical example of NodeJS Microservices Architecture. We have built a simple Online Grocery Shopping Application using ES6 in a Monolithic way and segregate in Microservices Architecture without impact frontend. So each individual service will work independently to serve the purpose and business logic. You can watch its Youtube tutorial for better understanding and Microservice part.