Author of High Performance PostgreSQL for Rails, Staff Engineer, Consultant, Speaker
andyatkinson.com/pgrailsbook
Andrew Atkinson
Loading...
Updated gem versions based on Dependabot security issues. I also ran Rideshare with Postgres 18 and app tests passed, looking good.
Originally Rideshare used Postgres 16. I'd planned to keep it updated for at least several years along with the book (published in 2024). github.com/andyatkinson...
Boost your PostgreSQL skills with Andrew Atkinson at PG DATA 2026!
Reserve your spot: forms.gle/bijKRFF8bc4n...
#PGData #PGData2026 #PostgreSQL 🐘 #SQLPerformance #ORM #DatabaseScaling #DBATraining #TechLearning #OpenSource #HandsOnTraining #DevCommunity
Five PostgreSQL Anti-Patterns
By Shey Sewani
shey.ca/2025/09/12/f...
🎓 Trainings are included with your PG DATA 2026 ticket — at no extra cost!
Explore the available sessions: 2026.pg-data.org/sessions/
Reserve your spot: forms.gle/bijKRFF8bc4n...
#PGData #PGData2026 #PostgreSQL 🐘
TIL "order by" in Postgres can filter rows w/ an expression, e.g.
create table foo (c text);
insert into foo (c) values ('bar'), ('baz'), (null);
select * from foo order by c = 'baz' desc nulls last;
c
-----
baz
bar
(3 rows)
Weird to me, but valid!
www.postgresql.org/docs/current...
You can play the original SkiFree game from the Windows 3.1 days in your browser - this is not a drill! retrotick.com
Andrew Atkinson
Andrew Atkinson
Andrew Atkinson
Cooper
High Performance PostgreSQL for Rails picked up a new 5-star review and is back to #1 in the Ruby Programming category on Amazon. Thank you readers! 💙 @pragprog.com
a.co/d/0e61DsQX
Andrew Atkinson
Tomorrow's Postgres Meetup for All is about scaling Postgres ... but without boiling the ocean. Should be a great discussion. Join us!
www.meetup.com/postgres-mee...
Elizabeth Garrett Christensen
What could the mysterious missing feature #10 be in the Aurora Postgres 18.1 Preview?! 😂 docs.aws.amazon.com/AmazonRDS/la...
Andrew Atkinson
I'm excited to have met @billkarwin.geek.org virtually and to get started reading "More SQL Antipatterns," a modernized version of the 2010 classic “SQL Antipatterns.” The new book uses Postgres, Python, and is in Beta now. Take a look!
pragprog.com/titles/bksap...
Andrew Atkinson
Shayon Mukherjee is a Principal Engineer at Tines, the intelligent workflow platform that helps security and IT teams securely scale AI and automation. Shayon has deep expe