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)
Is there a particular reason why `bundle gem my_gem` adds the Gemfile.lock to the repository?
We finally released trailblazer-test 1.0.0, here's the release blog post. https://dev.to/trailblazer/unit-tests-in-trailblazer-less-code-more-coverage-4oig
Unit tests in Trailblazer: less code, more coverage.

by Nick Sutterer @apotonick Writing and maintaining automated tests for code is the most hated part...

DEV Community
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?
What's a good tool for memory profiling in Ruby? I want to see simple things, amount of used memory in a block. memory_profiler works great, but the report is very detailed...
Given the amount of responses of this "toot", 0, it's definitely not Mastodon! 😂
What's the more forward-compatible platform for presenting news about our OSS project, LinkedIn or Facebook?
In Luzern kannst jetzt eine Professur für Philosophie und Blockchain bekommen. Als Teil eines Blockchain-Instituts mit neun(!) Professuren.
Da könnte man jetzt sagen, ist doch gut wenn das mal beforscht wird und rauskommt, dass die meisten Blockchainprojekte einfach massig was am Helm haben. Aber die Beschreibung des Instituts klingt so, als hätte man anderes vor. https://www.unilu.ch/universitaet/personal/personaldienst/offene-stellen/professur-fuer-philosophie-und-blockchain-100-open-rank-2017296/
Professur für Philosophie und Blockchain (100%, open rank) - Vacancies - University of Lucerne

Assistenz, Doktorandin, Mitarbeiter oder Praktikant: Sie suchen einen Job an der Universität Luzern? Hier finden Sie unsere offenen Stellen und Lehrstellen.

University of Lucerne
Fetching models using the new Model::Find() macro https://dev.to/apotonick/fetching-models-using-the-new-modelfind-macro-jf3
Fetching models using the new Model::Find() macro

Trailblazer comes with predefined steps we call "macros" that help you with common tasks such as...

DEV Community
We are about to launch Model::Find() in Trailblazer, a replacement for Model(). https://trailblazer.to/2.1/docs/macro/#macro-model-model-find if you know what I'm talking about, I'd love to hear what you think about the much more customizable API.
Macro - Trailblazer