/Stackblitz Code Collections
JavaScript
To Understand and Learn Javascript!
To refresh your javascript core concepts. Yayy!
Some of the common methods to help you while coding
Angular
Learn about the latest features of Angular, including the introduction of Angular Material, Angular Flex-Layout, and Angular CDK.
Explore reusable, modular components that form the building blocks of Angular applications, enhancing code maintainability and scalability.
Dive into Angular's powerful directives, which allow you to manipulate the DOM and extend HTML functionality, enabling dynamic and reusable templates.
Learn how to create services to manage shared data, logic, and functionality across multiple components in an Angular application.
Implement routing in your Angular application to navigate between different views and components.
Learn how to create forms using Angular's template-driven approach, enabling user input validation and error handling.
Learn how to create forms using Angular's reactive approach, enabling user input validation and error handling.
Dive into Angular's powerful pipes, which transform and format data in your templates.
Learn how to make HTTP requests in your Angular application using HttpClient, handling errors, and optimizing performance.
Learn how to create and manage signals in Angular, enabling communication between components and services.
State management library NGRX, enabling efficient and scalable state management in your Angular applications.
RxJS


Rxjs core fundamentals to get started

Learn about creation operators like of, from, fromEvent etc.

Rxjs pipable operators like combineLatest, take, takeLast etc
React
React core concepts and hooks
React Router Dom, npm package to change and manage route navigations
Manage interceptors, http requests, implement configuration with axios
Redux and React-Redux, state management library
Redux Toolkit, official Redux utilities for Redux
Vue
Learn Vue.js core concepts with plain html, css, and javascript
Checkot latest Vue 3.0 concepts and features
Vuetify, a Vue.js Material Design component framework