Browse Courses

Module-2

In this section

  • Introduction to Web Development
    An introduction to web development fundamentals covering both client-side technologies (HTML, CSS, JavaScript) and server-side components. The article explains the client-server model, HTTP protocol basics, and introduces cloud development concepts including various cloud service providers and deployment models.
  • Front-End Development
    A comprehensive guide to front-end web development covering core technologies (HTML, CSS, JavaScript), advanced styling tools like SASS and LESS, responsive design principles, and popular JavaScript frameworks including Angular, React and Vue. The article explains how these technologies work together to create interactive user experiences across multiple devices and browsers.
  • Authentication in Web Development
    A comprehensive overview of authentication methods in web development including traditional session-based authentication, JWT, OAuth 2.0 passwordless authentication, and more. The article explains how different authentication mechanisms work, their use cases, and factors to consider when selecting authentication methods for various application types.