There are no items in your cart
Add More
Add More
Item Details | Price |
---|
Instructor: Vansh Dixit
Validity Period: Lifetime
This course covers the fundamentals of web technologies and the concept of a 3-tier architecture. Students will learn about HTML, CSS, JavaScript, backend development, and database management. The course will also delve into the principles of design and scalability in web applications.
introduction | |||
Client-Server Architecture||1-Tier, 2-Tier ,3-Tier architecture. 5:00 | |||
The Http and the Web | Http Explained | Request-Response Cycle 9:00 | |||
The Internet vs. The Web 5:00 | |||
Web pages, Websites, and Web Applications 7:00 | |||
URIs, URLs, and URNs | Difference between URI and URL | URL Explained 7:00 | |||
The Client Server Model | Clients and Servers 6:00 | |||
Web Services - Demystified! 13:00 | |||
APIs | REST | REST APIs Demystified 17:00 | |||
What is DNS? How Does DNS work | The Domain Name System 9:00 | |||
What is Caching and How it Works | Caching Explained 9:00 | |||
What is a Proxy Server & How Does it work? 10:00 | |||
Web Server and Application Server | Explained 11:00 | |||
What is HTTP? How the Internet Works! 17:00 | |||
What is an IP Address? How Do Domains Work? 25:00 | |||
MVC Explained in 4 Minutes 4:00 | |||
App Architecture - Understanding Frontend, Backend and Web Servers 12:00 | |||
Web Application Architecture - Load Balancing and Caching 17:00 | |||
Web Application Architecture - Proxy And Reverse Proxy Servers 9:00 | |||
What Are Microservices - Web App Architecture 15:00 | |||
Components & Architecture Theory | |||
App Architecture - Understanding Frontend, Backend and Web Servers 12:00 | |||
What Is A Server - Web Server, Application Server 7:00 | |||
What Is An API 7:00 | |||
Web Application Architecture - Load Balancing and Caching 17:00 | |||
Web Application Architecture - Proxy And Reverse Proxy Servers 9:00 | |||
What Are Microservices - Web App Architecture 15:00 | |||
What Is Serverless | Cloud Computing Fundamentals 19:00 | |||
App Architecture - Message Queues 15:00 | |||
What Is A Middleware 6:00 | |||
What Is A CDN 8:00 | |||
Building Login Systems | Web Application Architecture 10:00 | |||
Web Application Architecture - 2020 & Beyond 21:00 | |||
Single Page Applications Architecture | Web App Architectures Series 15:00 | |||
Multitenant Architecture For SaaS Apps | Web Application Architectures 9:00 | |||
Implementing Multitenancy In A SaaS Product | System Design 10:00 | |||
Tomcat | |||
Installing Java 8 JDK on Ubuntu 18.04 or 16.04 manually from tar.gz 5:00 | |||
How to change default programs apps on linux from the terminal the update-alternatives command 6:00 | |||
Installation of tomcat in Linux(ubuntu) 11:00 | |||
Installing Apache Tomcat 10 Server in Ubuntu, Linux | Basic Setup Apache Tomcat 10 Server in Ubuntu 20:00 | |||
How to install and Configure Apache Tomcat 8.0.23 in Linux 18:00 | |||
Tomcat 9 Multiple Instances in Single Linux Server | RHEL 8 | CentOS 8 | Tech Arkit 11:00 | |||
Running multiple tomcat instances and virtual hosting 56:00 | |||
How to configure Tomcat to support SSL or HTTPS? 14:00 | |||
How Tomcat Server Works {English} ( Intro Architecture, Components, Life Cycle, etc ) 15:00 | |||
Tomcat Performance Tuning 61:00 | |||
MySql | |||
playlist 1 | |||
MySQL tutorial for beginners (intro + installation) 🐬 11:00 | |||
MySQL: How to create a DATABASE 4:00 | |||
MySQL: How to create a TABLE 8:00 | |||
MySQL: How to INSERT rows into a TABLE 6:00 | |||
MySQL: How to SELECT data from a TABLE 5:00 | |||
MySQL: How to UPDATE and DELETE data from a TABLE 4:00 | |||
MySQL: AUTOCOMMIT, COMMIT, ROLLBACK 3:00 | |||
MySQL: CURRENT_DATE() & CURRENT_TIME() 3:00 | |||
MySQL: UNIQUE constraint 5:00 | |||
MySQL: NOT NULL constraint 3:00 | |||
MySQL: CHECK constraint is easy 4:00 | |||
MySQL: DEFAULT constraint is easy 8:00 | |||
MySQL: PRIMARY KEYS are easy 5:00 | |||
MySQL: AUTO_INCREMENT is awesome 4:00 | |||
MySQL: FOREIGN KEYS are easy (kind of) 8:00 | |||
MySQL: JOINS are easy (INNER, LEFT, RIGHT) 5:00 | |||
Functions in MySQL are easy 4:00 | |||
MySQL logical operators are easy 6:00 | |||
MySQL wild cards are easy 4:00 | |||
MySQL ORDER BY clause is easy 3:00 | |||
MySQL LIMIT clause is easy 3:00 | |||
MySQL UNIONS are easy 4:00 | |||
MySQL SELF JOINS are ... ughhh 10:00 | |||
MySQL VIEWS are awesome 6:00 | |||
MySQL: INDEXES are awesome 6:00 | |||
MySQL: SUBQUERIES 7:00 | |||
MySQL: GROUP BY 5:00 | |||
MySQL: ROLLUP 4:00 | |||
MySQL: ON DELETE 8:00 | |||
MySQL: STORED PROCEDURES 8:00 | |||
MySQL: TRIGGERS 17:00 | |||
Playlist 2 | |||
MySQL Installation Using Debian Packages 7:00 | |||
MySQL Installation Using Linux Generic Binary and Securing the Installationv1 17:00 | |||
MySQL Client - Connecting to the Server From a Remote Host 11:00 | |||
MySQL Client Commands 8:00 | |||
MySQL Logs 19:00 | |||
MYSQL Basic Operations 11:00 | |||
MySQL INFORMATION SCHEMA 9:00 | |||
Transaction in MySQL 15:00 | |||
MySQL Deadlock Situation 4:00 | |||
MySQL Partitioning 16:00 | |||
Exporting and Importing Data in MySQL 11:00 | |||
MySQL User Administration 10:00 | |||
MySQL Backup & Restoration 11:00 | |||
MySQL Replication (With MySQL Proxy in front) 13:00 | |||
Java & Maven | |||
Java Basics | |||
Java Beginner Tutorial 1 | Getting Started 5:00 | |||
Java Beginner Tutorial 2 - How to install JAVA on windows - Step by Step beginner tutorial 10:00 | |||
Java Beginner Tutorial 3 - How to install or update JAVA on Mac 8:00 | |||
Java Beginner Tutorial 4 - Getting Started with Eclipse IDE 9:00 | |||
Java Beginner Tutorial 5 - My First Java Program 12:00 | |||
Java Beginner Tutorial 6 - CommandLine execution 6:00 | |||
Java Beginner Tutorial 7 - JAR (Java Archive) basics 11:00 | |||
Java Beginner Tutorial 8 - What is JDK JRE JVM 7:00 | |||
Java Beginner Tutorial 9 - What is Object Oriented Programming (OOPs) with examples 12:00 | |||
Java Beginner Tutorial 10 - How to create Classes and Objects 11:00 | |||
Java in Web | |||
Introduction to Servlets 7:00 | |||
#1 Servlet and JSP Tutorial | Eclipse Setup and Tour 5:00 | |||
#2 Servlet and JSP Tutorial | Configure Tomcat in Eclipse 5:00 | |||
#3 Servlet and JSP Tutorial | Eclipse and Tomcat Setup on Windows 6:00 | |||
#4 Servlet and JSP Tutorial | Creating Web Project in Eclipse 8:00 | |||
#5 Servlet and JSP Tutorial | Create Servlet and web.xml Config 13:00 | |||
ServletConfig and ServletContext 8:00 | |||
Servlet and JSP Tutorial | Why JSP? 9:00 | |||
Servlet | JSP | JDBC | Maven Example 38:00 | |||
How Java Works 12:00 | |||
What is Web Application Archive File [WAR file]? 7:00 | |||
Structure of a WAR (Web ARchive) file 4:00 | |||
50 How to Prepare/Create .War file for java web application | Adv Java Servlet Programming Tutorial 10:00 | |||
Creating a WAR File in Eclipse: Step-by-Step Guide 3:00 | |||
Maven | |||
What is Maven? | |||
Introduction to Maven ? | Build Automation Tool || Maven Framework 5:00 | |||
Introduction to Maven | Theory 8:00 | |||
Maven: The Ultimate Beginner's Guide 20:00 | |||
Maven on Windows: The Ultimate Installation Guide 5:00 | |||
How to Import Maven Projects in Eclipse 8:00 | |||
Maven Essentials: The Project Structure You NEED To Know 28:00 | |||
Apache Maven Tutorial | maven Project | Folder Structure | Maven Build Life Cycle | pom.xml 38:00 | |||
Understanding of settings.xml in Maven || Maven Settings || Maven Settings.xml example 12:00 | |||
How to install and setup Maven Environment on windows? || Maven Framework || Built tool 9:00 | |||
Creating First Maven Project using command line || Understand Complete Maven Build Lifecycle 20:00 | |||
Creating Maven project using Eclipse IDE || Understanding of pom.xml 21:00 | |||
How to create Maven project in Eclipse | How to Create a Maven Project |Java Maven Project Eclipse 6:00 | |||
Embedded Tomcat Server in Maven Project || Java Web Application Using Embedded Tomcat Server 8:00 | |||
Introduction to Maven and its Lifecycle | Spring boot Maven project 49:00 | |||
Maven Full Course | Apache Maven Tutorial for Beginners 295:00 | |||
Maven Profiles for different Environments | Keen Concept 29:00 | |||
Maven Profiles | How to create and activate Maven Profile | Run automation with Maven Profile 33:00 | |||
Projects | |||
Registration Form using JSP + Servlet + JDBC + MySQL Database Example @RameshFadatare 25:00 | |||
Login Form using JSP + Servlet + JDBC + MySQL Example 17:00 | |||
JSP Servlet JDBC MySQL CRUD Example Tutorial | Java Guides 46:00 | |||
JSP Servlet MVC Example | Java Guides 23:00 | |||
Build Todo App using JSP, Servlet, JDBC and MySQL 29:00 | |||
JSP Servlet Hibernate CRUD Example 25:00 | |||
How to Create Dynamic Web Project in Eclipse with Tomcat 7:00 | |||
Login Application using JSP + Servlet + Hibernate + MySQL Example | Java Guides 19:00 | |||
Java Servlet JSON Example Tutorial - Return JSON Response from Servlet 18:00 | |||
JSP Servlet Hibernate CRUD Database Tutorial - Build Todo Web Application 31:00 | |||
JSP Servlet JDBC MySQL Create Read Update Delete (CRUD) Example 47:00 | |||
Free JSP, Servlet Projects for Learning Purposes | GitHub | Download 9:00 | |||
JSP Servlet MySQL Database Project - Todo Application | Project for Final Year Students 17:00 | |||
SSL | |||
Phase 1 | |||
Key Players of SSL & TLS: Client, Server, Certificate Authority (CA) - Practical TLS 6:00 | |||
Public and Private Keys - Signatures & Key Exchanges - Cryptography - Practical TLS 13:00 | |||
TLS / SSL - The complete sequence - Practical TLS 6:00 | |||
TLS Mastery 02: Creating Self Signed Certificates & CA with OpenSSL | Generating CSR 58:00 | |||
How to create a valid self signed SSL Certificate? 25:00 | |||
OpenSSL Tutorial - how it works | |||
What are Cipher Suites? - Practical TLS 5:00 | |||
SSL TLS Explained: How SSL Certificates & Encryption Keep Your Data Safe [HINDI] 25:00 | |||
Cryptography : Public Key Cryptography Standards explained. 13:00 | |||
OpenSSL Tutorial | Key formats used in OpenSSL 28:00 | |||
Creating Keystore and Truststore for SSL/TLS | Step wise step Tutorial 5:00 | |||
Generating SSL Certificate using Java keytool and Deploying on Apache Tomcat [Practical Example] 6:00 | |||
Masterclass in openSSL 56:00 | |||
How TCP really works // Three-way handshake // TCP/IP Deep Dive 61:00 | |||
Phase 2 | |||
What is SSL & TLS ? What is HTTPS ? What is an SSL VPN? - Practical TLS 8:00 | |||
How do SSL & TLS protect your Data? - Confidentiality, Integrity, Authentication - Practical TLS 5:00 | |||
Anti-Replay and Non-Repudiation - Practical TLS 5:00 | |||
Key Players of SSL & TLS: Client, Server, Certificate Authority (CA) - Practical TLS 6:00 | |||
TLS / SSL Versions -Practical TLS 6:00 | |||
TLS / SSL Versions - Practical TLS 14:00 | |||
Hashing, Hashing Algorithms, and Collisions - Cryptography - Practical TLS 12:00 | |||
Data Integrity - How Hashing is used to ensure data isn't modified - HMAC - Cryptography 7:00 | |||
Encryption - Symmetric Encryption vs Asymmetric Encryption - Cryptography - Practical TLS 14:00 | |||
Public and Private Keys - Signatures & Key Exchanges - Cryptography - Practical TLS 13:00 | |||
How SSL & TLS use Cryptographic tools to secure your data - Practical TLS 8:00 | |||
Public Key Infrastructure - What is a PKI? - Cryptography - Practical TLS 6:00 | |||
RSA Algorithm - How does it work? - I'll PROVE it with an Example! -- Cryptography - Practical TLS 16:00 | |||
Diffie-Hellman Key Exchange - the MAGIC that makes it possible - Cryptography - Practical TLS 7:00 | |||
Digital Signature Algorithm (DSA) - Cryptography - Practical TLS 6:00 | |||
TLS / SSL - The complete sequence - Practical TLS 6:00 | |||
What are Cipher Suites? - Practical TLS 5:00 | |||
HSTS - HTTP Strict Transport Security - Protect against SSL Stripping attack - Practical TLS 10:00 | |||
TLS Handshake - EVERYTHING that happens when you visit an HTTPS website 28:00 | |||
TLS 1.3 - What Changes? What stays the same? 8:00 | |||
TLS 1.3 Cipher Suites - Here is what CHANGES! 17:00 | |||
TLS 1.3 Handshake - many CHANGES from prior versions! 18:00 | |||
TLS 1.3 - Changes to Session Renegotiation - Practical TLS 14:00 | |||
TLS 1.3 - Changes to Session Resumption - Practical TLS 16:00 | |||
phase 3 | |||
Java Keytool Tutorial : Part 1 - Introduction to Keytool 15:00 | |||
Java Keytool Tutorial: Part 2 - What is a KeyStore? 17:00 | |||
Java Keytool Tutorial : Part 3 - Migrating a KeyStore 14:00 | |||
Cryptography : What is a Digital Certificate? 32:00 | |||
Java Keytool Tutorial : Part 4 - Using Certificate Extensions 27:00 | |||
Java Keytool Tutorial: Part 5 - Using Signed certificate. 27:00 | |||
Phase 4 | |||
OpenSSL Tutorial | Introduction to OpenSSL 28:00 | |||
OpenSSL Tutorial | Verifying integrity using OpenSSL. 11:00 | |||
OpenSSL Tutorial | Encryption using OpenSSL 25:00 | |||
OpenSSL Tutorial | Generating Key Pairs using OpenSSL 31:00 | |||
OpenSSL Tutorial | Generating Digital Signatures Using OpenSSL 14:00 | |||
OpenSSL Tutorial | HMAC and CMAC using OpenSSL 12:00 | |||
OpenSSL Tutorial | Generating Digital Certificates using OpenSSL 36:00 | |||
OpenSSL Tutorial | Introduction to OpenSSL Engines 14:00 | |||
OpenSSL Tutorial | Setting up two-tier CA (Certificate Authority) using OpenSSL 45:00 | |||
OpenSSL Tutorial | Forks of OpenSSL (LibreSSL and BoringSSL) 10:00 | |||
OpenSSL Tutorial | CMS using OpenSSL 28:00 | |||
OpenSSL Tutorial | Key formats used in OpenSSL 28:00 | |||
OpenSSL Tutorial | Configuring Providers in OpenSSL 3.x 34:00 | |||
OpenSSL Tutorial | Quick CA - An OpenSSL based Certificate Authority 20:00 | |||
REDIS | |||
Phase 1 | |||
Redis Crash Course - the What, Why and How to use Redis as your primary database 24:00 | |||
Redis Tutorial for Beginners | Learn Redis in 90 minutes 98:00 | |||
Phase 2 | |||
Redis Tutorial for Beginners - What is Redis? 6:00 | |||
Redis Tutorial for Beginners - Making a Redis Database (Redis Cloud) 6:00 | |||
Redis Tutorial for Beginners - Basic Commands 9:00 | |||
Redis Tutorial for Beginners - Command Options 5:00 | |||
Redis Tutorial for Beginners - Sets 6:00 | |||
Redis Tutorial for Beginners - Lists 8:00 | |||
Redis Tutorial for Beginners - Hashes 8:00 | |||
Redis Tutorial for Beginners - Redis Client Library 10:00 | |||
Redis Tutorial for Beginners - Using Redis with Next.js 7:00 | |||
Redis Tutorial for Beginners - Sorted Sets 12:00 | |||
Redis Tutorial for Beginners - Pipelines 9:00 | |||
Redis Tutorial for Beginners - Redis Stack Introduction 10:00 | |||
MESSAGE QUEUING | |||
What is a Message Queue? 16:00 | |||
Message Queues in System Design 5:00 | |||
What is a MESSAGE QUEUE and Where is it used? 10:00 | |||
What is RabbitMQ? 10:00 | |||
RabbitMQ in 100 Seconds 3:00 | |||
RabbitMQ Crash Course 43:00 | |||
What is Message Queue | RabbitMQ | Kafka | System design basics 22:00 | |||
Amazon MQ - Managed Message Broker Service 18:00 | |||
IBM MQ: What is it, and why do developers need it? 3:00 | |||
System Design: Apache Kafka 4:00 | |||
RabbitMQ Tutorial - Message Queues and Distributed Systems 31:00 | |||
AUTHENTICATION AND AUTHORISATION [LDAP JWT OAUTH] | |||
LDAP | |||
what is Remote LDAP Authentication | |||
LDAP - Directory Information Tree 3:00 | |||
LDAP - Design Directory Information Tree 4:00 | |||
LDAP Demo - Command Line Tool 6:00 | |||
LDAP Server Setup 5:00 | |||
What is ldap authentication 3:00 | |||
What is directory server | |||
What is directory service 2:00 | |||
LDAP JWT OAUTH | |||
What is LDAP and Active Directory ? How LDAP works and what is the structure of LDAP/AD? 11:00 | |||
HTTPS Security | SSL | TLS | Network Protocols | System Design 14:00 | |||
What is JWT and Why 15:00 | |||
How does JWT work | |||
What Is JWT and Why Should You Use JWT 15:00 | |||
JSON Web Tokens (JWTs) explained with examples | System Design 11:00 | |||
Session Vs JWT: The Differences You May Not Know! 7:00 | |||
OAuth 2.0: An Overview 7:00 | |||
OAuth 2.0 explained with examples 10:00 | |||
OAuth 2 Explained In Simple Terms 5:00 | |||
API Authentication: JWT, OAuth2, and More 6:00 | |||
Inside AWS Architecture: Journey of a Web Request 8:00 | |||
REST APIs | |||
JSON & YAML | |||
The BEST way to download 8:00 | |||
Learn JSON Step-by-Step from Scratch 13:00 | |||
JSON Beginner Tutorial | How to validate JSON 7:00 | |||
What is JSON Schema 6:00 | |||
JSON - basics | data types | syntax | benefits 23:00 | |||
The Ultimate JQ Tutorial: Everything You Need to Know to Parse JSON Like a Pro 25:00 | |||
Yaml Tutorial | Learn YAML in 18 mins 18:00 | |||
YAML Tutorial | Learn YAML in 10 Minutes 10:00 | |||
JSON to YAML Conversion 24:00 | |||
Python Tutorial: Working with JSON Data using the json Module 21:00 | |||
YAML Parsing | Working with YAML Files | Install YQ | Parse YAML files in YQ | YAML Data with yq 12:00 | |||
Deleting Specific Lines in a File with sed or yq 15:00 | |||
Working with YAML Files in Python 17:00 | |||
Python JSON Serialization/Deserialization Made Easy! 12:00 | |||
How to Write a Dictionary to a JSON File in Python and Read a JSON File - Python Tutorial 5:00 | |||
How to use CURL on Windows | How to test API with CURL | CURL Basics Step by Step 15:00 | |||
CURL | |||
curl: A Practical Guide 16:00 | |||
grep: A Practical Guide 14:00 | |||
nmap: A Practical Guide 17:00 | |||
lsof: A Quick Practical Guide 7:00 | |||
dig: A Practical Guide 8:00 | |||
jq: A Practical Guide 15:00 | |||
df vs du: Practically Explained 9:00 | |||
REST API & POSTMAN | |||
What Is An API 7:00 | |||
App Architecture - Understanding Frontend, Backend and Web Servers 12:00 | |||
What Is REST API? Examples And How To Use It: Crash Course System Design 5:00 | |||
API for beginners | architecture | Examples | benefits 21:00 | |||
REST Web Services - REST Response 17:00 | |||
Setup fake json server with authentication for API testing 11:00 | |||
HTTP common request methods | Idempotent & Safe methods 10:00 | |||
API request components | URI | Headers | Body | Authorization | Query & Path params 17:00 | |||
Common HTTP or REST request status codes 16:00 | |||
JSON - basics | data types | syntax | benefits 23:00 | |||
Why API testing is important as UI testing? 10:00 | |||
What to test in API testing? 28:00 | |||
Getting hands on with Postman as QA 39:00 | |||
Authentication vs authorisation and OAuth2.0 overview 24:00 | |||
GET request in Postman | PATH & QUERY parameter in detail 34:00 | |||
Test CRUD operation in postman collection | run tests with assertions | variables 35:00 | |||
Postman CLI Runner from postman (alternate to newman tool) | run on githubActions 23:00 | |||
Set headers at once for all API requests in collection | Postman pre-request script 11:00 | |||
REST APIs #javascript #python #web #coding #programming | |||
6 Common Ways to Build APIs | |||
Create your first Python REST API #python #fastapi #restapi | |||
Build your first REST API with Flask and PostgreSQL 28:00 |
After successful purchase, this item would be added to your Library.
You can access the library in the following ways :