RSSAmplifier

Blog

SneakyCode

Pieter Koornhof on Domain Driven Design, Clean Code and .Net

sneakycode.netRSS feed ↗32 posts

Latest posts

What's That Function?

I've launched a Youtube channel and Website where I post quick and simple coding tutorial videos

Custom edn readers for dummies

edn is a powerful way to represent data, and you can make it even more powerful by extending it with your own custom reader tags.

Clojurescript with react from scratch live stream

I created a simple clojurescript datepicker for a pet project and figured someone else might find it useful

Simple clojurescript datepicker using rum and cljs-time

I created a simple clojurescript datepicker for a pet project and figured someone else might find it useful

Minesweeper in clojure

As a fun experiment, and to show the basics of clojure development, I implemented a minesweeper clone using clojurescript and p5.js.

Database Rant

What is the primary purpose of the database? I won't blame you for saying data storage. In most software projects it is the place where we store our data. I will however tell you that you are wrong.

Event Sourcing and Battling Accidental Complexity (DevDay2016)

For the last year I have been delving into Event Sourcing in my free time. From total ignorance to complete understanding, back to not having an idea what is going on and then epiphany after epiphany, it has been a fun, eye opening journey.

Delayed Dependency Resolution the Right Way

I have been playing around with CQRS/Event Sourcing and using lightweight, immutable command messages to trigger actions in my application. The great thing about this is that you can specify a single point of entry into your application by using a very simple interface.

Better Test Documentation

My First Pluralsight Course Went Live

What Language Does Your Application Speak

Reflecting on Domain Driven Design

Some Updates Yeah

How changing my commit messages made me more productive

Anemia induced memory loss

Aggregates and Persistence

Getting wooed by F#

Modeling with Aggregates

Job Tracking using Quartz for .net

Getting Started With Chat Ops

Make Those Value Objects Work For You

Value Objects

Code Comments are Lies

Domain Driven Design App Structure part 2

Domain Driven Design App Structure

Go For Launch

Introduction To Practical Domain Driven Design

SignalR Hello World (That is not a chat app)

Git Good

Git Goodies That You Might Not Know About: git bisect

Git Goodies That You Might Not Know About: git stash

Things I want to do in 2015!