SlideShare uma empresa Scribd logo
1 de 260
Intro to the Web __
WiFi Access
Login:
pnmlab
Password:
pnmlab808
@Rob
HELLOmy name is
@Rob’s Experience
@Rob’s Geek Cred
@Rob
WordPress
Plugin
Developer
<>
#IRC Operator
@Zeppo
Former
Board of
Directors
Information Management
Staff Sergeant
US Air Force
Software as a Service
Architect / Growth Hacker
CC Creative
Commons
Contributor
Wikipedia
Editor
PATENT APPLICATION
#US20060294199
Systems &
Methods for a
Standard Web
Platform
Google Search Engine Optimization Expert
@Rob Bertholf | Search Engine Optimization Expert
rob.bertholf.com
Hi, I’m @Rob on Twitter. California guy living in
Honolulu, Hawaii the last 10 years. I teach at
University of Hawaii’s PNM program and I am
passionate about Development, Social Marketing
Strategy, Web Analytics & Conversion optimization.
Search engine optimization - Wikipedia
en.wikipedia.org/wiki/Search_engine_optimization
About 22,500,000 Results
Top Ranked
Pacific New Media
@pacificnewmedia
Follow @PacificNewMedia
Excited to speak at #Clarity15
on #SEO #KPI’s & Reporting!
Rob Bertholf
@Rob
Follow @Rob
Excited to speak at #UHPNM
on Intro to the #Internet!
Introductions
:)
HELLOyour name is
1) Name
2) Industry
3) Takeaway
Intro to the Web __
@Rob Bertholf
●
●
●
●
internet
[in-ter-net]
noun
1. The Internet is a global system of
interconnected computer networks that use
the standard Internet protocol suite (TCP/IP)
to link several billion devices worldwide.
The Internet
or the
“Cloud”
Server
Server
ROUTER
LAPTOP
DESKTOP
Ethernet Cable
Wireless
MODEM
ISP
INTERNET
●
●
●
●
●
World
Wide Web
FTP
Email
Telnet
web
/web/
noun
1. an information system on the Internet that
allows documents to be connected to
other documents by hypertext links,
enabling the user to search for information
by moving from one document to another.
Web Browser
http://domain.com/myfile.html
Hello World!
Internet
http://domain.com/myfile.html
Web Server
Browser
Hypertext Transfer ProtocolWeb Browser
http://domain.com/myfile.html
Hello World!
Internet
http://domain.com/myfile.html
Web Server
→ domain.com
→ myfile.html
Browser
Secure
Hypertext Transfer ProtocolWeb Browser
https://domain.com/myfile.html
Hello World!
Internet
https://domain.com/myfile.html
Web Server
Browser
Secure
Hypertext Transfer ProtocolWeb Browser
https://domain.com/myfile.html
Hello World!
Internet
https://domain.com/myfile.html
Web Server
Browser
protocol
[proh-tuh-kawl, -kol, -kohl]
noun
1. set of rules that allow two electronic items to
connect to and exchange information with
one another.
Internet Protocol (IP)
Internet
Transmission Control Protocol (TCP)
Internet Protocol (IP)
Internet
Hypertext Transfer ProtocolWeb Browser
http://domain.com/myfile.html
Hello World!
Internet
http://domain.com/myfile.html
Web Server
→ domain.com
→ myfile.html
Browser
File Transfer Protocol
Internet
ftp://domain.com
Web/File Server
myfile.html
FTP Program
FTP Request
ftp://domain.com
domain.com
myfile.html
C:MyWebsite
myfile.html
●
●
●
Internet Protocol (IP) address
noun
1. a unique string of numbers separated by
periods that identifies each computer using
the Internet Protocol to communicate over a
network.
1212 Nuuanu Ave
Honolulu, HI 96817
128.1.0.1
128.1.0.1
Chrome
http://128.1.0.1
“Visit us on the web at
127.0.0.1”
Chrome
http://Company.com
“Visit us on the web at
Company.com”
●
●
Domain Name
noun
1. A domain name is an identification string that
defines a realm of administrative autonomy,
authority or control within the Internet.
Domain Name System
noun
1. DNS is an abbreviation for Domain Name
System, a system for naming computers and
network services that is organized into a
hierarchy of domains. DNS naming is used in
TCP/IP networks, such as the Internet, to
locate computers and services through
user-friendly names.
MyComany.com
DNS
Lookup
127.0.0.1=
Name Server Web Server
http://domain.com http://128.1.0.1
@Rob Bertholf
Web Browser
noun
1. A web browser (commonly referred to as a
browser) is a software application for
retrieving, presenting, and traversing
information resources on the World Wide
Web.
Chrome Firefox
Internet
Exploder
Safari
Requests a FileWeb Browser
http://domain.com/myfile.html
Hello World!
Internet
http://domain.com/myfile.html
Web Server
→ domain.com
→ myfile.html
Browser
My Page - Browser
myfile.html
Hello World!
mypage.html
<html>
<head>
<title>My Page</title>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>
view-source:cat.html
Cat Page - Chrome
<html>
<head>
<title>Cat Page</title>
</head>
<body>
<h1>Meow.</h1>
<img src=”cat.jpg” />
</body>
Cat Page - Chrome
cat.html
Meow.
cat.jpg
Hypertext Markup Language
noun
1. HTML stands for Hypertext Markup
Language, a standardized system for tagging
text files to achieve font, color, graphic, and
hyperlink effects on World Wide Web pages.
<html>
<head>
<title>My Page</title>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>
myfile.html
Cat Page - Chrome
cat.html
Meow.
Hyperlink
noun
1. A link from a hypertext file or document to
another location or file, typically activated by
clicking on a highlighted word or image on
the screen.
cat.html
My Page - Browser
mypage.html
Hello World!
Click Here for Cats!
Meow.
Cats - Browser
cat.jpg
Hyperlink
@Rob Bertholf
●
●
mypage.html
cat.html
cat.jpg
How to publish
a website?
Web Host
mypage.html
cat.html
cat.jpg
Web Server
FTP
mypage.html
cat.html
cat.jpg
mypage.html
cat.html
cat.jpg
Web Server
World Wide Web
Web Server
Chrome
http://www.domain.com
Hello World!
IP Address
127.0.0.2
127.0.0.3
127.0.0.4 127.0.0.1
Chrome
http://www.domain.com
Hello World!
File Transfer Protocol
noun
1. A standard network protocol used to transfer
computer files between a client and server
on a computer network. FTP is built on a
client-server model architecture and uses
separate control and data connections
between the client and the server.
File Transfer Protocol
Internet
ftp://domain.com
Web/File Server
myfile.html
FTP Program
FTP Request
ftp://domain.com
domain.com
myfile.html
C:MyWebsite
myfile.html
Internet
ftp://domain.com/myfile.html
Web/File Server
FTP Program
FTP Software
ftp://domain.com
domain.com
myfile.html
C:MyWebsite
myfile.html
Content Management System
/cms/
noun
1. a web application designed to make it easy
for non-technical users to add, edit and
manage a website. Not only do content
management systems help website users
with content editing, they also take care of
a lot of "behind the scenes" work.
WYSIWYG Editor
What you see is what you get
Edit Page - Chrome Edit Page - Chrome
Cat Page
Title
Publish
TextVisual
Cat Page
Title
Publish
TextVisual
<h1>Meow.</h1>
<img src=”cat.jpg” />
Meow.
B i u
WordPress
[Word Press]
noun
1. an online, open source website creation
tool written in PHP. But in non-geek speak,
it's probably the easiest and most powerful
blogging and website content management
system (or CMS) in existence today.
●
●
Web Accessibility __
@Rob Bertholf
●
●
●
●
●
●
@Rob Bertholf
@Rob Bertholf
SPECIAL OFFER
●
○
○
○
○
View DemoDirection-aware hover effect
View DemoProduct Info Reveals
View DemoLightbox
●
●
●
●
●
●
●
●
●
@User123: I bought
this product name
and it was great!
Brand Position
Statement
http://catsworld.com
Meow.
Chrome
Cats World Online
Home
About
Contact
Footer
Header
Sidebar Content
http://catsworld.com
Meow.
Desktop
Cats World Online
Home
About
Contact
http://catsworld.com
Meow.
Mobile Device
Cats World Online
@Rob Bertholf
●
●
●
●
●
○
○
○
○
○
@Rob Bertholf
Web Accessibility __
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
<title>This is the Title</title>
This is the Title - Chrome Browser
some.url
<!DOCTYPE>
<html>
<head>
This is the Header
●
○
○
●
○
○
●
○
○
●
<img src="image.png" alt="text goes here">
●
○
○
<h1>This is my heading</h1>
●
●
●
●
○
■
■
○
■
■
■
○
Some people cannot read text if there
is not sufficient contrast between the
text and background, for example, light
gray text on a light background.
Some people cannot read text if
there is not sufficient contrast
between the text and
background, for example, light
gray text on a light background.
For others, bright colors (high
luminance) are not readable;
they need low luminance.
Some people cannot read text if
there is not sufficient contrast
between the text and
background, for example, light
gray text on a light background.
For others, bright colors (high
luminance) are not readable;
they need low luminance.
AA
●
●
●
●
●
tab
●
●
●
●
●
●
●
●
●
○
○
Email Address
Question above an option group?
Yes
No
●
●
●
Replace & with &amp;
Replace " with &quot;
Replace < with &lt;
Replace > with &gt;
<script type="text/javascript">
//<![CDATA[
$(function() {
$('#divone').tipsy({fade: true, gravity: 'n'});
});
//]]>
</script>
<A HREF="#" onClick="doSomething();">Text</A>
<a href="#" onclick="doSomething();">Text</a>
●
●
●
●
●
●
●
●
@Rob Bertholf
eCommerce Best
Practices __
@Rob Bertholf
●
○
■
○
○
●
○
●
○
○
●
○
○
○
●
○
○
●
●
●
Buy for $88
:) Nice Prompt
:( Design Style Changes
:) Several Payment Options
:) Secure Checkout
:) Clear Order Summary
? Lots of Shipping Options
:) Clear Order Summary
:( Return to site/add more
items?
:) Lots of Payment Options
:) Saved Information for
Fast Checkout
:) Auto Subscribe to
newsletter
●
●
●
●
●
●
Simple Navigation
Large, Immersive Photos
Understanding of Audience & Use of Lifestyle Imagery
@Rob Bertholf
Future of the Web __
@Rob Bertholf
Web 1.0
Article Person
Song Book
Portal
Web 2.0
Article Person
Song
Book
Collaborate
Connect & Share
Review
Discuss
Collaboration
Web 3.0
Article Person
Song Book
written by
is loved by
references
inspired by
isreading
discussed
in
Context
Trust
Crypto
URI / IRI
XML
Data Interchange:RDF
Rules:
RIF
RDF-S
Unifying Logic
Ontology: OWLQuery:
SPARQL
Proof
Unicode
Web 4.0
Internet of Things (IoT)
@Rob Bertholf
Images __
●
●
●
●
●
Raster Vector
BMP JPEG GIF PNG TIFF SVG
Google Chrome Yes Yes Yes Yes No Partial
Internet Explorer Yes Yes Yes Yes Yes Partial
Mozilla Firefox Yes Yes Yes Yes No Partial
Safari Yes Yes Yes Yes Yes Partial
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
.JPG & .JPEG are the same
●
●
●
●
●
●
Google - Browser
http://www.google.com
Google
Images
Google Search Console - Browser
https://www.google.com/webmasters/tools/
Google Search Console
Search Analytics
Google Search Console
CC
●
●
●
●
IMG_2348.JPG
IMG_2348.JPG XXR-531-Wheels.JPG
<img src="image.png"
alt="text goes here" />
●
○
○
●
●
●
●
Relevant Keyword
Relevant Keyword
●
Relevant Keyword
Relevant Keyword
Image Title
Lorem ipsum dolar set.
Creative Commons Attribution
Image Title - Browser
http://www.example.com/gallery/image-slug/
●
●
●
●
●
●
●
●
●
Recap __
@Rob Bertholf
Introduction to Web Technology

