pronouns | he/him |
nationality | Polish |
pronouns | he/him |
nationality | Polish |
The stories about 10x engineers never include:
• Adding meaningful test coverage
• Updating outdated README sections
• Mentoring junior engineers
• Listening to burned-out coworkers
• Improving on-call runbooks
No glory in these things, but those that do them are the ones you desperately want to keep.
They plant trees they don't expect to sit under.
I often hear that Ruby is hard to setup, because you need to pick a version manager, install deps for gems with extensions etc.
But bröther, have you tried to set up Flutter for Android development?
The (messy) code behind putting #Hanami action in the browser via WASM:
A key part of we’re doing with @hanami is letting you write your apps as Plain Old Ruby! Sure they are libraries, but their API’s are quite small, and simple to reason about.
Even dependency injection via `include Deps[…]` looks strange at first but the conventions are so simple to learn, and yanno, it’s entirely optional!
You wouldn’t pull in a Gem that adds 300+ methods to a class, but that’s what inheriting from ActiveRecord::Base does