Pinned Repositories
CalcEngine
CalcEngine allows you to define calculations/formulas that can be run in memory or against your database.
EasyNetQ
An easy .NET API for RabbitMQ
Fluency
A .NET fluent interface for building anonymous objects for testing. NOTE: Maintenance of this repository has been transferred to https://github.com/nrjohnstone/Fluency
FluentObjectBuilder
This repository has moved to http://github.com/ChrisEdwards/Fluency.
IntroducingMongoDB
Test code for my MongoDB talk given at Austin Code Camp 2010, Updated for my ADNUG presentation November 2010.
ItalicComments
ItalicComments editor extension for Visual Studio 2010.
log4mongo-net
log4net appender to MongoDB database.
machine.specifications
Machine.Specifications is a Context/Specification framework geared towards removing language noise and simplifying tests.
SchemaGenerator
Ruby code to generate sql scripts to create a database schema from yaml files.
Shiloh.Testing
Testing utility classes (assertions, extensions, etc.) to help day-to-test testing.
ChrisEdwards's Repositories
ChrisEdwards/Fluency
A .NET fluent interface for building anonymous objects for testing. NOTE: Maintenance of this repository has been transferred to https://github.com/nrjohnstone/Fluency
ChrisEdwards/CalcEngine
CalcEngine allows you to define calculations/formulas that can be run in memory or against your database.
ChrisEdwards/SchemaGenerator
Ruby code to generate sql scripts to create a database schema from yaml files.
ChrisEdwards/Shiloh.Testing
Testing utility classes (assertions, extensions, etc.) to help day-to-test testing.
ChrisEdwards/EasyNetQ
An easy .NET API for RabbitMQ
ChrisEdwards/log4mongo-net
log4net appender to MongoDB database.
ChrisEdwards/machine.specifications
Machine.Specifications is a Context/Specification framework geared towards removing language noise and simplifying tests.
ChrisEdwards/SpecFlow
Binding business requirements to .Net code
ChrisEdwards/TheEffectiveDeveloperBook
Contents of a book I am writing, "The Effective Developer"
ChrisEdwards/CalcEngine4J
Calculation parser, evaluator, and translator for Java. Parses formulas and evaluates them. Allows you to model formulas that depend upon one another and their source data using a domain-model dsl. The end goal is to be able to generate code to evaluate the formulas from this model. This could be sql stored procedures, java code, or whatever target processing logic we want to use. The CalcEngine allows you to declaratively specify the formulas ("what" to calculate) and defer the "how" to the generator.
ChrisEdwards/docker-tpp
Docker image to run TPP presentations (text only, command-line based presentation slides).
ChrisEdwards/DungeonMaster
ChrisEdwards/EffectiveTestAutomation-SampleCode
Sample code from my Effective Test Automation talk.
ChrisEdwards/FluencyKoans
A set of code-based exercises ( Koans ) to learn how to use Fluency. The exercises are unit tests that you need to make pass. It also includes the solution if you get stuck on one.
ChrisEdwards/gradle-docker
A Gradle plugin to build Docker images from the build script.
ChrisEdwards/jokes
Web app that displays Chuck Norris Jokes (from Udemy Spring 5 training)
ChrisEdwards/laravel-datadog-helper
A Laravel Datadog helper package.
ChrisEdwards/mongo-migrate
Command line tool that automatically applies js migration scripts to a mongo database.
ChrisEdwards/NodeJsSandbox
Learning Node.Js using Cloud9 IDE.
ChrisEdwards/saga-lib
Java saga library to organize domain events. The goal is to organize state and activities triggered by any sort of messages.
ChrisEdwards/sfg-pet-clinic
Udemy training for spring 5
ChrisEdwards/spring-petclinic
A sample Spring-based application
ChrisEdwards/spring-petclinic-microservices
Distributed version of Spring Petclinic built with Spring Cloud
ChrisEdwards/spring5-di-demo
Example of DI from Udemy SpringFrameworkGuru class.
ChrisEdwards/spring5-recipe-app
Udemy Spring 5 Training Recipe App
ChrisEdwards/spring5webapp
Example Spring 5 Web Application
ChrisEdwards/trending
word usage frequency
ChrisEdwards/tweet-feed
Exposes an atom feed of readability-formatted content from the URLs tweeted by those you follow so you can read it in your favorite news reader.
ChrisEdwards/WebGoat
WebGoat is a deliberately insecure application
ChrisEdwards/Xplor