On the top of product objectives here at OVO we also have tech ones: last half in the Cross-Sell team we worked to migrate all our services from EC2 and ElasticBeanstalk to AWS ECS Fargate. This has allowed us to push Docker images to ECR (AWS Docker container…
I love going to Scala meetups and living in London gives you tons of chances to attend lots of them. In the past year there has been a spike in the number of Scala communities, making it easy for everybody to attend. Do you fancy an introductory talk? Do you w…
TL;DR just maths, no code A couple of weeks ago I was going through the Typelevel libraries and I noticed that I've never played around with Algebra, an experimental project that interoperates with Cats via the kernel module. Algebra is used by Algebird (twit…
When developing an application, integration tests are always an important part of our testing coverage, since they help us ensuring that the different pieces together work fine. In our case, the integration tests that we wanted to write were related to Postgre…