Ruby’s refinements are a cleaner solution to the sharp knife that is monkey patching. This aricle explore how to use them along with some real life examples.
Generating OpenAPI schema from serializers throughout the Rails stack - Kyobashi.rb #5
While we recommend the schema-first approach to OpenAPI in our “Let there be docs! A documentation-first approach to Rails API development” guide in our…
There Isn’t Much Point to HTTP/2 Past The Load Balancer
I want to write a post about Pitchfork, explaining where it comes from, why it is like it is, and how I see its future. But before I can get to that, I think I need to share my mental model on a few things, in this case, HTTP/2.
Thinking about the React component tree as modeling a state machine can help clarify the implications of asynchronous updates and React’s concurrent features.
Foundations: grouping forms with `fieldset` and `legend` - TetraLogical
In this post, we explore how to use the <fieldset> and <legend> elements to group and label form elements effectively, creating a more accessible and well-structured experience.