RubyFlow The Ruby and Rails community linklog

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

Upcoming March 2024 Montreal.rb Talk "Frontend Ruby with Glimmer DSL for Web"

I will be giving a Montreal.rb Ruby meetup talk titled “Frontend Ruby with Glimmer DSL for Web” on Wednesday, March 6 2024 at 7pm ET (doors open at 6:15pm ET). The event will be hosted at Lexop (Montreal, Quebec, Canada). Click below to read the talk description. In my opinion, this is the most exciting Ruby topic in 2024 for doubling productivity and halving cost and time in developing and maintaining Rails Frontends compared to using inferior JS technologies like React, Angular, Vue, Svelte, etc… I strongly believe this will be the most important Ruby investment in 2024. Anyone who ignores it will be stuck in what is like the Ice Age of Frontend Development by comparison, kinda like riding horse carriage compared to driving a Ferrari. https://andymaleh.blogspot.com/2024/02/upcoming-march-2023-montrealrb-talk.html

Shrinking UUIDv7 Primary Keys

Using UUIDv7 instead of serial integers as primary keys in SQL databases comes with quite a few advantages. There’s a price tag in terms of speed and memory… whether acceptable or not, that’s your call. But at least you don’t have to live with those UUIDs eating up 36 characters in your URLs Honey, let’s shrink them UUIDs!

Loading older posts