SaaS on Rails on PostgreSQL β POSETTE 2024
In this talk attendees will learn how Ruby on Rails and PostgreSQL can be used to create scalable SaaS applications, focusing on schema and query design, and leveraging database capabilities.
Software Engineer, Author, Consultant
In this talk attendees will learn how Ruby on Rails and PostgreSQL can be used to create scalable SaaS applications, focusing on schema and query design, and leveraging database capabilities.
Hey there! My book High Performance PostgreSQL for Rails just went into print last week!
I loved joining Jeremy Smith and Jess Brown as a guest on the IndieRails podcast!
At Sin City Ruby 2024 earlier this year, I presented a series of advanced PostgreSQL topics to Rails programmers. Afterwards, a number of people provided feedback on surprising or interesting things from the presentation.
Recently I joined Justin Garrison and Autumn Nash for episode βFROM guests SELECT Andrewβ of Ship It!, a Changelog podcast.
Andrew Atkinson. RailsConf 2024. Photo: Alice Heart Photography
This post looks at interesting new capabilities managing Partitioned Tables in the PostgreSQL 17 release candidate, expected for Fall 2024. The current major version is 16.
Recently I joined Ry Walker, CEO of Tembo, as a guest on the Hacking Postgres podcast.
Are you a web application software engineer in the Minneapolis, MN area? Come and join us for two hours on the evening of April 23, 2024 in downtown Minneapolis, to meet, socialize, and learn.
This post covers my experience compiling and installing PostgreSQL from source code. Primarily I followed official instructions and this blog post Setup PostgreSQL development environment on MacOS. Once installed, weβll look at how to test doc changes and patches from...