My perspective on technology, coding, and all the work/life that comes in between 😎


📖LATEST BLOGS:

  • Build an Angular Code App on Power Apps with Vite

    Build an Angular Code App on Power Apps with Vite

    An Angular code app is the one stack that is not a drop-in for Power Apps, so it deserves a careful guide. A Power Apps code app is just a Vite app, and most frameworks add a single plugin to a Vite config you own. Angular is different, however, because its CLI hides the Vite…

    Read more…

  • Build a Vue Code App on Power Apps with Vite

    Build a Vue Code App on Power Apps with Vite

    A Vue code app is easier to ship than most makers expect, because a Power Apps code app is really just a Vite app underneath. The official template uses React, yet nothing about the platform is tied to React. As a result, you can scaffold Vue with TypeScript and turn it into a fully working…

    Read more…

  • Build a SolidJS Code App on Power Apps with Vite

    Build a SolidJS Code App on Power Apps with Vite

    A SolidJS code app pairs familiar JSX with fine-grained reactivity, and it still ships as a Power Apps code app. A Power Apps code app is fundamentally a Vite app, so React is a default rather than a rule. As a result, you can scaffold Solid with TypeScript and add a single Vite plugin to…

    Read more…

  • Build a Svelte Code App on Power Apps with Vite

    Build a Svelte Code App on Power Apps with Vite

    A Svelte code app gives you the lightest footprint of any Power Apps stack, because Svelte compiles components away at build time. A Power Apps code app is just a Vite app, so the official React choice is not a requirement. As a result, you can scaffold Svelte with TypeScript and add one Vite plugin…

    Read more…

  • Build a Preact Code App on Power Apps with Vite

    Build a Preact Code App on Power Apps with Vite

    A Preact code app gives you React’s API at a fraction of the size, and it ships as a Power Apps code app without fuss. A Power Apps code app is just a Vite app, so the official React template is one option rather than the only one. As a result, you can scaffold Preact…

    Read more…

  • Build a React Code App on Power Apps with Vite

    Build a React Code App on Power Apps with Vite

    A React code app is the official starting point for Power Apps code apps, and it ships ready to run. Microsoft maintains a React plus TypeScript template, so the Power Apps glue is already wired in. As a result, you do not add a plugin or write any setup code; you simply pull the template…

    Read more…

  • Power Apps Code App: Pick Any Vite Framework

    Power Apps Code App: Pick Any Vite Framework

    A Power Apps code app is just any other app built with the Vite build tool, and that single fact unlocks your whole frontend toolbox. The official Microsoft template ships React with TypeScript, so many makers assume React is mandatory. It is not. Because the platform glue lives in the Vite layer, you can build…

    Read more…

  • Agent Chat Debugging in Copilot Studio

    Agent Chat Debugging in Copilot Studio

    Did you know there are officially two known debug commands for Copilot Studio in test chat? Command Description /debug conversationid Gives you the Conversation ID with metadata such as time, Bot version you’re interracting with. /debug clearstate Same as the reset button above test chat (to reset the state), but you don’t lose the previous…

    Read more…

  • Setting up and estimating credit limits for Copilot Studio Agents

    Setting up and estimating credit limits for Copilot Studio Agents

    If you are an Power Platform admin worried about controlling the credit costs of Copilot Studio agents across your entire tenant and just need a rough estimation of starting credit consumption then adjusting it over time?🎟️ Here’s a simple step-by-step guide to configure credit limits in PPAC to any available agents created in your tenant…

    Read more…

Got any ideas, suggestions or inquiries?