Programming

Content tagged "Programming".

Event Sourcing Libraries

Creating an event sourced, CQRS application is simple enough conceptually but there is a lot of hidden detail when it comes to building them. There are a couple of event sourcing libraries I’ve used that can help.

Impressions of React and Flux

I’ve enjoyed using React and Flux recently so I thought I’d write down my initial impressions.

State

I like that React makes application state explicit. It forces me to think through what is core to the application and what is derived.

Programming Books Worth a Damn 📚

Programming well is hard. Here are a few books that have helped me improve that I recommend.

Practical Object-Oriented Design in Ruby by Sandi Metz

Practical Object-Oriented Design in Ruby by Sandi Metz

This contains plenty of great advice even if you don’t code in Ruby. It focusses in on the message passing aspect of OO and how to structure your code around that ideal whilst keeping it amenable to change.

RSS feed for content about Programming.