Microsoft SharePoint
-
Accessing Economic Data Using Python and the World Bank API with wbdata
Analyzing economic data is critical for a range of applications, from governmental policy-making to financial forecasting and academic research. The World Bank API provides a rich dataset, offering access to thousands of economic indicators from over 200 countries. In this… Continue reading
-
Como Obter Dados Econômicos Usando Python e a API do Banco Mundial com wbdata
No mundo moderno, a análise de dados econômicos desempenha um papel crucial na tomada de decisões empresariais e políticas. O Banco Mundial oferece uma API poderosa para acessar diversos indicadores econômicos, como o Produto Interno Bruto (PIB), inflação, taxas de… Continue reading
-
Managing Custom Scripts in SharePoint: A Comprehensive Guide
Custom scripts in SharePoint allow users to enhance the functionality and appearance of their sites by adding custom JavaScript, CSS, and HTML. This capability can significantly improve user experience by enabling developers to create tailored solutions, integrate third-party applications, and… Continue reading
-
Understanding SharePoint Hub Sites: Features, Creation, Management, and Advanced Customization
SharePoint Hub Sites are a powerful feature in SharePoint Online that allow organizations to connect various sites for improved navigation and content organization. Hub Sites create a unified experience for users, making it easier to discover and share information across… Continue reading
-
O que é um SharePoint Hub Site?
Um Hub Site oferece uma barra de navegação consistente que é aplicada a todos os sites associados. Isso significa que, independentemente do site em que um usuário esteja, a navegação permanece a mesma, facilitando a descoberta de informações. A navegação… Continue reading
-
Introduction to SharePoint Online Management Shell: .NET Framework and .NET Core Versions with Troubleshooting (Telerik Fiddler/AADSTS700016)
The SharePoint Online Management Shell is a powerful tool for managing SharePoint Online environments, offering a wide range of cmdlets for administrators to automate tasks. This article covers the installation and usage of the SharePoint Online Management Shell, including both… Continue reading
-
Comprehensive Guide to SharePoint Online Management Shell: .NET Framework and .NET Core Versions with Troubleshooting Tips
The SharePoint Online Management Shell is a powerful command-line tool that simplifies the management of SharePoint Online environments. Designed for administrators and developers, this shell allows you to perform various administrative tasks such as managing site collections, users, permissions, and… Continue reading
-
SharePoint Online Management Shell with .NET Framework: Installation and Usage
SharePoint Online Management Shell with .NET Framework: Installation and Usage The SharePoint Online Management Shell is a powerful tool for managing SharePoint Online environments. It allows administrators to perform automated tasks using PowerShell cmdlets that simplify managing the environment. This… Continue reading
-
Introduction to SharePoint Online Management Shell (.NET Framework and .NET Core Versions)
Introduction to SharePoint Online Management Shell (.NET Framework and .NET Core Versions) The SharePoint Online Management Shell is a command-line tool that provides a set of PowerShell cmdlets for managing SharePoint Online environments. With two distinct versions, one built on… Continue reading
-
Introduction to SharePoint Online Management Shell (V2)
The SharePoint Online Management Shell is an essential tool for administrators managing SharePoint Online environments. Based on Windows PowerShell, it offers a robust set of cmdlets that allow the execution of various administrative tasks directly from the command line. This… Continue reading
-
Introduction to SharePoint Online Management Shell (.NET Core Version)
The SharePoint Online Management Shell with .NET Core provides a modern, cross-platform experience for administrators who need to manage SharePoint Online environments. By leveraging the power of PowerShell Core and .NET Core, this version can be installed and run on… Continue reading
-
Introduction to SharePoint Online Management Shell (.NET Framework Version)
The SharePoint Online Management Shell is a powerful command-line tool specifically designed for managing SharePoint Online environments. It allows administrators to automate tasks, configure settings, and manage SharePoint Online sites and users via PowerShell cmdlets. This version of the SharePoint… Continue reading
-
Introduction to Recharts and How to Use It with SPFx
In modern web development, visualizing data with interactive charts has become essential. Whether you are building dashboards, reports, or analytics platforms, having easy-to-use charting libraries makes a difference. Recharts is a simple, responsive charting library built on React and D3,… Continue reading
-
Creating a D3.js Bar Chart in SPFx Web Part (Dynamic)
In this article, we’ll learn how to create a bar chart using D3.js within a SharePoint Framework (SPFx) web part. D3.js is a powerful library for visualizing data using web standards. We’ll fetch data from a SharePoint list and render… Continue reading
-
Introduction to D3.js and Building a Bar Chart in SPFx
D3.js, or Data-Driven Documents, is a powerful JavaScript library for producing dynamic, interactive data visualizations in web browsers. It utilizes HTML, SVG (Scalable Vector Graphics), and CSS to bring data to life. D3 is particularly known for its ability to… Continue reading
-
Using Chart.js in a SharePoint Framework (SPFx) Web Part with PnPjs – All codes and Graphs
In this tutorial, we’ll demonstrate how to integrate Chart.js into a SharePoint Framework (SPFx) web part using PnPjs to fetch data from SharePoint lists. Chart.js is a popular JavaScript library for creating beautiful and interactive charts, and we’ll show how… Continue reading
-
Using Chart.js in a SharePoint Framework (SPFx) Web Part with PnPjs
In this tutorial, we’ll demonstrate how to integrate Chart.js into a SharePoint Framework (SPFx) web part using PnPjs to fetch data from SharePoint lists. Chart.js is a popular JavaScript library for creating beautiful and interactive charts, and we’ll show how… Continue reading
-
Visualizing SharePoint List Data with Recharts in SPFx
Visualizing data is a crucial part of data analysis and reporting. In the SharePoint ecosystem, many organizations store their data in SharePoint lists. This article will guide you through the process of retrieving data from a SharePoint list and visualizing… Continue reading
-
Transitioning from Fluent UI 8 to Fluent UI 9: Understanding the Removal of Graphs and Exploring Alternatives
Fluent UI, developed by Microsoft, serves as a robust design framework that helps developers create user interfaces for web applications, particularly in the Microsoft ecosystem. With the recent release of Fluent UI 9, a key question arises: What happens to… Continue reading
-
Complete CRUD Example in SPFx Using React and PnPjs
This article will guide you through creating a complete CRUD (Create, Read, Update, Delete) application in SharePoint Framework (SPFx) using React and PnPjs. We’ll build a simple component that allows users to add, view, and delete items from a SharePoint… Continue reading
-
Introduction to SPFx Development with React: Listing SharePoint Items Using PnPJS
In this article, you’ll learn how to create React components within the SharePoint Framework (SPFx) using the PnPJS library to interact with SharePoint lists. We’ll walk through a simple example of building a component that displays items from a SharePoint… Continue reading
-
Mastering React Hooks in SPFx: 10 Practical Examples for Web Parts
In this article, we will explore the use of React Hooks by creating various functional components for a SharePoint Framework (SPFx) project. We’ll walk through the full code for integrating these components into the main TSX file (ControlesBasicos.tsx), ensuring everything… Continue reading
-
Building a Basic SPFx Web Part with PnP.js and React Hooks
This article will guide you through the process of creating a SharePoint Framework (SPFx) web part that retrieves items from a SharePoint list using PnP.js and React Hooks. We will cover the necessary components, configurations, and how to manage state… Continue reading
-
Building a Basic Web Part with PnPjs in SharePoint Framework (SPFx)
In this article, we will build a basic web part in SharePoint Framework (SPFx) using PnPjs to fetch and display items from a SharePoint list. We will walk through the configuration, fetching data, and rendering it in a web part… Continue reading
-
Using Fluent UI Components in SPFx Web Parts
Using Fluent UI Components in SPFx Web Parts Introduction Fluent UI (formerly known as Office UI Fabric) is a collection of UX frameworks that provide high-quality, reusable components for building user interfaces in SharePoint Framework (SPFx) web parts. This article… Continue reading
-
Using PnPjs to Interact with SharePoint Data
Using PnPjs to Interact with SharePoint Data Introduction After setting up your local debugging environment for SPFx development, the next important step is learning how to interact with SharePoint data using PnPjs. PnPjs is a collection of libraries that help… Continue reading
-
Setting Up Local Debugging for SPFx Development
Now that you’ve set up your SharePoint Framework (SPFx) development environment and created your first web part, the next step is learning how to debug and develop continuously in your local environment. Debugging is essential to ensure your web part… Continue reading
-
Setting Up Your Development Environment for SharePoint Framework (SPFx)
To develop SharePoint Framework (SPFx) solutions, you need a properly configured development environment. This article provides a comprehensive guide to set up your environment, including all necessary tools and dependencies. Continue reading
-
Getting Started with SharePoint Framework (SPFx)
Getting Started with SharePoint Framework (SPFx) 1. What is SPFx? The SharePoint Framework (SPFx) is a development model that allows you to build modern web parts and extensions for SharePoint Online and SharePoint On-Premises. It provides a way to create… Continue reading
-
Merging Classic and Modern Fluent UI in SharePoint Framework (SPFx) Development
Fluent UI has become an integral part of developing user interfaces for Microsoft’s ecosystem, especially when working with SharePoint Framework (SPFx). The evolution of Fluent UI from Classic to Modern has brought about significant changes in how developers build web… Continue reading
-
Python and MySQL: Connecting and Managing Data
The integration between Python and MySQL is one of the most popular ways to work with relational databases using programming. Python offers robust libraries to manipulate MySQL, allowing you to perform everything from simple queries to advanced operations like transactions… Continue reading
-
Python e MySQL: Conectando e Gerenciando Dados
A integração entre Python e MySQL é uma das formas mais populares de trabalhar com banco de dados relacional usando programação. Python oferece bibliotecas robustas para manipulação de MySQL, permitindo realizar desde consultas simples até operações avançadas, como transações e… Continue reading
-
Securing an Apache Web Server with Let’s Encrypt SSL via Certbot and SSH
Securing your website with HTTPS has become a necessity, not just for the sake of protecting your data but also to improve your site’s SEO ranking and trustworthiness. In this guide, we will demonstrate how to secure an Apache web… Continue reading
-
The Importance of SAP, SharePoint, and Office 365 Integration
In today’s fast-paced business landscape, seamless integration between enterprise applications is vital to streamline processes and boost productivity. Two cornerstone technologies that many organizations rely on are SAP and Microsoft SharePoint, especially when combined with the vast capabilities of Office… Continue reading
-
Fluent UI, PnP, Microsoft Graph, and Adaptive Cards: An In-Depth Look at Custom SharePoint Development
Fluent UI, PnP, Microsoft Graph, and Adaptive Cards: An In-Depth Look at Custom SharePoint Development When building custom SharePoint web parts, integrating Fluent UI, PnP React Controls, Microsoft Graph, and even Adaptive Cards provides a powerful, flexible toolkit for developers… Continue reading
-
Fluent UI Controls Reference Links
Basic Inputs Galleries & Pickers Items & Lists Commands, Menus & Navs Notification & Engagement Progress Surfaces Charts Continue reading
-
Introduction to the SPFx GitHub Repository
Introduction to the SPFx GitHub Repository Welcome to the SPFx GitHub repository! This repository is dedicated to a series of technical articles and resources focused on SharePoint Framework (SPFx) and related technologies. Whether you are a beginner or an experienced… Continue reading
-
Creating an SPFx Web Part with Fluent UI’s DetailsList Component
In this article, we will break down a SharePoint Framework (SPFx) web part that utilizes Fluent UI for rendering a DetailsList component. The DetailsList is a powerful control to display large datasets in a table format. We’ll explain the functions… Continue reading
-
Using Fluent UI DetailsList in SharePoint Framework (SPFx)
Using Fluent UI DetailsList in SharePoint Framework (SPFx) The Fluent UI DetailsList control is a powerful component to display large sets of data in a tabular format in your SPFx web parts. It allows you to render items in a… Continue reading
-
React Button Component in SPFx: Code Explanation
React Button Component in SPFx: Code Explanation This code demonstrates how to use the PrimaryButton from Fluent UI in a SharePoint Framework (SPFx) web part with React. Key Concepts: Importance in SPFx: Buttons are crucial for triggering actions in SPFx… Continue reading























