Ryan Rodemoyer Profile
Ryan Rodemoyer

@RyanRodemoyer2

Followers
404
Following
129
Media
79
Statuses
825

I help software engineers grow 10x. 👇 Get Started Now 👇

United States
Joined November 2023
Don't wanna be here? Send us removal request.
@RyanRodemoyer2
Ryan Rodemoyer
19 days
most coders hate their job.really, they hate the software they work on. but the passion for coding burns strong. if this is you, DM me and i'll show you how i work around the system to KEEP the software job AND enjoy it.
0
0
4
@RyanRodemoyer2
Ryan Rodemoyer
3 hours
DM's not your thing?. Let's connect on email. Bonus gift available for early subscribers.
0
0
0
@RyanRodemoyer2
Ryan Rodemoyer
3 hours
my super power during technical/complex discussions is that I just keep asking "why" until I understand. wayyyyyyy to many people just act like they understand, which causes all of the problems later.
0
0
0
@RyanRodemoyer2
Ryan Rodemoyer
4 hours
In hindsight, I've created somewhat of a unique way of coding. Starting new is hard. Few people have the entire ecosystem of code loaded in their mind. Progress is excruciatingly slow at the beginning.* connect the database.* build repos.* setup DI.* database migrations.*.
0
0
2
@RyanRodemoyer2
Ryan Rodemoyer
4 hours
Want to 10x your software career?.Stuck at the same spot for too long?.Wasting time at your job on boring tickets?.Stressed about your next interview?.Falling behind the rest of your team?. Let's talk.
1
0
0
@RyanRodemoyer2
Ryan Rodemoyer
4 hours
When using appsettings.json for config. ❌ read data using string keys (line 33). ✅ use strongly typed classes (lines 14, 42). Classes simplify using data from config files!.- Refactoring is easier.- Searching and reading code is simplified. Microsoft.Extensions.Configuration
Tweet media one
2
0
17
@RyanRodemoyer2
Ryan Rodemoyer
19 hours
Deployments. Every PR has automatic test environment provisioned.End-to-end automation validates the work. Lower environments are provisioned new. Reverse proxies automagically roll traffic to the new instances. Databases are cloned and deployed separately. Internal automation.
0
0
1
@RyanRodemoyer2
Ryan Rodemoyer
19 hours
DevOps. Entire app stack runs from Docker Compose.CI/CD is automated for code quality and security.If the tests pass the code merges.Code reviews are extinct. IaaC ain't Terraform and it ain't yaml.Must be something that's readable and everyone on the team can grok.
1
0
1
@RyanRodemoyer2
Ryan Rodemoyer
19 hours
Frontend.Next.js / React because we are modern.Maybe you want to use Blazor but I don't.Our hires will merge PR's on Day 1.
2
0
0
@RyanRodemoyer2
Ryan Rodemoyer
19 hours
Caching.Redis 1000%.1 system for many solutions.SignalR backplane scale out.Easy caching.Message queues/workers.Distributed sessions.
2
0
0
@RyanRodemoyer2
Ryan Rodemoyer
19 hours
Backend.REST api's suck. We've been conned to design backends around HTTP verbs. ASPNET Core web api's and RPC design. If we have the runway then we use GraphQL because the API fun to use and results in a better design. Team is required to use TDD, both unit and integration.
2
0
0
@RyanRodemoyer2
Ryan Rodemoyer
19 hours
Database.Why would you not use SQL Server? Unless you're broke but then just use SQL Server Express. If you hit the limits before revenue then just shut down your project because it's going no where.
2
0
0
@RyanRodemoyer2
Ryan Rodemoyer
19 hours
Exactly how I'd push a brand new B2B app in 2025.(if it needed to be FAST, fun and ROCK SOLID). the frontend might shock you.
1
0
0
@RyanRodemoyer2
Ryan Rodemoyer
20 hours
"learn to code" is about to take on an entirely different meaning.
1
0
0
@RyanRodemoyer2
Ryan Rodemoyer
21 hours
this was the most unintuitive thing ever to figure out how get the button to appear. literally, how to do this as of July 2025 is missing from the internet.
0
0
1
@RyanRodemoyer2
Ryan Rodemoyer
21 hours
Ready to work together. DM to start.
1
0
1
@RyanRodemoyer2
Ryan Rodemoyer
22 hours
How should this manager react?.(a friend shared this horror story). on his team.a senior developer took it upon himself to enforce arduous code standards . all through code reviews and PR comments. commonly saw PR's with 20+ comments from the senior dev. PR's would bounce.
1
0
2
@RyanRodemoyer2
Ryan Rodemoyer
2 days
RT @thejustinwelsh: You don't need permission for most things in life. You can just do things.
Tweet media one
0
51
0
@RyanRodemoyer2
Ryan Rodemoyer
2 days
Finally, my desktop is fast. Only needed 80gb of memory.And a RTX 3090.
0
0
0
@RyanRodemoyer2
Ryan Rodemoyer
2 days
Seriously regrettable issue with your programming. Building your "thing" into the entry point. Separate the App (value add) from the Entry Point (console, service, Web Api, etc). By virtue, the code is clean.
0
0
2
@RyanRodemoyer2
Ryan Rodemoyer
2 days
You can just do things. powerful.
0
0
1