About Me
Recent Posts
3 postsWelcome to my Blog SitePinned
TL;DR: I built this blog from scratch using the Create T3 Stack (Next.js, NextAuth, Prisma/Drizzle, Tailwind) and deployed it on Vercel with DNS managed via AWS Route 53. It’s a full-stack learning project where I’m exploring modern frameworks, improving my skills, and sharing my journey through upcoming technical posts.
Charan Pasham
8/24/2025
Single file csharp execution
TL;DR: You can run a single C# file with dotnet run hello.cs—no project needed. It supports shebang (#!dotnet run), command-line args, and even works without the .cs extension. You can also import NuGet packages using #:package PackageName@version. Perfect for quick scripts.
Charan Pasham
11/19/2025
Lambda
Charan Pasham
10/25/2025