Build your developer portfolio with AI - without the generic AI look


Hey friend,

Knowing how to prompt is not enough anymore.

If you want to land clients or your next role, you need real projects you can show. And one of the best places to start is a portfolio page.

So in my latest video I build one from scratch using Claude and VS Code. Blazor, static server-side rendering, a clean single-page design, the whole thing.

Watch on YouTube

video preview

But here is the part that matters.

I let Claude do the heavy lifting - the layout, the sections, the design, even pulling real info from my GitHub and LinkedIn.

But I stayed in charge the whole way. I knew what SSR meant, what render modes to use, what architecture made sense, and what to fix when the AI did something I did not want.

That is the one rule.

Everything on that page should be something you can actually explain. Because if AI builds the whole thing and you have no idea how it works, it will not help you in the interview.

In the video, you will see the full build, the prompts I used, how to pull in real data, the Dribbble screenshot trick for restyling the whole page in one prompt, and where the AI gets it wrong, so you know what to watch for.

Take care,

Patrick

P.S. If you want to build a real-world Blazor app with AI and ship it to Azure, that is exactly what the Blazor AI Workshop covers - three hours, empty folder to deployed app. Details here.


.NET Web Academy

Become a .NET & Blazor expert with weekly tutorials featuring best practices and the latest improvements, right in your inbox.

Read more from .NET Web Academy

Hey friend, A developer I know built his whole career on one bet: that young developers would never want to touch old code. So the legacy systems quietly running real companies would always need someone, and he would be that someone. For twenty years it paid. Then AI arrived and went straight for the part he thought was safe. Because the hardest part of modernizing an old system was never the typing. It was the understanding. Reconstructing thirty projects and three contractors' worth of...

Hey friend, The other day I found a bug in StackBuddy, an app I built. Normally I'd open it, file a ticket for myself, and move on. Instead I turned to my AI and just said, "log a dev ticket for that." And it did. A real ticket in my own bug tracker. Title, description, priority, the whole thing. I never opened the actual app. The thing that makes that possible is called MCP, Model Context Protocol. Ignore the name for a second. Out of the box, an AI can only talk. It writes and explains, but...

Hey friend, I don't really write code by hand anymore. I describe what I want, and the AI builds it. For a while, that scared me. If I am not writing the code, does everything I spent years learning still matter? Does my stack matter at all? If you are a developer right now, I would bet you have felt some version of that too. Here is where I landed. It flipped the whole thing for me. The other day I was debugging a slow app, talking it through with the AI. Would WebAssembly help here? Is it...