Overview for 'chrishartjes'
Written by Chris Hartjes
/ Original link
on Apr. 26, 2019
As I continue to build out OpenCFP Central I wanted to share with you some of the work I have been doing to move it from your typical CRUD structure to something a little more robust -- CQRS and event sourcing. So at the time I wrote this, I had two problems I needed to solve: how to refactor exist…
Written by Chris Hartjes
/ Original link
on Mar. 17, 2019
I am in the process of starting the dreaded Rewrite Of An Existing Application That Works. In this case, it is time that I turned OpenCFP from a install-it-yourself web application into a Software-As-A-Service offering. As part of this rewrite I have decided to use CQRS and Event Sourcing instead…
Written by Chris Hartjes
/ Original link
on Mar. 16, 2019
I am in the process of starting the dreaded Rewrite Of An Existing Application That Works. In this case, it is time that I turned OpenCFP from a install-it-yourself web application into a Software-As-A-Service offering. As part of this rewrite I have decided to use CQRS and Event Sourcing instead…
Written by Chris Hartjes
/ Original link
on Jan. 31, 2019
Yes, Docker can be used as a tool to help you out with some testing problems. Let me show an example of how it makes some load testing easier. One of the projects I support at Mozilla is the push notification service that we run. Among the tests that I do for them is a load test using an internal…
Written by Chris Hartjes
/ Original link
on Jan. 30, 2019
Yes, Docker can be used as a tool to help you out with some testing problems. Let me show an example of how it makes some load testing easier. One of the projects I support at Mozilla is the push notification service that we run. Among the tests that I do for them is a load test using an internal…
Written by Chris Hartjes
/ Original link
on Jan. 16, 2019
(If you use PHP, you can learn how to write automated tests for your code via my "Learn To Test Like A Grumpy Programmer" course over at LeanPub) In this blog post I wanted to talk about some of the lessons I've learned at the day job about how to use tools and techniques we are familiar with in th…