News
Hotwire, ViewComponents and TailwindCSS: The Ultimate Rails Stack
TailwindCSS bills itself as a "Utility First CSS framework". I'm not quite sure what that means, but I really like what it actually is. In a nutshell, Tailwind lets you build nicely styled HTML documents without messing with CSS directly. When you...
Bridgetown: Ruby on the Jamstack, or, Why I Forked Jekyll by Jared White - YouTube
Talk given by Jared White at the RUG::B Meetup, February 4th, 2021.https://www.rug-b.de/events/ruby-user...Writer, Designer, and Ruby/Bridgetown/Rails developerhttps://twitter.com/jaredcwhiteYou might be familiar with the granddaddy of SSGs, Jek...
Bundler: A more secure bundler: We fixed our source priorities.
Last week an article about “Dependency Confusion” hit the news, where a developer was able to make thousands of dollars on bug bounty programs from big tech companies, by pushing libraries to public repositories that ended up unintentionally being...
Ruby Garbage Collection Deep Dive: Tri-Color Mark and Sweep
In the first post in the Ruby Garbage Collection Deep Dive series, we went through a few definitions to give us a picture of how Ruby stores values in memory. If you haven’t read it yet, read it first! We’ll build on those definitions in this post...