jeremysmithco Profile Banner
Jeremy Smith Profile
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
Don't wanna be here? Send us removal request.
@jeremysmithco
Jeremy Smith
16 hours
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?
Tweet media one
1
0
15
@pankowecki
Robert Pankowecki
2 days
We are #hiring full-time #remote (European timezones) Senior #Ruby Engineer. Our current tech stack is Ruby, Rails, PostgreSQL, ElasticSearch, GraphQL, Kafka, K8s. Mostly working on majestic monolith, occasionally on one of the smaller services.
2
11
83
@jasonbosco
Jason Bosco
3 days
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…
Tweet media one
Tweet media two
4
4
16
@lucianghinda
Lucian Ghinda
4 days
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.
Tweet card summary image
github.com
Contribute to ShortRuby/submit development by creating an account on GitHub.
1
10
22
@jeremysmithco
Jeremy Smith
4 days
This was a great conversation. ☺️ If you happen to be at #RailsWorld you can catch Jason here!
@IndieRails
IndieRails
4 days
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
@jeremysmithco
Jeremy Smith
6 days
Stuck at London Heathrow for 6 extra hours after my connection was canceled. 😭 #RailsWorld
@APIguy
Freedom Dumlao
6 days
If you’re not here, where are you? #RailsWorld
4
0
14
@JalisoCSP
Craig
8 days
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
@tdinh_me
Tony Dinh 🎯
12 days
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
@stefanvermaas
Stefan Vermaas
15 days
I’m looking for a #Ruby freelancer to assist with a few small projects over the next few months. Bonus points if you’re familiar with @Shopify, and double bonus if you’ve heard of @fulfilio! DM me if you’re interested or know someone who might be a good fit.
11
8
26
@jeremysmithco
Jeremy Smith
17 days
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."
Tweet media one
2
0
16
@bobbilee19
bobbilee
18 days
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
Tweet media one
Tweet media two
0
3
13
@jeremysmithco
Jeremy Smith
19 days
Pretty pumped to make it into Ruby Weekly for backpacking. ☺️
Tweet media one
3
3
43
@jeremysmithco
Jeremy Smith
20 days
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
Tweet card summary image
jeremysmithco.notion.site
An Appalachian backpacking trip for Rubyists, September 24-28, 2025
6
15
61
@jeremysmithco
Jeremy Smith
21 days
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
@boulderruby
Boulder Ruby
25 days
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.
Tweet card summary image
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
@nicoerlichman
Nicolas Erlichman
26 days
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. 👉
Tweet card summary image
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
@jeremysmithco
Jeremy Smith
26 days
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
@jeremysmithco
Jeremy Smith
26 days
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
@jeremysmithco
Jeremy Smith
26 days
- headless: endpoints accessed by Ferrum - autocomplete: typeahead search requests - embeds: iframes served to other sites - hovercards: lazy-loaded hover elements
1
1
12
@jeremysmithco
Jeremy Smith
26 days
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