Short Ruby Newsletter - edition 103 is out
Launches, Discounts and Events • Luke announced the pre-launch of PetPals.app - Unleash friendships with PetPals • Ruby on Remote launched their section about Remote...
2024
Launches, Discounts and Events • Luke announced the pre-launch of PetPals.app - Unleash friendships with PetPals • Ruby on Remote launched their section about Remote...
Today I published the 102 edition of Short Ruby News Highlights from this editionThis edition was possible with the help of Neenu Chacko as...
Tip for growing the #Ruby community: You can check your company's careers page for Ruby jobs this year. Do you only see senior roles? That's...
I published the 101 edition of Short Ruby Newsletter, including so many code samples, ideas, new gems, updates and a lot of content to watch,...
If you're a developer who has built your own blog, please ensure every article has a visible publish date. While there's advice on creating "timeless"...
Here is a #Rails pro tip I discovered while trying to write a migration for defining a belong_to association to a model that had a...
If I would need to only pick 4 articles published in the previous week (10-16 June 2024) about Ruby, here is what I would read: ...
Did you know Ruby 3.0 introduced the endless method? That was more than three years ago. It could be helpful sometimes for writing concise code!...
There is a gem called rbs-inline that is exploring the idea of putting RBS inline in the source code instead of separate files. Andrey Eremin...
Are there people who have an idea for a product or are at the very beginning with it and have questions about marketing & comms...
Highlights from the 93 edition of Short Ruby Newsletter Events: EuRuko, RailsWorld, and BalticRuby announced the agenda and speakers. They have great lineups. Two returnees:...
I was working on my slides about Discovering Modern Ruby Features early in the morning. As I brainstorm, I think about the innovator's dilemma and...
There were many significant events in the #Ruby world last week, making the newsletter quite lengthy. It's hard to choose just one highlight, but here...
I love the simplicity of #Ruby on #Rails which allows me to do this in under 1 minute and have it working. (for me) This...
Matt posted this question: A case statement does not add complexity when thinking about readability or maintainability. I know that various tools will report it...
In OOP (maybe in functional, too - but I don't have the same years of experience with functional), naming objects is hard. Naming a collection...
Alireza posted this: Not having any experience with SvelteKit, I did a simple test to compare them by trying to looks for support for SQLite...
Today I am celebrating 4500+ subscribers for Short Ruby Newsletter Huge thanks to the #Ruby community!What is Short Ruby Newsletter? It is a free Monday...
I started using Bruno this weekend, and I enjoyed it very much. The biggest advantage for me is having all the collections stored in text...
A small example about how #Ruby is evolving. I took a code sample from a feature request from 2011 and wrote it using features that...