Remi Mercier

@remi@ruby.social
206 Followers
177 Following
223 Posts

Freelance Ruby on Rails developer, writer, former stained-glass master (yup!).

I share what I learn about building software on http://remimercier.com. Swears a lot when nobody's watching.

πŸ³οΈβ€βš§οΈ Trans lives matter

πŸ“ Where I writehttps://remimercier.com
πŸ”” Get notified about new postshttps://remimercier.com/newsletter/
πŸ™‹πŸ»β€β™‚οΈ Hire me!https://remimercier.com/work/
πŸ’– Membership Programhttps://github.com/sponsors/merciremi
i hope the first one works because i just don’t think i can fit a second one in there
@marcoroth glad that you like my idea, I will try to open issues to support each of the a11y supported linter rules on Herb repo
The Ruby extension v0.10.0 for Zed editor is out, featuring Herb LSP by @marcoroth and bundle-aware debugger support. Happy vide coding!

The Herb Language Server is now also available in @zeddotdev in the latest version of the official Ruby extension!

Big thanks to @vitallium for maintaining the extension and making Ruby a very well supported language in Zed! πŸ™ŒπŸΌ
https://fosstodon.org/@vitallium/114753586649431589

Vitaly Slobodin (@vitallium@fosstodon.org)

The Ruby extension v0.10.0 for Zed editor is out, featuring Herb LSP by @marcoroth@ruby.social and bundle-aware debugger support. Happy vide coding!

Fosstodon
The urge to look for flights for Helsinki in November even before submitting a talk proposal to @helsinkiruby πŸ™ƒ
Hey Germans, please come up with a word that means "the fear of typing `return` vs `shift-return` because you don't know which inserts newline and which sends the message"

I got laid off today. Eek!

Looking to hire a senior/staff engineer? I might be exactly what you need.

Some more details on what I offer here: https://denisdefreyne.com/notes/get-me-a-job-2025/

repost = ❀️

#GetFediHired #Ruby

Get me a job in 2025

A note written by Denis

denisdefreyne.com
Commenting your regular expression is generally a good advice! https://thoughtbot.com/blog/comment-your-regular-expressions Works pretty well as described in the article not just in #Ruby, but also in #Perl (@Perl), #RakuLang, ...
Comment your regular expressions

(Don’t Fear) The Regex

thoughtbot
"Programs must be written for people to read, and only incidentally for machines to execute." - Harold Abelson. Write code that tells a story, not just solves a problem.
Versioning API requests

Learn how to handle API request versioning in Rails without duplicating controllers, using a schema-based approach that supports OpenAPI documentation and seamlessly maps external API structures to internal models.

Petr Hlavicka