Discover how seamless design-dev teamwork transforms outcomes.
Is your app ready for what’s coming up in React 19’s release? Get prepared with what is going to change ahead of its release date.
Checkout z, a neat lil command line utility.
Let’s talk about a few reasons I find the Remix JS framework so exciting.
Talking to a rubber duck about your code can get you far, but won’t take others with you. Learn how to turn a lonely debugging technique into a knowledge-sharing tool.
Need to do some HTML sanitization, but Rails ActionView Sanitize Helpers are not good enough? Read this post to learn how to do it with Loofah.
I’ve been upgrading an old Rails 3.2 app and Ruby 2.0 doesn’t work on Apple Silicon. I solved it with full virtualization of x86-64.
Because 0x0000000103f70c98 never helped anyone.
How much does it cost you to carry dead code? How do you find and remove zombie Ruby code? Use these 4 strategies to kill out all the dead code in your Ruby application.
This article is about how to understand and embrace error messages as tools to help us find issues in our code.