Handling Localization in PCF Components: A Practical Walkthrough
When you build a PowerApps Component Framework (PCF) component that will be used across multiple geographies, need to serve labels, button captions, v…
Tech news from the best sources
When you build a PowerApps Component Framework (PCF) component that will be used across multiple geographies, need to serve labels, button captions, v…
If (Sports Fan && Power App){ return "Goal!" } You know what I really admire in software development? No matter if it is no-code or hard-codin…
A blank gallery in Power Apps does not always mean your app is broken. Most gallery issues come from one of these areas: The Items property A filter r…
1. Introduction Microsoft Power Apps has always sat at the intersection of accessibility and capability — a platform that promised enterprise-grade re…
Personal finance apps are used to be limited to expense, logs and monthly charts. Now Users expect applications that can explain spending patterns, pr…
I was building a side project that needed image compression. My first instinct was to look for an API — TinyPNG, Cloudinary, something with a POST end…