Skip to content

Latest commit

 

History

History
117 lines (78 loc) · 5.64 KB

File metadata and controls

117 lines (78 loc) · 5.64 KB

Postman Livestream Web Dev Resources

Table of Contents

  1. Responsive Web Design
  2. Single Page Applications
  3. Progressive Web Apps

Responsive Web Design

Responsive web design refers to an approach in web development that aims to create websites that adapt and respond to the user's device and screen size. With the increasing use of mobile devices and tablets to access the internet, it has become essential for websites to provide an optimal viewing and interaction experience across various devices.

responsive site

Some helpful articles related to web design and development

Some helpful video resources on responsive web design

  • Introduction to Responsive Web Design - HTML & CSS Tutorial (Free Code Camp)

    Introduction to Responsive Web Design - HTML & CSS Tutorial (Free Code Camp)

  • Responsive Web Design | 10 principles

    Responsive Web Design | 10 principles


Single Page Applications

Single Page Applications are web applications that load and run entirely within a single web page, eliminating the need for page reloads or full page transitions.

single page applications

Some helpful articles on Single Page Applications

Some helpful video resources on Progressive Web Apps

  • What Is A Single Page Application?

    What Is A Single Page Application?

  • Build a Single Page Application with JavaScript (No Frameworks)

    Build a Single Page Application with JavaScript (No Frameworks)

  • Single Page Application Rendering | Fireship

    Single Page Application Rendering | Fireship


Progressive Web Apps

A Progressive Web App (PWA) is a web application that uses modern web technologies to provide a native app-like experience to users.

mobile app

Some helpful articles on Progressive Web Apps

Some helpful video resources on Progressive Web Apps

  • Progressive Web Apps in 100 Seconds // Build a PWA from Scratch

    Progressive Web Apps in 100 Seconds // Build a PWA from Scratch

  • PWA Tutorial for Beginners #1 - What Are PWA's?

    PWA Tutorial for Beginners #1 - What Are PWA's?

  • Progressive Web Apps (PWA) Tutorial for Beginners - Getting Started

    Progressive Web Apps (PWA) Tutorial for Beginners - Getting Started


Additional resources to help in your web development journey

BONUS!

  • Check out these web features

    21 Awesome Web Features you’re not using yet


Made with ❤ by Patrick

goodbye

Until next time!