Mais conteúdo relacionado

Mais procurados

Hyperlinks in HTML
Hyperlinks in HTMLHyperlinks in HTML
Hyperlinks in HTML
Aarti P
 
Html text and formatting
Html text and formattingHtml text and formatting
Html text and formatting
eShikshak
 

Mais procurados (20)

Html ppt
Html pptHtml ppt
Html ppt
 
Html links
Html linksHtml links
Html links
 
HTML
HTMLHTML
HTML
 
cascading style sheet ppt
cascading style sheet pptcascading style sheet ppt
cascading style sheet ppt
 
Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSS
 
Css class-02
Css class-02Css class-02
Css class-02
 
CSS Basics
CSS BasicsCSS Basics
CSS Basics
 
Css tables
Css tablesCss tables
Css tables
 
Html coding
Html codingHtml coding
Html coding
 
Web Design Trends: 2018 Edition
Web Design Trends: 2018 EditionWeb Design Trends: 2018 Edition
Web Design Trends: 2018 Edition
 
Hyperlinks in HTML
Hyperlinks in HTMLHyperlinks in HTML
Hyperlinks in HTML
 
jQuery for beginners
jQuery for beginnersjQuery for beginners
jQuery for beginners
 
Html text and formatting
Html text and formattingHtml text and formatting
Html text and formatting
 
