The AI Prompt I Wish I Had While Documenting SaMD Systems in Rails
How AI could have helped me generate FDA audit-ready SDS documentation faster while building regulated software.
12 articles about tutorial - lessons from building and scaling real software.
How AI could have helped me generate FDA audit-ready SDS documentation faster while building regulated software.
How to use subdomains in your feature specs.
Complete beginner's guide to iOS development with Swift. Learn Xcode setup, iOS development fundamentals, and start building iPhone apps with …
Get more control over HTTP caching in Rails.
Learn how to implement HTTP conditional caching in Rails using fresh_when.
Learn proven strategies for scaling JSON APIs in Rails applications. Performance optimization techniques using ActiveModel::Serializers, key-based …
Exploring the use of CSS3 transitions, including browser feature detection, graceful degradation, and a simple idiom for applying transitions with …
A look at using image maps in modern web development, including a case study on creating clickable triangular areas, handling multiple instances of …
An update to the CSS3 Gradient Generator that changes how the code sample is generated, moving from the ‘background’ property to …
A follow-up post on using Uploadify with Rails 3, focusing on setting up the controller to work with file uploads. This part covers handling content …
I recently worked on a couple of Rails projects which both implemented the ability to upload photos to the server. One of these projects required the …
Let me start by this post by specifying that it actually originated from another post that I’m working on right now, but while writing it I went off …