"We don't deploy on Fridays"
What if there was nothing to deploy?
What if there was nothing to deploy?
A theoretical, then practical look at how to test under-tested parts of Rails applications
Flaky tests waste your team’s time. Have a process for quarantining them and debugging them.
Reframe business logic in terms of domain objects for a better object-oriented design
I think we still live in a contempt culture. Here is how I avoid it personally.
This first edition of a Swiss Ruby conference was a resounding success
A look at the Postgres array type and good old join tables, each with their advantages and disadvantages.
Reduce stress by focusing on what matters
An overview of what the options provided by the pull request merge button on GitHub do and how to make the best out of each strategy
Is Rust Web yet? We used our Rails knowledge to try writing a Web application in Axum in two days
Accept the inevitability of errors so that you can fix them efficiently
Musings about what I expect when joining and leaving projects and companies
Tips for making icons look right alongside multi line text or within buttons
It feels like I don't have time for anything, but I still manage to get things done
The problem with big backlogs in software projects and how to keep the backlog small
Advice and encouragement for job applicants reflecting the Simplificator hiring process back in 2021
The key is BIOS Thunderbolt Assist Mode and boltctl
A debugging story of rendering differences in PDFs after changing application hosting infrastructure
How ease of change impacts testability and where meta-programming can help
A workaround for a Safari bug with dynamically created video elements
I was curious about serverless and ended up learning about cross-site forgery in Oauth and in communication between browser windows
I wrote some flaky Cypress tests and learned how to make them deterministic
Tips for integrating the Cypress testing framework into a Ruby on Rails application
Define a nice-to-use internal model and leave the clunky API data structures at the program boundaries
Daemon processes, signal handlers and process identifiers
Using JSON Schema and automated tests to ensure that your Elm frontend and Rails backend will understand each other
An exploration of test library fundamentals and self-testing code
A Makefile for production-ready builds of single page Elm apps and live reloading during development
A simple way of serializing JSON in Rails apps