RyanRodemoyer2 Profile Banner
Ryan Rodemoyer Profile
Ryan Rodemoyer

@RyanRodemoyer2

Followers
760
Following
844
Media
304
Statuses
2K

Build working software in minutes, not days. code in linqpad: https://t.co/6SrtKS4wuL youtube: https://t.co/aYbeVJbvWz work together @ https://t.co/1bM37jMVAg

United States
Joined November 2023
Don't wanna be here? Send us removal request.
@RyanRodemoyer2
Ryan Rodemoyer
4 months
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 *
3
0
20
@RyanRodemoyer2
Ryan Rodemoyer
23 hours
Had a shit post locked-and-loaded but then dug into exception filters and I gotta say this is pretty slick. try/catch wrapper using generics to filter for exceptions How are you using exception filters in your projects?
6
2
13
@RyanRodemoyer2
Ryan Rodemoyer
1 day
Jira > Azure DevOps I don't quite get the Jira hate. I think it works reasonably well — isn't perfect by any stretch. Azure DevOps hasn't changed in 10 years. Maybe that's a good thing? But Work Items feels down right archaic.
1
0
2
@RyanRodemoyer2
Ryan Rodemoyer
1 day
Learning a language for the sake of learning a language feels like a fools errand to me. It's really hard to answer the question "what language should I learn"? Whoever answers has no choice but to heavily include their bias. I think it's a better question to ask "what do I
2
1
7
@RyanRodemoyer2
Ryan Rodemoyer
1 day
being a coder, i'm pedantic on the difference between the number zero and the letter O at the end of the support call, the person recited the ticket number to me four, one, eight, T, A, two, "OH" Knowing this is a common normie mistake, I asked for clarification on the final
2
2
29
@RyanRodemoyer2
Ryan Rodemoyer
1 day
what does thread safety mean to you? If you're surprised that l1.count is less than 1000 then time for some study
5
1
27
@RyanRodemoyer2
Ryan Rodemoyer
2 days
weekend project: snake in C# the code kinda sucks. there's probably a 1000 better ways to implement this game. i just tried to figure it out. throw back to my old Nokia phones
5
2
59
@RyanRodemoyer2
Ryan Rodemoyer
5 days
1
0
3
@RyanRodemoyer2
Ryan Rodemoyer
5 days
C# switch expressions Moaaaarrrrrrrr LINQ please
5
2
53
@RyanRodemoyer2
Ryan Rodemoyer
5 days
`dotnet build -c Release` This command underpins nearly all of your build pipelines whether it's Azure DevOps, GitHub Actions or GitLab Pipelines OR a shell script running on an old desktop in the office closet. Build pipelines are just a somewhat complex way to a) document
3
2
28
@RyanRodemoyer2
Ryan Rodemoyer
6 days
update: in the past 5 minutes I've been hit with 2 out of the blue null reference exceptions. I don't like the karma that I've triggered.
0
0
3
@RyanRodemoyer2
Ryan Rodemoyer
6 days
simple recipe for null exceptions 1) create bloated class 2) ignore constructors 3) act surprised when things break The ENTIRE PURPOSE of the constructor is to create VALID INSTANCES of a type. You, as the coder, should create classes such that any instance is ALWAYS a valid
9
2
30
@RyanRodemoyer2
Ryan Rodemoyer
6 days
DataTable: the original Entity Framework never forget!
11
6
105
@RyanRodemoyer2
Ryan Rodemoyer
6 days
C# Sieve of Eratosthenes (prime number generator) LINQ let's gooooooo
8
2
76
@RyanRodemoyer2
Ryan Rodemoyer
7 days
I do nice things for my team like add style rules that force leading commas then auto-format the repo so they just can just pickup my changes on their next pull.
2
0
2
@RyanRodemoyer2
Ryan Rodemoyer
7 days
Users just have to wait longer if I ignore the cancellation token
2
1
19
@RyanRodemoyer2
Ryan Rodemoyer
7 days
Null is not a crime!
10
0
14
@vyrotek
~jason/posts.html
7 days
1
1
5
@RyanRodemoyer2
Ryan Rodemoyer
7 days
Option A is soooooo much better LINQ is a gateway drug
28
11
106
@RyanRodemoyer2
Ryan Rodemoyer
7 days
TIL that we can get internet points for posting LINQ snippets
@ChShersh
Dmitrii Kovanikov
9 days
I haven't shared beautiful C++ code for a while. Here's some FP in C++ for a treat.
0
0
1
@RyanRodemoyer2
Ryan Rodemoyer
8 days
a) S-Q-L Server b) Sequel Server c) MyS-Q-L d) MySequel Choose 2
9
1
5