rob_rich Profile Banner
Rob Richardson Profile
Rob Richardson

@rob_rich

Followers
2K
Following
3K
Media
726
Statuses
5K

https://t.co/Ftd1qylFXx @[email protected]

Joined January 2009
Don't wanna be here? Send us removal request.
@rob_rich
Rob Richardson
1 year
Good bye #Twitter. You can find me on LinkedIn, Mastodon, BlueSky, and others. Head to robrich[dot]org and click on the social icons on the top.
Tweet card summary image
help.x.com
1
1
4
@rob_rich
Rob Richardson
1 year
"It is a strange fate we should suffer so much fear and doubt . over so small a thing.". ;
Tweet media one
0
1
0
@rob_rich
Rob Richardson
1 year
- bUnit, a #UnitTest framework for #ASPnet #Blazor.
0
0
0
@rob_rich
Rob Richardson
1 year
- a `useAsync` #React #hook that encapsulates the various details around an async call like #axios. Nice solution Mulan.
0
0
0
@rob_rich
Rob Richardson
1 year
- `dotnet user-jwts create --claim permissions=create:term` create #SelfSigned #JWT for an #ASPnet site. Then `dotnet user-jwts list` to show created JWTs. Great for testing. Nice article
Tweet card summary image
auth0.com
How to use the new user-jwts tool to test a protected ASP.NET Core Web API without involving an authorization server.
0
0
0
@rob_rich
Rob Richardson
1 year
- `dotnet run --launch-profile https` - You can launch #dotNET with a specific runtime configuration.
0
0
0
@rob_rich
Rob Richardson
1 year
- #dotNET's CallerArgumentExpression makes really fluent validation possible: `( this.Age, = (name.NotNullOrWhiteSpace(), age.NotNegative(), link.NotNull().ToString());` Brilliant
Tweet card summary image
github.com
MVP. Paralyzed. Slow to respond. Dixin has 66 repositories available. Follow their code on GitHub.
0
0
0
@rob_rich
Rob Richardson
1 year
I'm excited I was renewed as a #MicrosoftMVP for the 11th year! It's so great to be recognized for #community #service. #MVPBuzz.
1
0
4
@rob_rich
Rob Richardson
1 year
When your #code is good but it doesn't work: "I don't need #sleep, I need answers."
Tweet media one
0
0
0
@rob_rich
Rob Richardson
1 year
- #React's #StrictMode highlights bugs you didn't know you always had. Components need to cleanup when unmounted, and handle multiple mounts & unmounts.
Tweet card summary image
dev.to
You’ve just gotten done with your React 18 upgrade, and, after some light QA testing, don’t find...
0
0
0
@rob_rich
Rob Richardson
1 year
- reasons to consider #MonoRepo: 1. dependencies and relationships, 2. one version for all, 3. atomic, 4. tooling, 5. collaboration, 6. 7. Nice post
au.linkedin.com
A Software Engineer with a keen interest in Data Science and Machine Learning Systems. I have several years of experience in the development of mission-critical software for a broad range of indust...
0
0
0
@rob_rich
Rob Richardson
1 year
- DRY is a #programmer's mantra to avoid duplication. But sometimes it doesn't make sense. Let's look at MOIST code, RAINY code, and a bunch of other cool acronyms to explain why duplication might be preferable. Great post
Tweet card summary image
tech.lgbt
473 Posts, 149 Following, 77 Followers · Software engineer, mostly using Rust + GraphQL.
0
0
0
@rob_rich
Rob Richardson
1 year
- in #ASPnet, IEndpointFilter is to #MinimalAPIs as ActionFilter is to #WebAPI. Nice code samples
Tweet media one
0
0
0