Profile avatar
jacob-dotnet.bsky.social
Long time C# .NET developer. 🐙🐈 https://github.com/jfoshee I am jacob_dotnet on Twitter. https://x.com/jacob_dotnet
55 posts 89 followers 264 following
Regular Contributor
Active Commenter

✔️ Found a bug today after making all my unit tests run against both in-memory and Sqlite :memory: DBs. (Next step will be to run against SQL Server dev instance)

Post a warning

The best kind of cost anomaly

Adding RBAC to a backend ASP .NET API secured by @clerk.com is very straightforward! Just three simple steps: 1. Add "role": "{{user.public_metadata.role}}" to your custom session token

Today I learned that "deployement" is a common misspelling... I was searching for a particular bug and still didn't find it github.com/search?q=org...

en.wikipedia.org/wiki/Agnes_M... > In her first days in the Code and Signal section, she co-developed one of the U.S. Navy's cipher machines

Anyone using Azure DevOps? Here is a script to delete old builds that are inexplicably retained. gist.github.com/jfoshee/4345...

TIL: You can inject HTML tags into your Azure Static Web Apps (e.g. for analytics) in Snippets config in the Azure Portal learn.microsoft.com/en-us/azure/...

Long live Woz.

Ever want a snapshot of your EF Core schema (e.g. to paste into ChatGPT)? > dotnet ef dbcontext script -o schema.sql learn.microsoft.com/en-us/ef/cor...

Apropos of nothing, a couple random chatbots answering "Did Russia invade Ukraine?"

Does anyone check new packages for supply chain issues on secure.software ?

The MS Word grammar checker seems so antiquated now! I remember how it impressive it was... many many years ago. ;-) I trust that it is being replaced by an LLM-powered version.

I just learned about the CodeTour 🗺️ extension! Pretty cool concept! Use it to create a guided tour of your project! github.com/microsoft/co...

Do yourself a favor and read Warren Buffett’s 13 page annual letter. www.berkshirehathaway.com/2024ar/2024a...

Doing a bunch of CLI stuff? Paste all the console text into chat gpt and ask it to create VS Code tasks for you based on the console log

If you use Google APIs and upgrade to .NET 9 you may encounter this issue! github.com/googleapis/g...

Has anyone seen extra 200 OK Void responses incorrectly added to endpoints (e.g. Deletes that only produce 204 and 404) in swagger.json? I think possibly w/ my upgrade to .NET 9 packages...

Am I the only one that makes coffee, then realizes I have 2 cups of coffee in the fridge from yesterday?

Wow I just loved this talk from Hanselman! youtu.be/KqhhaMgbGhU I learned to - create a VHD from Disk Mgmt 😮 - build a container from a csproj 😎 - switch Docker to containerd 🆗 - build a WASI container! 🤯 Thanks @scott.hanselman.com! 👏

Seems not everyone is using NRTs yet… 💔

Let's validate some JWTs! 🚀 clerk.com/changelog/20...

Make Explorer unhappy by Pinning WSL folders...

This PoC now includes an API back-end that verifies the JWT provided by Clerk is valid. #dotnet #auth github.com/jfoshee/cler...

Hello, @clerk.com + Blazor Wrapping the JS SDK in Blazor components was a cinch! LMK if you want me to share the code!

Upgraded Blazor wasm project to .NET 9 and getting this error with `@onkeydown` Any ideas?