How Cascading Style Sheets (CSS) Works
How Cascading Style Sheets (CSS) WorksHow Cascading Style Sheets (CSS) Works
How Cascading Style Sheets (CSS) Works
 
Web Page Designing
Web Page DesigningWeb Page Designing
Web Page Designing
 
Introduction to XHTML
Introduction to XHTMLIntroduction to XHTML
Introduction to XHTML
 
CSS selectors
CSS selectorsCSS selectors
CSS selectors
 
Basic-CSS-tutorial
Basic-CSS-tutorialBasic-CSS-tutorial
Basic-CSS-tutorial
 
CSS
CSSCSS
CSS
 
Html images syntax
Html images syntaxHtml images syntax
Html images syntax
 

Semelhante a Introduction to Web Technology

Nt1310 Final Exam Questions And Answers
Nt1310 Final Exam Questions And AnswersNt1310 Final Exam Questions And Answers
Nt1310 Final Exam Questions And Answers
Lisa Williams
 
1 Introduction to Drupal Web Development
1 Introduction to Drupal Web Development1 Introduction to Drupal Web Development
1 Introduction to Drupal Web Development
Wingston
 

Semelhante a Introduction to Web Technology (20)

Module 5 and 6
Module 5 and 6Module 5 and 6
Module 5 and 6
 
