transformação Digital nos Negócios
-
How to Install a WordPress Server on Hyper-V Using Apache (Step-by-Step Guide)
How to Install a WordPress Server on Hyper-V Using Apache (Step-by-Step Guide) Introduction In this guide, you’ll learn how to create a fully functional WordPress server inside a virtual machine using Hyper-V, the Apache web server, MySQL as the database,… Continue reading
-
Technical Article: Implementing Hybrid Authentication with ADFS, SharePoint On-Premises, and Microsoft 365
Technical Article: Implementing Hybrid Authentication with ADFS, SharePoint On-Premises, and Microsoft 365 Objective This technical article documents the full journey and configuration steps required to implement a hybrid authentication solution using: The goal is to enable Single Sign-On (SSO) between… Continue reading
-
Configuring Environment Variables for SPFx Development
Configuring Environment Variables for SPFx Development When developing SharePoint Framework (SPFx) solutions, it’s often useful to configure environment variables to manage settings like the SharePoint site URL for testing. This guide will explain different ways to set environment variables in… Continue reading
-
Enhancing SharePoint List Fetching: Additional Fields, Filters, and Pagination
Enhancing SharePoint List Fetching: Additional Fields, Filters, and Pagination Retrieving SharePoint list items is essential in many SPFx solutions. However, in real-world scenarios, you may need to: Code Enhancement The updated function allows:✅ Specifying additional fields using $select✅ Applying filters… Continue reading
-
Retrieve SharePoint List Items with SPFx HttpClient
Here is an English text for your technical blog: Fetching SharePoint List Items Using SPFx HttpClient When working with SharePoint Framework (SPFx), retrieving data from a SharePoint list is a common requirement. The following TypeScript function demonstrates how to fetch… Continue reading
-
Dynamic SharePoint Navigation Menus Using SPFx and React
Creating a SharePoint Application Customizer with Dynamic Navigation Menus In this blog post, we will walk through the process of creating a SharePoint Application Customizer that dynamically fetches navigation data from SharePoint lists, and renders custom menus based on this… Continue reading
-
Como Obter Itens de uma Lista no SharePoint Usando SPFx e HttpClient
Como Obter Itens de uma Lista no SharePoint Usando SPFx e HttpClient Ao desenvolver soluções para o SharePoint Framework (SPFx), é comum precisar buscar itens de listas do SharePoint. Neste artigo, vamos explorar uma maneira eficiente de fazer isso utilizando… Continue reading
-
Implementing Dynamic Menus in SPFx Application Customizer
Implementing Dynamic Menus in SPFx Application Customizer In this article, we explore a practical solution for implementing dynamic menus in a SharePoint Framework (SPFx) Application Customizer. We attempted to use PnPjs but encountered issues due to the nature of the… Continue reading
-
Dynamic Menus in SPFx: Overcoming PnPjs Limitations
Implementing Dynamic Menus in SPFx Application Customizer In this article, we explore a practical solution for implementing dynamic menus in a SharePoint Framework (SPFx) Application Customizer. We attempted to use PnPjs but encountered issues due to the nature of the… Continue reading
-
Reliable Data Fetching in SPFx Application Customizer
Fetching SharePoint List Items in an SPFx Application Customizer: The Reliable Solution Introduction When developing a SharePoint Framework (SPFx) Application Customizer, developers often need to fetch data from SharePoint lists. Initially, we attempted to use PnPjs to retrieve list items,… Continue reading
-
Understanding the Navigation Menu Component in React
Technical Article: Understanding the Navigation Menu Component in React Introduction In this article, we will explore a React component that creates a dynamic navigation menu. This component uses TypeScript for type safety and SCSS for styling. We will break down… Continue reading
-
Create a 10-Year Sales Table in Power BI with DAX
Creating dynamic sales data is a common requirement when building reports or dashboards in Power BI. In this article, we will walk through the process of generating a sales table for a 10-year period (from 2015 to 2025), with a… Continue reading
-
Difference Between Hosting a Website on WordPress.com and Hosting Within an NGO
Difference Between Hosting a Website on WordPress.com and Hosting Within an NGO When setting up a website, one of the key decisions is whether to host it on WordPress.com or manage hosting within the NGO’s infrastructure. Each option has its… Continue reading
-
Creating a SharePoint Framework (SPFx) Extension with a Custom Top Navigation Menu
Creating a SharePoint Framework (SPFx) Extension with a Custom Top Navigation Menu Introduction In this guide, we will create a SharePoint Framework (SPFx) Application Customizer that adds a custom top navigation menu to SharePoint Online pages. This solution leverages the… Continue reading
-
How to Register and Use PnP PowerShell with Azure AD Applications
PnP PowerShell is a powerful tool that simplifies SharePoint and Microsoft 365 management tasks. One of its key features is the ability to interact with Azure AD applications to automate authentication securely. In this article, we will focus on using… Continue reading
-
Export All SharePoint Sites and Subsites to Excel Using PnP PowerShell
Export All SharePoint Sites and Subsites to Excel Using PnP PowerShell Introduction Managing SharePoint Online environments often requires exporting data, such as a list of sites and subsites, for auditing, reporting, or documentation purposes. This tutorial provides a step-by-step guide… Continue reading
-
Building a SPFx Web Part: Fetching Data with PnP JS and Microsoft Graph
In this tutorial, we’ll create a SharePoint Framework (SPFx) web part that integrates PnP JS and Microsoft Graph to display user data and items from a SharePoint list. We’ll use React and TypeScript, focusing on class-based components. Continue reading
-
9 AI-Powered Tools for Creating Stunning Presentations in Seconds
Creating compelling presentations can be time-consuming, but with the help of AI, you can save hours while crafting professional and engaging slides. Here are nine exceptional tools designed to make storytelling and design a breeze: Continue reading
-
Uno Platform vs. .NET MAUI: A Detailed Comparison for Cross-Platform Development
Cross-platform development has been a hot topic for years, with frameworks like Uno Platform and .NET Multi-platform App UI (MAUI) offering compelling solutions. While both frameworks aim to simplify app development across multiple platforms, their approaches, architectures, and use cases… Continue reading
-
Exploring .NET MAUI
In the world of app development, achieving a seamless balance between functionality, performance, and cross-platform compatibility is no small feat. Enter .NET Multi-platform App UI (MAUI)—Microsoft’s cutting-edge framework designed to streamline the process of building apps for Android, iOS, macOS,… Continue reading
-
Getting Started with .NET MAUI: A Detailed Technical Guide
Microsoft .NET Multi-platform App UI (MAUI) is a cross-platform framework that allows developers to build native applications for Android, iOS, macOS, and Windows using a single codebase. This guide provides a detailed walkthrough of .NET MAUI, its architecture, setup process,… Continue reading
-
The Life and Legacy of Bruno Munari: Books, Influences, Collaborations, and Innovations
Bruno Munari (1907–1998) was a polymath of the 20th century—an Italian artist, designer, educator, and writer who revolutionized how we perceive art, design, and creativity. Munari’s work ranged from avant-garde art movements to the development of educational methods that continue… Continue reading
-
Accessing Power BI Tables Using SPFx or Node.js
Accessing Power BI Tables Using SPFx or Node.js The Power BI REST API is a powerful tool for developers looking to integrate Power BI data into their applications. Whether you are building a SharePoint Framework (SPFx) web part or a… Continue reading
-
Mastering CSS: From Basics to Responsive Design
Module 1: Introduction to CSS and Basic Syntax Module 2: CSS Layouts and Positioning Module 3: Styling Text and Images Module 4: Advanced Layouts with Grid and Media Queries Module 5: Animations, Transitions, and CSS Best Practices Module 6: CSS… Continue reading
-
Fluent UI: Why We Chose Version 8 for Our Clients
Microsoft’s Fluent UI library offers a robust suite of UI components for developers, enabling them to build web applications that align with Microsoft’s design principles. However, with multiple versions available, selecting the right one is essential to meet clients’ needs… Continue reading
-
API PTAX do Banco Central do Brasil
A API PTAX, disponibilizada pelo Banco Central do Brasil, é uma ferramenta poderosa para acessar dados de câmbio do país. Ela permite a consulta de taxas oficiais de câmbio de forma programática, incluindo cotações de compra e venda para diferentes… Continue reading
-
A Importância das APIs de Moedas e Suas Implementações em Diversas Tecnologias
No cenário de negócios globalizado, muitas empresas enfrentam desafios na gestão de múltiplas moedas. A integração com APIs de moedas é uma solução eficiente para obter taxas de câmbio atualizadas, automatizar processos e garantir precisão na conversão de moedas em… Continue reading
-
Free Currency Exchange APIs: A Guide
In today’s digital landscape, currency exchange data is essential for many applications, including financial platforms, e-commerce sites, travel apps, and more. A range of free APIs provides currency exchange rates for developers needing real-time or historical data. Here’s a list… Continue reading
-
Building Engaging User Experiences with PnP React Carousel
The PnP React library, developed by the SharePoint Patterns & Practices (PnP) team, provides a rich set of reusable controls and components specifically designed for building SharePoint Framework (SPFx) solutions. This library leverages the Fluent UI framework and integrates seamlessly… Continue reading
-
Enabling Custom Scripts in SharePoint Online: A Step-by-Step Guide
Custom scripts in SharePoint Online allow site owners and administrators to enhance their sites’ functionality and appearance. However, by default, custom scripts are often blocked to maintain security. In this article, we’ll walk you through the process of enabling custom… Continue reading
-
How to Deploy a SharePoint Framework (SPFx) Solution: Step-by-Step Guide
Deploying a SharePoint Framework (SPFx) solution allows you to add powerful customizations to your SharePoint sites. This guide will walk you through each step to create, build, package, and deploy your SPFx solution. Continue reading
-
Creating an SPFx Web Part for an App Icon Grid Using Fluent UI
Here’s a technical article that will guide readers through creating a custom SharePoint Framework (SPFx) Web Part that displays a grid of app icons using Fluent UI components. The article explains each step, from setting up the project to implementing… Continue reading
-
Building a Project List Component with Filtering and Modal Details in React
In this tutorial, we will build a simple project list component using React and Fluent UI. This component will allow users to: View a list of projects. Filter the projects by name. Click on a project to view its details… Continue reading
-
Building a Static DetailsList Component with Fluent UI in React
In this article, we will create a static DetailsList component using Fluent UI in a React application. This component will display a list of documents and allow users to filter the list by document name. We’ll learn how to pass… Continue reading
-
Creating a Static DetailsList with Fluent UI
In this article, we’ll explore how to create a static DetailsList using Microsoft’s Fluent UI in a React application. This component allows you to present tabular data with powerful features like sorting, filtering, and selection. Continue reading
-
Building a Project Indicator Web Part with Fluent UI Gauge Chart in SPFx
In the world of SharePoint Framework (SPFx) development, integrating modern UI components can significantly enhance user experience and provide valuable insights through data visualization. One such component is the Gauge Chart from Fluent UI, which allows you to visually represent… Continue reading
-
Building SPFx Web Parts with React: A Guide to Using useState and Fluent UI
In the world of SharePoint development, the SharePoint Framework (SPFx) has emerged as a powerful tool for building modern web parts. With the growing popularity of React as a front-end library, integrating React into SPFx projects has become a standard… Continue reading
-
Building Responsive SPFx Web Parts with Fluent UI’s Stack Component
SharePoint Framework (SPFx) development has evolved with support for modern libraries, including Fluent UI. Fluent UI, developed by Microsoft, provides a set of React components optimized for building SharePoint and Office applications, allowing for rapid UI creation while maintaining consistent… Continue reading
-
A Deep Dive into Microsoft AI Builder: Advanced Integration with REST APIs, Power Platform, SharePoint, and Developer Tools
Microsoft AI Builder provides accessible, no-code and low-code AI capabilities within the Power Platform, enabling developers to infuse AI into applications without specialized machine learning knowledge. For developers with more advanced needs, AI Builder also supports REST API integration, allowing… Continue reading
-
Keeping Your SharePoint Framework (SPFx) Environment Up to Date
Updating your SharePoint Framework (SPFx) project regularly is essential for ensuring optimal performance, compatibility with new features, and improved security. As Microsoft continues to enhance SPFx, staying up-to-date allows developers to access new capabilities and maintain a secure, robust development… Continue reading


































