List of Subjects
- 60 lessons
JavaScript
JavaScript is a high-level, interpreted programming language that's primarily used in web development. It enables the creation of dynamic and interactive web applications, and is an essential part...
- 26 lessons
PHP
PHP stands for Hypertext Preprocessor. It's widely-used open source scripting language especially suited for web development where scripts are executed on the server side while results are returned...
- 22 lessons
Laravel
Laravel is PHP’s fastest growing Framework with its ease-of-use creating modern backend application which includes interfaces like MVC structure support authentication authorization. Laravel aims to...
- 14 lessons
Vue.js
Vue.js is an open-source JavaScript framework known for its simplicity, flexibility, and performance. It's used to build single-page applications (SPAs) as well as more complex web interfaces. Vue...
- 13 lessons
Inertia
Inertia lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers, without building an API. This gives you the speed of SPAs with less...
- 12 lessons
AlpineJs
AlpineJS is an extremely lightweight JavaScript framework designed to write declarative code directly in your HTML markup. It provides you with the reactive & declarative nature of big frameworks...
- 9 lessons
Livewire
Livewire allows you to write full-stack Laravel-Vue/React-like applications without the complexity. It allows you to build dynamic interfaces more simply, as it offers a backend-centric approach....
- 8 lessons
Nuxt.js
Nuxt.js is a powerful Vue.js framework that's designed to build modern web applications. It supports both server-side rendering (SSR) and static site generation (SSG), which makes it ideal for...
- 5 lessons
Next.js
Next.js is a React-based framework developed by Vercel that provides features like server-side rendering (SSR), static site generation (SSG), automatic code splitting and hot module replacement...
- 5 lessons
Nest.js
Nest.js is a progressive NodeJS framework that's built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive...
- 4 lessons
React.js
React.js is a powerful JavaScript library developed by Facebook for building user interfaces. It introduces the concept of reusable components to build large-scale applications that are fast,...