Module 3
Module 3Module 3
Module 3
 
Scraping the web with Laravel, Dusk, Docker, and PHP
Scraping the web with Laravel, Dusk, Docker, and PHPScraping the web with Laravel, Dusk, Docker, and PHP
Scraping the web with Laravel, Dusk, Docker, and PHP
 
unit1 part 1 sem4 php.docx
unit1 part 1 sem4 php.docxunit1 part 1 sem4 php.docx
unit1 part 1 sem4 php.docx
 
Introduction To Web (Mukesh Patel)
Introduction To Web (Mukesh Patel)Introduction To Web (Mukesh Patel)
Introduction To Web (Mukesh Patel)
 
Introduction to python scrapping
Introduction to python scrappingIntroduction to python scrapping
Introduction to python scrapping
 
Website & Internet + Performance testing
Website & Internet + Performance testingWebsite & Internet + Performance testing
Website & Internet + Performance testing
 
Iwt module 1
Iwt  module 1Iwt  module 1
Iwt module 1
 
Speed = $$$
Speed = $$$Speed = $$$
Speed = $$$
 
A RESTful introduction
A RESTful introductionA RESTful introduction
A RESTful introduction
 
How the web works june 2010
How the web works june 2010How the web works june 2010
How the web works june 2010
 
Unit 01 (1).pdf
Unit 01 (1).pdfUnit 01 (1).pdf
Unit 01 (1).pdf
 
HTML CSS web engineering slides topics
HTML CSS web engineering slides topicsHTML CSS web engineering slides topics
HTML CSS web engineering slides topics
 
mst_unit1.pptx
mst_unit1.pptxmst_unit1.pptx
mst_unit1.pptx
 
Nt1310 Final Exam Questions And Answers
Nt1310 Final Exam Questions And AnswersNt1310 Final Exam Questions And Answers
Nt1310 Final Exam Questions And Answers
 
Internet website designing_company_in_delhi
Internet website designing_company_in_delhiInternet website designing_company_in_delhi
Internet website designing_company_in_delhi
 
