abelinoaleman's Stars
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
ryanmcdermott/clean-code-javascript
Clean Code concepts adapted for JavaScript
leonardomso/33-js-concepts
📜 33 JavaScript concepts every developer should know.
xyflow/xyflow
React Flow | Svelte Flow - Powerful open source libraries for building node-based UIs with React (https://reactflow.dev) or Svelte (https://svelteflow.dev). Ready out-of-the-box and infinitely customizable.
DevToys-app/DevToys
A Swiss Army knife for developers.
mantinedev/mantine
A fully featured React components library
dotnet/core
.NET news, announcements, release notes, and more!
microsoft/dotnet
This repo is the official home of .NET on GitHub. It's a great starting point to find many .NET OSS projects from Microsoft and the community, including many that are part of the .NET Foundation.
triggerdotdev/trigger.dev
Trigger.dev – open source background jobs and AI infrastructure
FluentValidation/FluentValidation
A popular .NET validation library for building strongly-typed validation rules.
dotnet/machinelearning
ML.NET is an open source and cross-platform machine learning framework for .NET.
gibbok/typescript-book
The Concise TypeScript Book: A Concise Guide to Effective Development in TypeScript. Free and Open Source.
ritz078/transform
A polyglot web converter.
grpc/grpc-dotnet
gRPC for .NET
Everduin94/better-commits
A CLI for creating better commits following the conventional commits specification
adonismendozaperez/33-js-conceptos
📜 33 Conceptos que todo desarrollador de JavaScript debería saber.
dennisdoomen/CSharpGuidelines
A set of coding guidelines for C# 9.0, design principles and layout rules for improving the overall quality of your code development.
natayadev/dataengineering-roadmap
Un repositorio más con conceptos básicos, desafíos técnicos y recursos sobre ingeniería de datos en español 🧙✨
typpo/spacekit
Javascript library for 3D space visualizations
vkhorikov/CqrsInPractice
Source code for the CQRS in Practice Pluralsight course
threenine/Threenine.Data
A Microsoft Entity Framework Core plugin providing Unit of work and repository pattern abstraction layer with common functionality
AvaloniaUI/AvaloniaVS
Visual Studio Extension for Avalonia
MichalJankowskii/Moq.EntityFrameworkCore
Library that provides methods that will help you with mocking EntityFrameworkCore.
NikolayIT/CSharpConsoleGames
Bunch of C# console games
Jaydeep-007/CQRSAndMediatRDemo
CQRSAndMediatRDemo
dastasoft/shopping-list
A simple web app made with TypeScript.
ElectNewt/Programacion-avanzada
contenido del apartado programación avanzada de netmentor
Kakoko/MovieManagementDemoCQRS
This is an Aid to the Youtube Tutorial on How to Implememnt CQRS
expertscoding/gRPC-How-When-Why
Demo of a gRPC service in netcore 3 & WebAPI imporovements
abelinoaleman/Pagination.WebApi
Pagination is one of the most important concepts while building RESTful APIs. You would have seen several public APIs implementing this feature for better user experience and security. We will go in detail and try to build an ASP.NET Core 3.1 WebApi that implements advanced pagination.