Creating and Configuring Power Platform Pipelines: An Overview  

Configuring Power Platform Pipelines

Pipelines in Power Platform aim to automate and democratize the execution of the Application Life Cycle Management (ALM) process to allow for the deployment of solutions by citizen and professional developers alike. It simplifies the ALM process by reducing the domain knowledge and effort required to implement life cycle management for Power Platform and Dynamics 365 solutions. This blog will give you an overview of the process of creating and configuring Power Platform Pipelines. Prior to the introduction of Pipelines, citizen developers had to conduct ALM by manually exporting solutions from the development environment and importing into the UAT environment. Then export from UAT to Production or any other target … Read more

Creating Visualizations Using D3 

Creating Visualizations Using D3

Creating visualizations for applications can be overwhelming and difficult without using the correct tools. Recently, I faced a challenge where I needed to modernize a visualization from a legacy application that used a recursive function to display data dynamically. Creating visualizations for D3 allowed me to overcome that challenge.  What is D3?   D3 is a JavaScript library that allows you to create dynamic and interactive visualizations using built-in templates or creating completely custom visualizations. D3 makes use of Scalable Vector Graphics (SVG) to allow it to work with HTML and CSS. This also makes it easier to customize and configure as you can do so directly in a CSS stylesheet.  … Read more

Idle Session Timeout: What it is and How it Affects Security & Productivity

Idle Session Timeout

In today’s digital age, many organizations are now using cloud-based productivity suites such as Microsoft 365 to streamline their operations and enhance collaboration. While Microsoft 365 offers a wide range of tools and features, it also emphasizes security to protect sensitive data and ensure a safe working environment. One important aspect of security management in Microsoft 365 is idle session timeout. In this blog, we’ll explore what it is, why it matters, and how you can configure it to balance security and productivity.  What Is Idle Session Timeout?  Idle session timeout is a security feature that automatically logs out users from their Microsoft 365 accounts after a period of inactivity. … Read more