1 Introduction to Drupal Web Development
1 Introduction to Drupal Web Development1 Introduction to Drupal Web Development
1 Introduction to Drupal Web Development
 
Common WordPress APIs_ HTTP API.pptx
Common WordPress APIs_ HTTP API.pptxCommon WordPress APIs_ HTTP API.pptx
Common WordPress APIs_ HTTP API.pptx
 
Introduction to Web Application Security - Blackhoodie US 2018
Introduction to Web Application Security - Blackhoodie US 2018Introduction to Web Application Security - Blackhoodie US 2018
Introduction to Web Application Security - Blackhoodie US 2018
 
C# and Dot Net Framework 1st & 2nd Unit.pdf
C# and Dot Net Framework 1st & 2nd Unit.pdfC# and Dot Net Framework 1st & 2nd Unit.pdf
C# and Dot Net Framework 1st & 2nd Unit.pdf
 

Mais de Rob Bertholf

Mais de Rob Bertholf (15)

Demystifying SEO & Modern KPI Reporting
Demystifying SEO & Modern KPI ReportingDemystifying SEO & Modern KPI Reporting
Demystifying SEO & Modern KPI Reporting
 
SEO Team Management & Reporting
SEO Team Management & ReportingSEO Team Management & Reporting
SEO Team Management & Reporting
 
SEO Analysis & KPI Tracking
SEO Analysis & KPI TrackingSEO Analysis & KPI Tracking
SEO Analysis & KPI Tracking
 
Strategic Content Framework
Strategic Content FrameworkStrategic Content Framework
Strategic Content Framework
 
Technical SEO Factors
Technical SEO FactorsTechnical SEO Factors
Technical SEO Factors
 
Search Engine Optimization Fundamentals
Search Engine Optimization FundamentalsSearch Engine Optimization Fundamentals
Search Engine Optimization Fundamentals
 
Social Media Marketing: Strategy, Tactics & Measurement
Social Media Marketing: Strategy, Tactics & MeasurementSocial Media Marketing: Strategy, Tactics & Measurement
Social Media Marketing: Strategy, Tactics & Measurement
 
SaaS Springboard API
SaaS Springboard APISaaS Springboard API
SaaS Springboard API
 
SaaS Ventures: Introduction
SaaS Ventures: IntroductionSaaS Ventures: Introduction
SaaS Ventures: Introduction
 
Importance of Content in SEO
Importance of Content in SEOImportance of Content in SEO
Importance of Content in SEO
 
Web Analytics: Data driven marketing decisions
Web Analytics: Data driven marketing decisionsWeb Analytics: Data driven marketing decisions
Web Analytics: Data driven marketing decisions
 
How to increase your Klout score by 20 points
How to increase your Klout score by 20 pointsHow to increase your Klout score by 20 points
How to increase your Klout score by 20 points
 
Convent Validation & Off-site SEO
Convent Validation & Off-site SEOConvent Validation & Off-site SEO
Convent Validation & Off-site SEO
 
Technical SEO: .htaccess & 301 Redirects
Technical SEO:  .htaccess & 301 RedirectsTechnical SEO:  .htaccess & 301 Redirects
Technical SEO: .htaccess & 301 Redirects
 
DrupalCampHI - Drupal vs WordPress
DrupalCampHI - Drupal vs WordPress DrupalCampHI - Drupal vs WordPress
DrupalCampHI - Drupal vs WordPress
 

Último

The 100x Factor Growth with AI - Susan Diaz
The 100x Factor  Growth with AI - Susan DiazThe 100x Factor  Growth with AI - Susan Diaz

Último (20)

No Cookies No Problem - Steve Krull, Be Found Online
No Cookies No Problem - Steve Krull, Be Found OnlineNo Cookies No Problem - Steve Krull, Be Found Online
No Cookies No Problem - Steve Krull, Be Found Online
 
personal branding kit for music business
personal branding kit for music businesspersonal branding kit for music business
personal branding kit for music business
 
SEO Master Class - Steve Wiideman, Wiideman Consulting Group
SEO Master Class - Steve Wiideman, Wiideman Consulting GroupSEO Master Class - Steve Wiideman, Wiideman Consulting Group
SEO Master Class - Steve Wiideman, Wiideman Consulting Group
 
