I've been introducing agentic coding into my workflows. Agents kept producing valid C# that crossed architectural boundaries. Prompting and AGENTS.md helped at first, but it kept happening. I wrote a Roslyn analyzer to enforce the rules in the build.
#AICoding#dotnet#csharp
I said goodbye today to River, who most of you know as Fallout 4’s Dogmeat.
Heartbroken doesn't cover it, but I won’t eulogize her here. For twitter, I thought it'd be appropriate to look back at her impact on that game.
(plus, writing about game dev hurts less than grieving)
Never really broadcasted career updates on Twitter but this one is very important to me. Today will conclude my first week @Microsoft. It's so surreal & very exciting. I've joined a very talented and supportive team and I'm super grateful.
I'm also 30 today 🥳🥳
#NewAtMicrosoft
JavaScript is like the US: fundamentally broken, but the people, large community, and ecosystem make it worthwhile.
TypeScript is like the US with ObamaCare.
WebAssembly is like the US with Medicare for All.
Tomorrow night @KerryRitter and @beeman_nl will be live streaming to talk about the framework! Some big updates in the latest version we're very excited to share.
I love how easy it is to do things in @deno_land. Do you need a simple local webserver?
deno run --allow-net --allow-read https://t.co/N0sz7LnBxg
done.
Very excited to chat with @beeman_nl next week about @mvfdeno to show off some awesomeness @Lennykean and I have been cooking up and where we're heading. If you're familiar, Momentum is an enterprise-oriented app framework for @deno_land and @typescript
https://t.co/pJLIsYybir
I found this nice little vscode extension for spotify today.
It seems like a small thing, but I love not having get distracted by switching windows to change tracks when I'm working. https://t.co/444XrrsNDh
Making APIs in @mvfdeno 😍
* No TypeScript compilation step - fast dev ux, easy builds
* No community tools required - watcher, formatter, linter built into Deno
* Single executable installs for @deno_land#typescript#deno#javascript#node
🥳🎊🥳
V0.8.0 is LIVE!!
* New `mvf` CLI - easily scaffold projects & generate files
* Transformers for mapping request parameters
* Internal logger
* Built-in server exceptions
* Global exception handlers
* MVC error pages
Start today with `deno run -A https://t.co/9vTDiTA6QF`
🎉 Big 0.8.0 release incoming soon! 🎉
* Logging framework built into Core
* Request transformers
* The mvf CLI for scaffolding projects and generating files
* A first iteration of documentation (we will still be plugging away at this!
#typescript#deno#javascript