Slowbad's Stars
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
kdn251/interviews
Everything you need to know to get the job.
Olshansk/interview
Everything you need to prepare for your technical interview
ardalis/CleanArchitecture
Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
VSCodeVim/Vim
:star: Vim for Visual Studio Code
App-vNext/Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
vuejs/vue-hackernews-2.0
HackerNews clone built with Vue 2.0, vue-router & vuex, with server-side rendering
Squirrel/Squirrel.Windows
An installation and update framework for Windows desktop apps
jasontaylordev/NorthwindTraders
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
praeclarum/sqlite-net
Simple, powerful, cross-platform SQLite client and ORM for .NET
ivanpaulovich/clean-architecture-manga
:cyclone: Clean Architecture with .NET6, C#10 and React+Redux. Use cases as central organizing structure, completely testable, decoupled from frameworks
PowerShell/PSReadLine
A bash inspired readline implementation for PowerShell
dracula/vim
🧛🏻♂️ Dark theme for Vim
TrilonIO/aspnetcore-Vue-starter
*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
jcurl/RJCP.DLL.SerialPortStream
SerialPortStream is an independent implementation of System.IO.Ports.SerialPort and SerialStream for better reliability and maintainability. Default branch is 2.x and now has support for Mono with help of a C library.
ivanpaulovich/hexagonal-architecture-acerola
An Hexagonal Architecture service template with DDD, CQRS, TDD and SOLID using .NET Core 2.0. All small features are testable and could be mocked. Adapters could be mocked or exchanged.
jbogard/ContosoUniversityDotNetCore
RamblingCookieMonster/PSSQLite
PowerShell module to query SQLite databases
julianpaulozzi/LiteDbExplorer
Viewer and editor for [LiteDB](https://github.com/mbdavid/LiteDB) v4 databases.
CoralineAda/lftm
A low-friction task management system.
serodriguez68/poodr-notes
Notes for Sandi Metz's OOD book: "Practical Object-Oriented Design in Ruby."
steveliles/Foredroid
Utility for detecting and notifying when your Android app goes background / becomes foreground
jamesmontemagno/Xamarin-Templates
Xamarin.Android Templates Pack
jamesmontemagno/Xam.NavDrawer
Navigation Drawer Sample + MvvmCross Sample for Xamarin.Android
cabauman/Rx.Net-ReactiveUI-CheatSheet
A collection of links and snippets to resources, samples, answers, people, videos, etc. related to Rx.Net and ReactiveUI.
claresudbery/ClaresPancakes
A simple example of a solution using domain, contracts, ports and adaptors. In collaboration with Daniel Portella.
rsm-hcd/Xamarin-Architecture
A boilerplate Xamarin solution using onion architecture.
knoxknox/design-patterns
Software design patterns
martinsvalin/advent_of_code
Everybody's doing it! It's the Advent of Code 2015. Get it while it's hot.