Labour Day Celebrating Workers and Their Contributions.pptx
Labour Day Celebrating Workers and Their Contributions.pptxLabour Day Celebrating Workers and Their Contributions.pptx
Labour Day Celebrating Workers and Their Contributions.pptx
 
Navigating the SEO of Tomorrow, Competitive Benchmarking, China as an e-Comme...
Navigating the SEO of Tomorrow, Competitive Benchmarking, China as an e-Comme...Navigating the SEO of Tomorrow, Competitive Benchmarking, China as an e-Comme...
Navigating the SEO of Tomorrow, Competitive Benchmarking, China as an e-Comme...
 
Alpha Media March 2024 Buyers Guide.pptx
Alpha Media March 2024 Buyers Guide.pptxAlpha Media March 2024 Buyers Guide.pptx
Alpha Media March 2024 Buyers Guide.pptx
 
Uncover Insightful User Journey Secrets Using GA4 Reports
Uncover Insightful User Journey Secrets Using GA4 ReportsUncover Insightful User Journey Secrets Using GA4 Reports
Uncover Insightful User Journey Secrets Using GA4 Reports
 
Pillar-Based Marketing Master Class - Ryan Brock
Pillar-Based Marketing Master Class - Ryan BrockPillar-Based Marketing Master Class - Ryan Brock
Pillar-Based Marketing Master Class - Ryan Brock
 
BDSM⚡Call Girls in Sector 150 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 150 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 150 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 150 Noida Escorts >༒8448380779 Escort Service
 
Major SEO Trends in 2024 - Banyanbrain Digital
Major SEO Trends in 2024 - Banyanbrain DigitalMajor SEO Trends in 2024 - Banyanbrain Digital
Major SEO Trends in 2024 - Banyanbrain Digital
 
Unraveling the Mystery of The Circleville Letters.pptx
Unraveling the Mystery of The Circleville Letters.pptxUnraveling the Mystery of The Circleville Letters.pptx
Unraveling the Mystery of The Circleville Letters.pptx
 
Generative AI Content Creation - Andrew Jenkins
Generative AI Content Creation - Andrew JenkinsGenerative AI Content Creation - Andrew Jenkins
Generative AI Content Creation - Andrew Jenkins
 
Chat GPT Master Class - Leslie Hughes, PUNCH Media
Chat GPT Master Class - Leslie Hughes, PUNCH MediaChat GPT Master Class - Leslie Hughes, PUNCH Media
Chat GPT Master Class - Leslie Hughes, PUNCH Media
 
Situation Analysis | Management Company.
Situation Analysis | Management Company.Situation Analysis | Management Company.
Situation Analysis | Management Company.
 
What is Google Search Console and What is it provide?
What is Google Search Console and What is it provide?What is Google Search Console and What is it provide?
What is Google Search Console and What is it provide?
 
Campfire Stories - Matching Content to Audience Context - Ryan Brock
Campfire Stories - Matching Content to Audience Context - Ryan BrockCampfire Stories - Matching Content to Audience Context - Ryan Brock
Campfire Stories - Matching Content to Audience Context - Ryan Brock
 
Five Essential Tools for International SEO - Natalia Witczyk - SearchNorwich 15
Five Essential Tools for International SEO - Natalia Witczyk - SearchNorwich 15Five Essential Tools for International SEO - Natalia Witczyk - SearchNorwich 15
Five Essential Tools for International SEO - Natalia Witczyk - SearchNorwich 15
 
The Science of Landing Page Messaging.pdf
The Science of Landing Page Messaging.pdfThe Science of Landing Page Messaging.pdf
The Science of Landing Page Messaging.pdf
 
How to Create a Social Media Plan Like a Pro - Jordan Scheltgen
How to Create a Social Media Plan Like a Pro - Jordan ScheltgenHow to Create a Social Media Plan Like a Pro - Jordan Scheltgen
How to Create a Social Media Plan Like a Pro - Jordan Scheltgen
 
The 100x Factor Growth with AI - Susan Diaz
The 100x Factor  Growth with AI - Susan DiazThe 100x Factor  Growth with AI - Susan Diaz
The 100x Factor Growth with AI - Susan Diaz
 

Introduction to Web Technology