The Evolution of My Coding Journey: From Pascal to AI

The Evolution of My Coding Journey: From Pascal to AI

Reflecting on my coding journey, the evolution from using Pascal in a terminal to employing AI-assisted development tools like GitHub Copilot. Each technological stage has dramatically improved productivity and user experience, culminating in a multi-agent system that enhances collaboration and redefines a developer’s role from coder to architect, while maintaining the core mission of solving real-world problems. Continue reading The Evolution of My Coding Journey: From Pascal to AI

Calling Web APIs using the dotnet CLI and HTTP Files with Visual Studio

Calling Web APIs using the dotnet CLI and HTTP Files with Visual Studio

Visual Studio 2022 17.5 includes new HTTP client tooling. This tool makes it easy to create API calls directly from Visual Studio, with a great output of the API results. It’s easy to directly debug API invocations with this tool. Another tool which I’m using since some years is the HTTP REPL which is available as a dotnet tool. This article shows how both of these tools. Continue reading Calling Web APIs using the dotnet CLI and HTTP Files with Visual Studio