
Jeremy Smith
@jeremysmithco
Followers
2K
Following
30K
Media
213
Statuses
5K
Product-focused Rails dev • Building: https://t.co/VB5nnSmEz2 • Studio: https://t.co/ZrmGeEnhcI • Co-host: @indierails • Run: https://t.co/X0kD85uiQf • Prev. organizer: @blueridgeruby
Greenville, SC
Joined February 2007
I'm looking forward to XO Ruby in Atlanta this weekend! I'll be coming down Friday afternoon and staying until Sunday, and looking to hang out with folks. Will I see anyone there?
1
0
15
Just had the most spontaneous unexpectedly-awesome experience this morning in the Netherlands. It all started with me posting about having a (tourist-trap version of a) Dutch pancake. @laurensnl saw the tweet and offered to treat me to some real Dutch food. Turns out…
4
4
16
If you're writing a review of your insights from #RailsWorld on your blog by Sunday (included), consider submitting it to https://t.co/NEYaSENHUT. We're thinking of creating a Rails World section in @shortrubynews and would love to include your article.
github.com
Contribute to ShortRuby/submit development by creating an account on GitHub.
1
10
22
This was a great conversation. ☺️ If you happen to be at #RailsWorld you can catch Jason here!
Episode 62 is live and ready to query! 🔍 We chat with Jason Bosco (@jasonbosco), co-founder of Typesense, about going from Dollar Shave Club to democratizing search, building indie/bootstrapped + customer-funded, and showing up every day until it works. https://t.co/brFnn5J92k
0
0
13
Stuck at London Heathrow for 6 extra hours after my connection was canceled. 😭 #RailsWorld
4
0
14
1st September. A new school year in the UK. I'm starting 1:1 mentoships. Looking for some juniors to help - First Ruby Friend style. If you're looking for 1:1 chats with a Senior+ dev, CV reviews, tech test examples or pair programming and project help, then hit me up :)
2
8
11
Every developer should have at least two sources of income: one from the day job and one from their side project. It was difficult in the past due to payment infra but now 2025 you can easily sell to anyone anywhere in the world with Stripe/Paddle. Developers have the most
43
26
292
Happy to see a new issue of One Ruby Question from @bhumi1102 this week! And I appreciated this from the postscript: "Understanding the system is the edge."
2
0
16
wrapped up rails camp in alaska yesterday, and my heart is so full 🌼 i’ve never been part of such a beautiful developer community. as an organizer, i’ve watched camp friendships deepen year after year into genuine care and protection of each other’s well-being. it’s magic, and
0
3
13
Pretty pumped to make it into Ruby Weekly for backpacking. ☺️
3
3
43
Ruby on Trails is back for the second year in a row! 🎒🥾 We'll be doing a 19-mile section of the Appalachian Trail, September 24-28. And we've got room for 2-4 more participants. If you're interested, check out the details and contact me! https://t.co/LyPchlBQsg
jeremysmithco.notion.site
An Appalachian backpacking trip for Rubyists, September 24-28, 2025
6
15
61
Things I've learned the hard way about web development: * automated testing is always worth it in the long-run * limit your dependencies where possible, and keep up with dependency upgrades * don't write code in anticipation of future needs * integrate code changes often, no
3
8
39
Reminder: Rocky Mountain Ruby early bird tickets end today https://t.co/4H4pZvPkv3 Join us Oct. 6th & Oct. 7th (and spend the previous weekend exploring Boulder! Also, if you'd like to apply for a scholarship ticket for RMR https://t.co/gbzae1Ow7X is the spot to apply.
docs.google.com
The 2025 Rocky Mountain Ruby conference is back and happening on Oct 6th/7th in Boulder, Colorado. More information on the conference: https://rockymtnruby.dev/. If you cannot afford a ticket and...
0
2
4
Next month I’ll be at @friendlyrb in Romania 🇷🇴 presenting "Poly-table Inheritance”, Before the talk, I’m running a short questionnaire to see how familiar the community is with these patterns, to help me shape the talk. 👉
docs.google.com
As I prepare my talk “Poly-table Inheritance” for Friendly.rb (September 10–11, Romania), I’d love to get a sense of the community's experience with polymorphism, inheritance and other patterns in...
2
7
20
I find this approach leads to fewer surprises, as it keeps like things together, and the namespacing calls out the intention more clearly, and at the same level (as opposed to many sub-levels of namespacing that these things could be distributed across).
0
1
4
There are some common "tells" when working, that point me this way: - Distinct authentication pattern - Custom layout (or no layout) - Special header handling - Difficulty fitting RESTful conventions (e.g. UsersController#autocomplete action)
2
0
7
- headless: endpoints accessed by Ferrum - autocomplete: typeahead search requests - embeds: iframes served to other sites - hovercards: lazy-loaded hover elements
1
1
12
Top-level controller namespaces like :api and :webhooks are fairly common in Rails apps, but I like to make top-level namespaces for many other things with distinct access patterns:
6
6
39