mwindholtz
Early Extreme Programmer. Likes: modernagile.org & Domain Driven Design & Elixir. The word "Agile" doesn't mean what you think it means.
Agile DNA LLCCincinnati Ohio
Pinned Repositories
ddd_ex_tickets
Simple Ticket Office showing DDD contexts, aggregates, in Elixir
domain_driven
Domain Driven Design for Rails
EventFsm
has_many_blog
has_many_blog
limbo
Mix tasks for TCR. (Test && Commit) || Revert
limbo-demo
limbo-demo
phoenix_pubsub_example
small example code using phoenix_pubsub without phoenix
presentations
presentations
state_objects
'State' Design Pattern from the Gang of Four book
test_parrot
TestParrot helps create Test Stubs For Elixir testing
mwindholtz's Repositories
mwindholtz/state_objects
'State' Design Pattern from the Gang of Four book
mwindholtz/ddd_ex_tickets
Simple Ticket Office showing DDD contexts, aggregates, in Elixir
mwindholtz/phoenix_pubsub_example
small example code using phoenix_pubsub without phoenix
mwindholtz/has_many_blog
has_many_blog
mwindholtz/limbo
Mix tasks for TCR. (Test && Commit) || Revert
mwindholtz/presentations
presentations
mwindholtz/domain_driven
Domain Driven Design for Rails
mwindholtz/elm_phx_1_3
example of configuring Elm-Lang and Phoenix 1.3 new directory structure
mwindholtz/EventFsm
mwindholtz/test_parrot
TestParrot helps create Test Stubs For Elixir testing
mwindholtz/limbo-demo
limbo-demo
mwindholtz/cincydeliverpresentations
Repository for slides and content from the Day of Agile and Cincy.Develop()
mwindholtz/CodeMash2016
A repository containing presentation content (slides, demo code, whatever) from CodeMash 2016 sessions.
mwindholtz/ddd_cargo_on_rails
Experiment in Decoupling Rails
mwindholtz/dependNet
dependNet
mwindholtz/domain_driven_rails
Support for using domain_driven in a Rails project to do DDD: Domain Driven Design
mwindholtz/dragon_dna4
dragon_dna4 : Simple D&D character combat on Rails 4 / Ruby 2.2
mwindholtz/ExampleStates
mwindholtz/LoneStarElixir-2020-Testing-CableChain
This it the code used in my presentation given at LoneStar-Elixir in Feb, 2020. Testing: Cable and Chain
mwindholtz/selection_options_for
When a full Rails state machine is too much for your needs.This Rails plugin allows you to keep the display labels in the model when the DB holds a 1 character flag and when the code requires symbolic references to the value to use in algorithms
mwindholtz/test-commit-revert
trying out TCR workflow with Elixir
mwindholtz/yahoo_finanza
This is a simple Yahoo Finance module capable of getting current data for several symbols in bulk as well as individually. It also has an historical data method which fetches historical data about a symbol. Additional features include getting stock symbols filtered by country and stock market.