How to build an Attestation Page using Microsoft Power Apps

Chris Vaught Articles, Azure, Development Technologies & Tools, Tutorial 1 Comment

The purpose of this demo is to show you how easy it is to leverage Power Apps to quickly create an internal Attestation page. Power Apps can easily be tailored to meet your companyโ€™s design guidelines and delivered to your platform of choice, individualized, and tied to complex workflows leveraging the tools you use.

This post is organized into three, fairly simple steps. I tried to break it down into minute, succeeding tasks, so itโ€™s easy to follow along. Without further ado, letโ€™s jump right into it!

Multicloud

White Paper: Guiding Principles for Multicloud Success

Keyhole Software Articles, Cloud, Consulting, Keyhole Creations 1 Comment

In this white paper, Keyhole Software offersย guiding principles as experts in developing custom applications that increase the probability of success in embracing a multicloud infrastructure. Some of the topics include:

– Challenges and “gotchas” to avoid when adopting a multicloud infrastructure
– Brainstorming questions and exercises to help define an enterprise multicloud strategy
– Suggestions for assessing multicloud readiness
– Key questions to analyze the impact multicloud could have on your organization, with an eye for pain points

Blazor Server in .NET 6 – Part Two

Ryan Flachman .NET, Articles, Blazor, Blazor Server in .NET 6 Series, C#, Development Technologies & Tools, Tutorial Leave a Comment

In Part 2 of the Keyhole Blazor Server in .NET 6 series, we learned how to utilize Blazor Protected Browser Storage. We also covered how to build a base component and implement ProtectedStorage on the Characters Page.

Hopefully, you also found that using ProtectedSessionStorage to scope to the current tab allows you to avoid bugs and confusing behavior across multiple tabs. In the next blog, we will cover the installation of Radzen Blazor – a free component library for Blazor. See you in part 3!

Complex Reactive Forms in Angular

Create Complex Reactive Forms in Angular

Todd Leininger Angular, Articles, Development Technologies & Tools, JavaScript, Tutorial Leave a Comment

Recently on a client project, I was tasked with creating an Angular application that contained a form that displayed conditional inputs. In this article, I will walk through the strategy I implemented to accomplish this goal.

My hope is that this blog will give you a starting point for creating your own complex Angular Reactive forms. Let’s get started!

FreeBSD

FreeBSD for Writing Java

Rik Scarborough Articles, Development Technologies & Tools, Groovy, Java Leave a Comment

This one is just for fun. Iโ€™ve been using FreeBSD off and on since the late 90โ€™s when a good friend, who has since passed, introduced me to the operating system.

Recently, for personal reasons, Iโ€™ve decided to move away from the big IT providers and install FreeBSD on my primary desktop for personal use. Just so itโ€™s clear, I still use the operating system my client uses for work, but for my own personal desktop and coding projects, Iโ€™ve decided to once again install and run FreeBSD.

This post is not a tutorial, but letโ€™s take some time to look at using this โ€œUnix-likeโ€ operating system for real-world situations, such as developing Java applications for fun and profit.