Miljankg's Stars
steveteuber/kubectl-graph
A kubectl plugin to visualize Kubernetes resources and relationships.
tayllan/awesome-algorithms
A curated list of awesome places to learn and/or practice algorithms.
MetalHexx/RadEndpoints
Minimal API REPR Pattern Style Endpoint Library
commandlineparser/commandline
The best C# command line parser that brings standardized *nix getopt style, for .NET. Includes F# support
TestStack/TestStack.BDDfy
BDDfy is the simplest BDD framework EVER!
poteto/hiring-without-whiteboards
⭐️ Companies that don't have a broken hiring process
maartenba/rider-content
A curated list of content around JetBrains Rider
dahlbyk/posh-git
A PowerShell environment for Git
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
MetalHexx/OpenTelemetryDotNetPoc
A small POC project to showcase instrumentation of a Net 6+ application with OpenTelemetry and other related observability tools.
domaindrivendev/Swashbuckle.AspNetCore
Swagger tools for documenting API's built on ASP.NET Core
dypsilon/frontend-dev-bookmarks
Manually curated collection of resources for frontend web developers.
mtdvio/every-programmer-should-know
A collection of (mostly) technical things every software developer should know about
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
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
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.
Squidex/squidex
Headless CMS and Content Managment Hub
KevinDockx/SecuringAspNetCore6WithOAuth2AndOIDC
Fully functioning finished sample code for my Securing ASP.NET Core 6 with OAuth2 and OpenID Connect course
KevinDockx/BuildingRESTfulAPIAspNetCore3
Fully functioning sample application accompanying my Building a RESTful API with ASP.NET Core 3 course
mhmd-azeez/awesome-asp-net-core-api
A list of tools, technologies, and practices that are useful for building modern ASP.NET Core APIs
coverlet-coverage/coverlet
Cross platform code coverage for .NET
simon-k/dotnet-code-coverage-badge
A GitHub action that generates a code coverage badge
Miljankg/ValueWrapper
FastEndpoints/FastEndpoints
A light-weight REST API development framework for ASP.NET 6 and newer.
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.
dotnet/coreclr
CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes.
meysamhadeli/awesome-dotnet-tips
A curated list of awesome tips and tricks, resources, videos and articles in .net, software architecture, microservice and cloud-native.
public-apis/public-apis
A collective list of free APIs
spectreconsole/spectre.console
A .NET library that makes it easier to create beautiful console applications.
nemanjarogic/DesignPatternsLibrary
A comprehensive design patterns library implemented in C#, which covers various design patterns from the most commonly used ones to the lesser-known ones. Get familiar with and learn design patterns through moderately realistic examples.