mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,4 Tsd.
aktive Profile

#ruby

38 Beiträge34 Beteiligte4 Beiträge heute

🚨 Your WNB.rb July meetup is happening TOMORROW 🚨

Don't miss Emily Samp's talk on "Beyond Type Checking" - it's going to be mind-blowing!

Whether you're team "types are life" or team "Ruby simplicity forever" - this one's for you!

Set your reminders, grab your favorite beverage, and join our amazing community for an evening of learning and connection!

Tomorrow at Noon (12:00) Eastern Standard Time
discord.gg/9957hywB?event=1397

See you there, Ruby friends!

DiscordTritt dem WNB.rb-Discord-Server bei!Sieh dir die WNB.rb-Community auf Discord an – häng mit 395 anderen Mitgliedern ab und freu dich über kostenlose Sprach- und Textchats.

🎉 I've just released a major new project, Appraisal2 :ruby: - github.com/appraisal-rb/apprai - a hard fork of the unfinished appraisal v3.0.0.rc1

Appraisal2 integrates with bundler and rake to test your library against different versions of dependencies in repeatable scenarios called "appraisals".

Appraisal2 is designed to make it easy to check for regressions in your library without interfering with day-to-day development using Bundler.

OK, but why? 🧵

A Ruby library for testing your library against different versions of dependencies. - appraisal-rb/appraisal2
GitHubGitHub - appraisal-rb/appraisal2: A Ruby library for testing your library against different versions of dependencies.A Ruby library for testing your library against different versions of dependencies. - appraisal-rb/appraisal2

💜 WNB.rb Community Spotlight! 💜

This July, we're celebrating one of our own! Emily Samp (Engineering Manager @ Shopify + WNB.rb organizer) is sharing her expertise on "Beyond Type Checking."

🎯 This isn't just about type checking - it's about the future of Ruby development tools that will benefit ALL of us!

✨ Join our inclusive space where women and non-binary Rubyists thrive, learn, and support each other.

⏰ Noon, Eastern Standard Time
discord.gg/9957hywB?event=1397

I never thought I would say this.

I am tired of identifying as part of the Ruby community, and I don’t know how much longer I can do it.

Perhaps it is time to pull up stakes.

Maybe 20 years was enough. #ruby

For new projects I rarely use #Ruby anymore. Rather #Python on the backend to implement APIs and ETL pipelines, or Javascript & Typescript on the frontend together with ReactJS and NextJS and whatever JS framework is the latest trend. Even for crawlers and scrapers Javascript is a good choice in combination with #Puppeteer or #Playwright. Is it similar for you?

I just figured out the dev experience in #rails console Even with my years of experience in #Ruby on #Rails I've never run rails console out of a #docker container. But there is autocompletation in rails console, in all my experience I've never seen that. I don't know if it's a rails 8 feature or is because I don't using docker now.