
100xDevs Cohort 3 by Harkirat Singh. This repository contains Lecture Codes, Notes, Assignments, Assignment Solution Code and Some Good Articles/Blogs Link.
The 100xDevs Cohort 3 program, led by Harkirat Singh, offers a robust collection of resources aimed at enhancing skills in Web Development and DevOps. This repository serves as an invaluable toolkit for learners, featuring a variety of materials that cater to both beginner and advanced levels. With an organized structure, it provides easy access to essential learning components, making it easier for developers to progress in their journey.

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.