Why you might hate being a Web Developer

Why you might hate being a Web Developer
Being a web developer means committing to a lifetime of learning. This is the type of career for people that are constantly curious about everything. If you hate constant change, ...

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 ...