Dan Fox bio photo

Dan Fox

Software developer interested in learning New Things and applying them in Real Life

Recent Posts

Learning to Deliver

Rightly or wrongly, I felt that the first focus of my new tech lead position was to work on delivery throughput. I was working with a group of developers I ...

Learning to Lead

So it turned out that 2017 had in store a big change in my career. After starting a new job with new opportunities and working with some great people, I was...

API Testing With Postman

Postman is an absolutely brilliant tool for ad-hoc API testing. It’s really easy to send requests to endpoints regardless of whether they need headers, what...

Playing with the Actor Model

One of the most well-known patterns for arranging business logic in object-oriented programming is the domain model. Essentially this involves creating a se...