Pinned Repositories
devpodcasts.app
Programming Podcast discovery service, browse episodes by tag, show, or most recent.
grafka
GraphQL interface for Apache Kafka
mini-code-adventures-generate-music-with-js
Generate MIDI files with ScribbleTune and Tracery
mink
Simple web interface for common Docker commands, streams stdin/stdout
qit-podcast-feed-loader
Populates the qit search engine
qit.cloud
qit: Listen to programming podcasts by topic
search-driven-apps-with-elasticsearch
Three different apps that take advantage of the power and flexibility of the Elastic stack
simplified-elastic-stack
Simple docker-compose file for getting started with the Elastic Stack
SpecificationPatternExample
Examples of how to use the specification pattern to enforce complex business rules that don't fit neatly into a single object / class.
streaming-stdout-with-signalr
Simple proof of concept showing how you can stream stdout from a .NET process to an ASP.NET website with SignalR
Coding Blocks's Repositories
codingblocks/mini-code-adventures-generate-music-with-js
Generate MIDI files with ScribbleTune and Tracery
codingblocks/search-driven-apps-with-elasticsearch
Three different apps that take advantage of the power and flexibility of the Elastic stack
codingblocks/Coding-Blocks-UWP
Simple UWP app for playing your favorite podcast
codingblocks/SolidTacToe
C#/.NET attempt at a SOLID implementation of Tic Tac Toe
codingblocks/SpecificationPatternExample
Examples of how to use the specification pattern to enforce complex business rules that don't fit neatly into a single object / class.
codingblocks/DesignPatterns
Common software design patterns in C#
codingblocks/Marvel-Collection-App
codingblocks/Patterns
A collection of useful patterns
codingblocks/awkward-algorithms
codingblocks/deliberate-practice-for-programmers
Presentation and links for Deliberate Practice for Programmers presentation
codingblocks/game-of-life
Just messin'
codingblocks/mini-code-adventures-game-of-life
Simple implementation of the Game of Life, strictly for edutainment purposes
codingblocks/DependencyProblems
Illustrate how to fix problems with dependencies and version discrepancies.
codingblocks/FizzBuzz
codingblocks/mini-code-adventures-markov-chains
Markov Chains are a process that cultivates a statistical model of nodes. These statistics make it easy to generate new data, based on the likelihood of each node following another. The resulting data looks surprisingly realistic, especially if you feed it a lot of data. People have done a lot of really cool stuff with Markov Chains, and thanks to some nice packages, you can easily do something cool yourself!
codingblocks/mini-code-adventures-maze-generator
Simple webpage for generating mazes with amazejs
codingblocks/mini-code-adventures-yeoman
Quick projects that highlight fun and exciting projects that you can get running in minutes
codingblocks/podcast-feed-text-analytics
Run text analysis on podcast feeds to extra entities and key phrases. (requires Azure)
codingblocks/PodcastToYoutube
Simple set of scripts that will upload our podcast to youtube along with the featured image for that episode
codingblocks/qit-logo-proposal
neat-o angular app to unveil an interactive logo proposal
codingblocks/TypeScriptNodeOnionArchitecture
A sample application using onion architecture with TypeScript and NodeJS