Web - gusenov/kb GitHub Wiki

Books

Courses

Wikipedia

Responsive Web Design (RWD)

  • What DevOps Teams Need to Know About Responsive Web Design
    • Principles of Responsive Web Design
      • Fluid Grid Layouts allows your website layout to resize dynamically to fit the screen on which it is viewed.
      • Flexible Images and Media images and media files should be able to resize automatically to fit the screen size.
      • Mobile-First Design Philosophy designing your website primarily for mobile devices and scaling it up for larger screens.
      • Progressive Enhancement starting with a basic layer that works on all devices and then adding more features and functionalities for devices with advanced capabilities.
    • Application Development and Deployment
      • Unified Codebase a single codebase that works across all platforms.
      • Development and Testing Process involves checking your application on different devices and screen sizes
      • User Interface Design requires you to design intuitive navigation and interaction elements that work well on touchscreens and desktop interfaces.
      • Deployment and Updates deploy and update a single version of your application for all devices.