Hi, fellow developers. ๐
๐๏ธJust published a new episode of GemRuby Show: GemRuby Show: Xavier Noria, Zeitwerk :
You can listen it here :
share.transistor.fm/s/4c58e0โฆ
Hello Everyone,
That's been a while I did not post an episode of GemRuby Show. But here we go ! New episode with @EvgeniyDemin about his Gem DatabaseConsistency.
share.transistor.fm/s/e917aaโฆ
Hi, fellow developers. ๐
๐๏ธJust published a new episode of GemRuby Show: GemRuby Show: Evgeniy Demin, Database Consistency :
You can listen it here :
share.transistor.fm/s/e917aaโฆ
In Rรฉunion Island we are going through one of the biggest hurricanes ever see since 100 years maybe.
Stay safe everyone!
Rester ร lโabris tout le monde!
Hello Rubyists,
After the good holidays, here is a new article for those interested in Webhooks and how it works under the hood.
With an implementation in Rails :p
dev.to/yet_anotherdev/webhooโฆ
Hi Ruby Friends,
Won't have GemRuby Show episodes until next year. Taking some rest and good time with friends and family.
See you next year new discussions with incredible Rubyists :)
Hello Ruby Friends,
I have written a little blog post. This is about testing your GraphQL queries with in Ruby and Rspec.
You can see it here :
dev.to/yet_anotherdev/testinโฆ
๐ ๐ Advent of Prism: Part 2 - Data structures
Today we'll look at the trees related to the three literal data structures in Ruby: arrays, hashes, and ranges. We'll finally get to see some actual trees, and discuss where else these nodes can appear.
kddnewton.com/2023/12/02/advโฆ
Hi, fellow developers. ๐
๐๏ธJust published a new episode of GemRuby Show: GemRuby Show: Dmitry Tsepelev, StoreModel :
You can listen it here :
share.transistor.fm/s/df2437โฆ
Hello Ruby friends,
I have published a blog post about, how HTTP web servers work internally and how to build a simple one. With a bit of routing similar to ActionPack :)
dev.to/yet_anotherdev/make-yโฆ
So if I am understanding it correctly.
Ruby classes are object. More exactly instances of the class 'Class'. And they inherits from Object class as all object ?
So if I am understanding it correctly.
Ruby classes are object. More exactly instances of the class 'Class'. And they inherits from Object class as all object ?
Shameless plug: I am writing a small book about all this, covering constants in depth.
Tentative title is "Ruby in Depth: Constants", because if the book works, I'd like to do a series that covers niche Ruby stuff exhaustively.