Recent Posts

Hiding rolodex in subgrid

less than 1 minute read

If you want to hide rolodex on your subgrid (the bar on the bottom with whole alphabet), this post is for you. While working with dashboards, one line caught...

Cross-tenant publisher verification Permalink

less than 1 minute read

Starting in November 2020, Microsoft started limiting applications to which end-users can consent to. The setup is fairly simple if you use a single tenant f...

Power Automate triggers inside of a loop

4 minute read

As we all probably know, every Flow in Power Automate begins with a trigger and continues with multiple actions, branches and conditions. But have you ever c...

Speed up your PCF push dev deployment

1 minute read

When you develop controsl with PCF tooling, you can make use of pac pcf push command which will push the components to your environment, so you can test it.

Best way to consume REST APIs in .NET

1 minute read

Have you ever found a well documented API? Yeah, me neither. But seriously, have you ever wanted to consume an API documented with Swagger or OpenAPI? You ca...