Nick Sutterer

310 Followers
202 Following
309 Posts
Drinks IPAs, designs APIs. I like naps. Creator of http://trailblazer.to 😍🍻🎼 -- Don't be an asshole. Liebe ist Parmesan mit Knoblauch.
Is something like this possible in Ruby (method overloading with pattern matching)? (from https://www.toptal.com/ruby/ruby-pattern-matching-tutorial)
Nice new Hash#inspect in Ruby 3.4, but now, all tests in Trailblazer in all gems are failing because we always test against strings for safety reasons. Anyone want to help out with fixing that for the future?

I always love those kinds of commits, can't help myself! 😅 Whenever the procedural code becomes hard to understand, especially with `if` and `else` error handling in-between the actual chunks of logic, a Trailblazer activity makes sense.

I wonder what the adoption would be like if "activity" was part of the programming language itself... More here: https://www.youtube.com/watch?v=9elpobV4HSw

https://github.com/trailblazer/trailblazer-pro/commit/8a21668bf6c2efde4a9b4a222f586648bb904cde

TRAILBLAZER TALES #01 | Operation Basics

YouTube
Please vote for my band "Brutal Besoffen" for Ruhrpott Rodeo festival. Even if you hate punkrock! https://www.ruhrpott-rodeo.de/index.php/bandvoting2024
Ruhrpott Rodeo Festival - Bandcontest

Trailblazer 2.1.3: How we made tracing +4x faster

(PaaS providers hate this trick!) With the release of Trailblazer 2.1.3 not only does #wtf? tracing...

DEV Community
I love the new Trailblazer docs (entirely new website coming up)
Has anyone using Netlify experienced a "DDOS" attack (originating from China) recently? Someone was trying to bring up our hosting costs, but luckily, it's the end of the month! 😅
https://www.youtube.com/watch?v=kEYSIda7UHY Trailblazer Tales #07, and we promise the next episode is not gonna take another year, but here's 4 and a half minutes about nesting and Subprocess().
TRAILBLAZER TALES #07 | Nesting

YouTube

You can now trace operations with our web debugger. https://github.com/trailblazer/trailblazer-pro-rails/
Try it out, it's free! 🍻

Here are the docs: https://trailblazer.to/2.1/docs/pro#pro-trb-pro-rails-support

GitHub - trailblazer/trailblazer-pro-rails: Rails support for TRB PRO.

Rails support for TRB PRO. Contribute to trailblazer/trailblazer-pro-rails development by creating an account on GitHub.

GitHub

📚 Documentation for the taskWrap feature was updated:

https://trailblazer.to/2.1/docs/activity#activity-taskwrap

The taskWrap is the "around_filter" in Trailblazer, it's a versatile tool to add behavior "around" steps of your activities and operations. In the newly published chapter, we show how to build a taskWrap extension for APM instrumentation.
Join the discussion here:

https://github.com/trailblazer/trailblazer/discussions/253

Trailblazer - Activity