Browsed by
Tag: GitHub

Vibe coding PCF Controls with GitHub Copilot

Vibe coding PCF Controls with GitHub Copilot

What if you could build a PCF control without writing most of the code yourself? I just tried vibe coding with GitHub Copilot – describing what I want and reviewing its solutions. My goal: A JSON viewer for Power Apps that works in both Canvas and Model-Driven Apps. Back in 2020, I built the PCF-MarkDown Viewer. Let me tell you, that was an adventure. Installing the Power Platform CLI, wrestling with XML manifest files, configuring TypeScript, debugging webpack builds. Hours…

Read More Read More

Setup GitHub Codespace for AWS Development

Setup GitHub Codespace for AWS Development

I recently came across a new way to write and create source code. I had been looking for an alternative because my computer didn’t have the necessary administrative privileges to install software and the resources available on it were also limited. In detail, I had no Git for source code management, no Docker Runtime, no AWS Command Line Interface (AWS CLI), and no AWS Cloud Development Kit (AWS CDK). In other words, I was lost, but I discovered GitHub Codespaces….

Read More Read More