iwantcoding.com
🔥 Daily 👥 Rooms 🏆 Top Log in Sign up

4.1 Web 1.0 to 2.0

Web 2.0 made the web read-write: users could publish, comment and share. It is the foundation of every social network, e-commerce site and SaaS product today. This lesson contrasts it with Web 1.0 and previews the Web 3.0 transition.

Three Generations of the Web

AspectWeb 1.0 (1991-2003)Web 2.0 (2004-now)Web 3.0 (emerging)
ReadingStatic HTML pagesDynamic feedsPersonalised + agentic
WritingWebmaster onlyAnyone (UGC, posts, reviews)Wallet-signed, portable identity
IdentityEmail, basic authOAuth, social loginSelf-sovereign, DID
Data OwnershipSite owns contentPlatform owns contentUser owns via wallet
MonetisationBanner adsTargeted ads, freemiumTokens, micropayments
ExamplesYahoo Directory, GeoCitiesFacebook, YouTube, ShopifyENS, Lens, IPFS sites

Web 2.0 Building Blocks

The Web 2.0 Value Loop Users post, share, rate Platform store + recommend Advertisers target audiences Revenue to platform funds product features, attracting more users

Figure 5.2 - The advertising-funded Web 2.0 value loop.

Why It Matters For Engineers

Almost every Laravel app you ship lives in the Web 2.0 model. The architecture choices - user accounts, content moderation, recommendation feeds, ad serving - all flow from this loop.

Discussion

Loading…