SharePoint Framework Client Side Web Part accessing Data from External API

sharepoint framework client side web part
This guide will help you setup a local SharePoint work environment (Workbench). You will also build your first web part and populate it using an external API. Setting up the ...

How to set up a Web Server at home

Setting up a web hosting server at home
Having a web server at home is a basic requirement for any Web Developer. Developers are constantly testing out new ideas and need a place to do that. Hosting is ...

How Does the Internet Work

How Does the Internet Work
The Internet is made up of a global network of servers, both public and private. People connect to these servers through an ISP (Internet Service Provider). Data is transferred between ...

Learn CSS Basics

Learn CSS Basics
What is CSS? Cascading Style Sheets (CSS) is used to format HTML elements. Almost any HTML element can be styled with CSS such as headings, paragraphs, links, images, lists, and ...

Learn HTML Basics

Learn HTML Basics
Every web developer starts where you are right now. Confused about how all of this stuff works. Welcome to the starting point. HTML is the foundation of every web site ...

Add Duo Two Factor Authentication to your ASP.Net project

DUO Two Factor Authentication
If you need to add Duo Two Factor authentication to your ASP.Net Project then follow along with the guide below. Tools Used For this project 1) Visual Studio 2019 2) ...