Profile avatar
jan.dudulski.pl
NopeJS programmer at https://northpass.com, unfulfilled football player, board/war gamer, Vim cleric and Elixir fanboy.
181 posts 111 followers 253 following
Regular Contributor
Active Commenter

@joel.drapper.me is kicking off #WrocloveRB

Another idea inspired by the Ash Framework book: my journey into the pin operator and macros in #Elixir. Check it out: www.mendelowski.com/blog/2025/03... I'm not an Elixir expert, so I welcome feedback from more experienced Elixir folks. Hope you enjoy it!

Got laid off today. Would love to keep working with Ruby / Rails / Roda. If need a Ruby expert lmk!

It's not even April yet, and I already have two lighting talks for upcoming @wrocloverb.com

Warm welcome to @Chikahiro Tokoro who will join #wrocloverb this year to answer the question: is the monolith itself a problem? With complaints about monolith all around, Chikahiro aims to debunk this myth by highlighting the true problem and sharing practical solutions💡

Is your #Ruby on #Rails app in jeopardy? I've been consulting for organisations that blame Ruby and Rails for being unable to develop the business further. The option they see is.. rewriting app to other technology Let's discuss rewrite vs modernization arkency.com/webinars/res... #RubyOnRails

Reading fiachetti.gitlab.io/mastering-ro.... I knew it already, but have to shout it again: what a lovely library! A true, powerful gem.

Ever wondered of migrating your production app from PostgreSQL to SQlite? @wojtodzio.bsky.social will present a real-world experience of such transition with its challenges, tradeoffs and ongoing post-migration quirks. Want to hear some more? Join us in Wrocław 🔊 wrocloverb2025.konfeo.com

Have you ever wondered why a leap day is added to the second and not the last month of the year? @pithyless.bsky.social will take us on journey through millennia that shaped our perception of the calendar and will show how to stay sane with that legacy. April 11-13 - save the date 📅!

Tired of slow ERB templates and messy view logic? Let's discover with @Seth Horsley how Phlex and RubyUI bring blazing-fast (12x!) and beautiful components to Rails while maintaining the Ruby way we all love. Join us to learn how to build modern UIs within the Rails ecosystem 🚀

Familiar with `user.admin?` checks or gems like Pundit or CanCanCan? It's time for a more robust approach for complex systems 🧠. @Yatish Mehta will present a tuple-based authorization model within Rails - an approach used by Google and other large-scale apps. Don't miss it!

A good friend in my hometown Chernihiv just had her car bombed by the russians with a shahed drone. Imagine living every day knowing you might lose it all at any moment. That's how people in Ukraine live.

Is there any #ruby http routing library that allows to register endpoints in decentralized way?

Workshops alert! @lukaszreszke.bsky.social and @maciejkorsan.bsky.social will run Hotwire workshops where you'll learn the best practices of this framework and get some hands-on experience 💻 Let them know what you'd like to practice there Registration opens soon, stay tuned 👀

I plan to use @phlex.fun for sideproject. Is there any written wisdom how to organize components, that help someone who spent last decade in API-only cave?

Any Heroes III enthusiasts here? @mateusznowak.bsky.social is joining #wrocloverb this year to present the power of DDD practices through analogies from a fantastic world of elves, heroes, and magic ⚔️ Join this epic quest with Mateusz to level up your modeling skills!

Together with @maciejkorsan.bsky.social we're running Hotwire workshops at @wrocloverb.com We’re currently in the planning phase of the workshop, and we’d love to hear from you! Here are three quick questions:

I spent 1,5€ on a pack of razor blades today. Best investment ever.

Elon is now on the same level of insanity as Medvedev

One of my plans for this year - attend a conference as a speaker. First try with @friendlyrb.com 🤞😅

Potrzebna pomoc pomagam.pl/d9nf8y #plkpl

I’m still unemployed and looking for a new full time position doing Ruby, Rails, TypeScript, CSS. If you know people who are hiring, I’d really appreciate an introduction. 🙏

❤️‍🔥cant wait!

Friendly reminder that tickets for legendary #ruby @wrocloverb.com conference are available wrocloverb2025.konfeo.com/en/groups

Small #ruby challenge for a weekend. I want to call a proc within specific context, so proc has access to local methods without passing them explicit as args into proc. I also want to get all local variables with names that proc will define and access them from the caller. Is it achievable?