parent
cbf0b2c496
commit
0221964362
6 changed files with 86 additions and 37 deletions
@ -1 +1,8 @@ |
|||||||
# Browsers |
# Browsers |
||||||
|
|
||||||
|
A web browser is a software application that enables a user to access and display web pages or other online content through its graphical user interface. |
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
<BadgeLink badgeText='Read' href='https://www.html5rocks.com/en/tutorials/internals/howbrowserswork/'>How Browsers Work</BadgeLink> |
||||||
|
<BadgeLink badgeText='Read' href='https://www.browserstack.com/guide/browser-rendering-engine'>Role of Rendering Engine in Browsers</BadgeLink> |
||||||
|
<BadgeLink badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Web/Performance/How_browsers_work'>Populating the Page: How Browsers Work</BadgeLink> |
||||||
|
@ -1 +1,7 @@ |
|||||||
# DNS |
# DNS |
||||||
|
The Domain Name System (DNS) is the phonebook of the Internet. Humans access information online through domain names, like nytimes.com or espn.com. Web browsers interact through Internet Protocol (IP) addresses. DNS translates domain names to IP addresses so browsers can load Internet resources. |
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
<BadgeLink badgeText='Read' href='https://www.cloudflare.com/en-gb/learning/dns/what-is-dns/'>What is DNS?</BadgeLink> |
||||||
|
<BadgeLink badgeText='Watch' colorScheme='yellow' href='https://www.youtube.com/watch?v=Wj0od2ag5sk'>DNS and How does it Work?</BadgeLink> |
||||||
|
<BadgeLink badgeText='Watch' colorScheme='yellow' href='https://www.youtube.com/watch?v=7lxgpKh_fRY'>DNS Records</BadgeLink> |
||||||
|
@ -1 +1,8 @@ |
|||||||
# Domain Name |
# Domain Name |
||||||
|
|
||||||
|
A domain name is a unique, easy-to-remember address used to access websites, such as ‘google.com’, and ‘facebook.com’. Users can connect to websites using domain names thanks to the DNS system. |
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
<BadgeLink badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_is_a_domain_name'>What is a Domain Name?</BadgeLink> |
||||||
|
<BadgeLink badgeText='Read' href='https://www.cloudflare.com/en-gb/learning/dns/glossary/what-is-a-domain-name/'>What is a Domain Name? | Domain name vs. URL</BadgeLink> |
||||||
|
<BadgeLink badgeText='Watch' colorScheme='yellow' href='https://www.youtube.com/watch?v=Y4cRx19nhJk'>A Beginners Guide to How Domain Names Work</BadgeLink> |
||||||
|
@ -1 +1,8 @@ |
|||||||
# Hosting |
# Hosting |
||||||
|
|
||||||
|
Web hosting is an online service that allows you to publish your website files onto the internet. So, anyone who has access to the internet has access to your website. |
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=htbY9-yggB0' colorScheme='yellow'>What Is Web Hosting? Explained</BadgeLink> |
||||||
|
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=AXVZYzw8geg' colorScheme='yellow'>Different Types of Web Hosting Explained</BadgeLink> |
||||||
|
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=Kx_1NYYJS7Q' colorScheme='yellow'>Where to Host a Fullstack Project on a Budget</BadgeLink> |
||||||
|
Loading…
Reference in new issue