PowerApps and Flow Deployment Issues
A technical guide on resolving Flow and SQL connection deployment issues when migrating PowerApps applications across environments (DEV, QA, UAT, PROD).
A technical guide on resolving Flow and SQL connection deployment issues when migrating PowerApps applications across environments (DEV, QA, UAT, PROD).
A workaround technique for exploding arrays in ksqlDB using manual indexing, simulating EXPLODE/UNNEST functionality.
Learn how to prevent secrets like SSH keys and API tokens from being leaked into your final Docker images using multi-stage builds and secrets management.
Explains the role of Kafka Connect converters, demonstrating that JSON source data doesn't automatically become structured messages.
A developer's monthly update on learning Vue.js, project ideas, and passive income growth from a keto-focused web app.
A delegate's analysis of Rubrik's Cloud Field Day 5 presentation, focusing on their Polaris platform and its potential beyond ransomware detection.
Explains how to manage large-scale NetCDF weather data in AWS S3 using Hypotheticubes for easier academic and research analysis.
An update on Blazor Bites tutorials and a roundup of Blazor announcements and sessions from Microsoft Build 2019.
A guide to creating accessible web forms, covering proper HTML semantics, labeling techniques, and avoiding common accessibility pitfalls.
A tutorial on deploying serverless Azure Functions using Pulumi's callback syntax, simplifying infrastructure and code deployment.
A humorous, satirical guide offering advice for attendees of the VMworld 2019 tech conference, centered on the importance of comfortable shoes.
The author details the release of version 8 of their personal website, highlighting a switch from WordPress to the static site generator Eleventy.
How to schedule or delay Amazon SNS message publication using AWS Step Functions and a Wait state, without writing Lambda code.
Learn how to automate Swift code formatting using the SwiftFormat library to enforce consistent style and improve code readability.
A developer's tool for converting SVG path commands between all-relative and all-absolute formats, with a focus on easier path manipulation.
A guide to using Pulumi's infrastructure-as-code to deploy and manage Azure PaaS applications like App Service and SQL Database.
Explores domain randomization as a technique to bridge the simulation-to-reality gap in robotics and deep reinforcement learning.
A technical review of Veeam Backup for Office 365 v3, focusing on selective folder backup features and performance improvements.
A guide to Azure Resource Manager templates, covering basics to advanced topics like nested templates, based on a 2019 Global Azure Bootcamp workshop.
Explains how to dereference pointers and access C library data in Julia using functions like unsafe_load and unsafe_wrap.