Byte Blogger
About Me
Hi, I'm Charan! I'm a software engineer who loves turning ideas into reality through code. I love exploring new tech and sharing my journey here on Byte Blogger.
Recent Posts
Welcome to my Blog Site
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/2025Single 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/2025Lambda
Charan Pasham
10/25/2025