Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Mastering Software Development (SDE) Training by Mr. Vimal Daga - Jan 2025
Linux Admin Training (RHCSA_v9)
Session 1 - Introduction of Linux |Operating System |CPU/RAM/Hardware|Linux distributor |RHEL9|Install RHEL9|Way to install OS|Bare metal |Virtualization |Cloud computing |Container technology |Hypervisor |Install Oracle VM|Rhel Image|ISO Image |Install RHel in VM |Root account |GUI & CLI & WebUI (120:13)
Summary - Session 1
Session 2 - GUI & CLI |Firefox Command |Crtl + c|Which Command |Gedit |Firefox code|Open Source Code |Gnome ScreenShot|foreground |Jobs command |Ping command |RAM File |Ctrl + z|Free command |History Command |Ctrl + l|Ctrl + s|Ctrl + q|Mkdir |Persistent Storage |ls & cd & Cat |Use of touch command (94:10)
Summary - Session 2
Session 5 - Text Editor |Vim Editor |Insert mode|Command mode |Vi command |User management |Permissions |Authentication |IAM concept |Create User |useradd command |passwd file |shadow file |Set password |Remove password |User ID |Admin user |General user |System user |Root password | Finger database (105:11)
Summary Session 5
Session 7 - Home directory |Passwd file|Getent|Ldap concept |Shell|bash shell|Bash command |Interactive and Non-interactive user |No login |Path concept |UID|Authentication |Switch user |Usermod|Shadow file|Recursive directory concept |Remove file |Secure file |Last Command |Log file |Pam concept (85:41)
Summary Session 7
Python Training by Mr. Vimal Daga
Session 4- List & Array |2D data |row-wise and column-wise operation|Numpy |primitive data Structure |Custom data Structure|Install NumPy |Computer Vision |Install OpenCV-Python |Click the photo|Imwrite()|imshow()|waitkey()|Create Own Image |Pixel |RGB color |2D & 3D|Crop image (126:04)
Summary - Session 4
Session 6 - Conditions |True & False |Operators|Multi-line comment |Boolean|End= keyword |Inline way block of code |conditional expression or ternary operator|Functional programming|Logical Operators|AND, OR & NOT |Truth table|Lazy Operator |IN Operator (109:03)
Summary - Session 6
Session 7 - program file |Process|Run time |Data sources |Speech Recognize |Mic |Pyaudio |Google Speech Recognize |Microphone function |Recognizer function |listen function |Context manager|With keyword|Create a Speech Recognize program|Timeout concept|loop |While loop |Break keyword (116:31)
Summary Session 7
Session 8 - Iteration |While loop|For Loop |Append function |In keyword|Index number |Dir function |iterator|Indentation Error|pass keyword |iterable|Pointer |__next__ function |Extract Data|ETL Concept |Inline list with for loop |List comprehension (113:57)
Summary - Session 8
Session 10 - Generator | Function | Stack memory | Return keywords | Yield keyword | while loop | For loop | Append (118:40)
Summary - Session 10
Session 11 - Time Complexity |Space Complexity |Memory profiler |Inner_wrapper function|Annotation & Decorator|@ Symbol|From Keyword|Create a code for memory Space|Timeit function |Default timer function |Lambda function |This module |Inline concept |Functional Programming|filter function (131:39)
Summary Session 11
Session 12 - Memory | Memory Address | Python Virtual Machine (PVM) | Memory Management | Reference Concept | Mutable & Immutable | iadd Function | is Keyword | import copy | Shallow Copy | Deep Copy | Garbage | Ctype Module CPython | Memory Interning | Cvzone | Click Photo (108:45)
Summary session 12
Session 14 - Function | Stack Memory | Namespace | Tuple | Dictionaries (121:19)
Summary Session 14
Session 15 - Module | Standard | Built-in | Package | C-extension | Binary Code | import sys | import numpy | sys.path (106:15)
Summary Session 15
Session 16 - Concurrency | Parallelism | Optimization | Context-switching | Threads | Processes | I/O-bound | Efficiency | Multitasking | Threading module | Threading module | current_thread() | start() method | PID (Process ID) (134:52)
Summary Session 16
Session 17 - Threads | CPUs | Parallelism | Global Interpreter Lock | Threading Model | Multi-Threading and GIL | Locking | Global Variables | Race Conditions | Locks and Deadlocks (144:19)
Summary Session 17
Session 18 - Parallelism | CPU-intensive | Core-utilization | GIL-bypass | Process-based | Simultaneous | Independence | Efficiency | Separation | Scalability | Memory-isolation | Non-shared | Deadlock-prevention | Race-condition-avoidance | Performance-boost (81:43)
Summary Session 18
Session 19 - Multiprocessing | Parallelism | Data Handling | Shared Memory | Queue | Pipe | CPU Affinity | cpu_count() | Process Creation | Lock | Value | Process Explorer | Memory Space | Data Sharing | Race Condition | GIL | Locking Strategy | Context Manager (95:25)
Summary Session 19
Data Structure & Algorithms (DSA) with Mr. Vimal Daga
Session 1_3 - Problem-solving | Algorithm | Runtime | RAM | CPU | Servers | Optimization | Space Complexity | Time Complexity | Efficiency | Cost | Performance | Execution | Process | Resources | Function | Analysis | Solid Principle | Modularity | Compute Device (125:10)
Summary Session 3
Session 2_4 - Algorithms & Functions | Time Complexity (Big O) | Loops in Python (Iteration & Recursion) | Using range() in for loops | Efficient Programming | Constant Time O(1) | Variable Time O(n) | Resource Planning (Hotstar Example) | Time Complexities (O(1), O(n), O(n²)) | Problem-Solving (140:34)
Summary Session 4
Session 3_5 - Natural Number Sum | Real-world Problem Mapping | Identifying Patterns | Loop Implementation | Pseudocode Writing | Variable Naming | Time Complexity (Big O) | Function Optimization | Jupyter Magic Commands | Arithmetic Progression Formula (116:13)
Summary Session 5
Session 4_6 - Algorithmic Thinking | Iteration vs. Recursion | Function Design & Modularity | Direct & Indirect Recursion | Base Conditions in Recursive Functions (111:46)
Summary Session 6
Session 7 - Recursion Basics | Reverse Printing | Base Condition | Top-Down vs. Bottom-Up | Stack Memory & Activation Records | Function Calls & Stack Frame Management | Stack Overflow & Recursion Limits | Increasing Recursion Limit in Python | Tracing Recursion Flow with Trees (126:23)
Summary Session 7
Session 8 - Recursion Basics | Tail Recursion & Optimization | Factorial Calculation using Recursion | Call Stack & Stack Overflow | Tail Call Optimization (TCO) | Permutations & Combinations | Seating Arrangement Problem | Iterative vs Recursive Approaches | Time Complexity of Recursion (O(n)) (121:04)
Summary Session 8
Session 9 - Recursion & Stack Memory Issues | Iteration as an Alternative to Recursion | Python Interpreter vs. Compilers | Tail Call Optimization (TCO) | Using Accumulators for Tail Recursion (109:26)
Summary Session 9
Session 10 - Iterative vs. Recursive Problem Solving | Fibonacci Series in Computation & Nature | Optimizing Recursion with Dynamic Programming | Mathematical Modeling in Algorithms | Pattern Recognition for Efficient Computing (114:10)
Summary Session 10
Session 11 - Fundamentals of Dynamic Programming | Recursion vs. Iteration in Dynamic programming | Memoization & Tabulation Techniques | Applications of Dynamic Programming in Real-world Problems | Optimizing Recursive Algorithms (107:30)
Summary Session 11
11_1. Data Structure & Algorithms (DSA)_GMT20250311-130016
12. Data Structure & Algorithms (DSA) with Mr. Vimal Daga _GMT20250318-130140 (95:33)
Summary Session 12
13. Data Structure & Algorithms (DSA) with Mr. Vimal Daga_GMT20250320-131428 (109:49)
Summary Session 13
Summary Session 14
Summary Session 15
Summary Session 16
Summary Session 17
Specialization in DevOps
Session 1_3 - Intro to Containerization | Docker Installation | Docker Images | Launching Containers | Container Management | Networking | App Deployment | Manual Configuration | File Transfer | App Access | Automation | DevOps Principles | Docker Engine | Docker Hub | Multi-OS Support (136:16)
Summary Session 1_3
Session 2_4 - Containers from images | Configuring OS | Manual vs automated setup | Imperative vs declarative automation | Prebaked images | Scaling in containers | Custom image creation | Docker commit vs Dockerfile | Dockerfile keywords (FROM, RUN, COPY, CMD) | Building & running Docker containers (149:54)
Summary Session 2_4
Session 3_5 - Dockerfile | Build Time & Run Time | CMD vs ENTRYPOINT | Docker Build & Run | Docker History | Stopped Containers | Command Overwriting | Container Lifecycle | Argument Passing | Bulk Container Deletion (111:24)
Summary Session 3_5
Session 4_6 - Docker Image Downloading & Usage | Running & Managing Containers | Setting Up MySQL in Docker | Environment Variables in Containers | Image Tagging & Versioning | Container Networking & Connectivity (115:35)
Summary Session 4_6
Session 7 - Containers | Networking | Automation | Configuration | Scaling | Deployment | Dockerfiles (153:48)
Summary Session 7
7_1. Specialisation in DevOps Project Session by Mr Vimal Daga_GMT20250205-151530 (86:06)
Session 8 - Container Image Size Optimization | Using Lightweight Images | Docker Buildkit vs Legacy Builder | Layering in Docker Images | Removing Unnecessary Metadata | Parallel Execution in Buildkit | Combining Commands Efficiently | Time & Resource Optimization (113:06)
Summary Session 8
Session 9 - Docker Multi-Stage Builds | Java Build Process & Maven | Optimizing Container Image Size | Dockerfile Best Practices | Parallelism & BuildKit in Docker (139:10)
Summary Session 9
Session 10 - Docker Image Optimization Techniques Multi-Stage Build & Best Practices | Using Distroless & Alpine Images | Security Enhancements in Docker | Scratch Images & Static Compilation (95:54)
Summary Session 10
Summary Session 11
Session 12 - DIND (Docker-in-Docker) Concept | Jenkins Master-Slave in Docker | Docker Engine, Services & Sockets | Mounting Docker Socket for Nested Containers | Dockerfile & Volume Mounting Best Practices (108:03)
Summary Session 12
13. Specialisation in DevOps by Mr Vimal Daga_GMT20250218-151613 (108:03)
Summary Session 13
Docker Interview Question
Docker Interview Question Set - 1
Docker Certified Associate (DCA) Extra Sessions
Session 7 - Running Container in Detached Mode | Docker Compose | Docker Engine | YAML Language | Multicontainer (129:33)
Session 7 - Summary
Session 8 - Network Infrastructure | Docker Compose | Multi container Concepts (119:15)
Session 8 - Summary
Session 12 - Integrating docker file and docker-compose | Tomcat Server | Docker attach Command | Bash Program |ROOT Directory | Docker-compose build | Patting in docker-compose | ADD Keyword in Docker File | Copy & Extracting Files | Expose Ports & Keywords in docker file | ENV Keyword (116:41)
Session 12 - Summary
Session 13 - PID | Why Docker is Superfast? | Need of OS | Process | Nested Process | Pgrep Command | /proc directory | Bash Shell | Kernel | Cgroup (98:19)
Session 13 - Summary
Session 14 - Data Structure | Data Member| Create Class | Create Object | Use of Objects | Methods/ Functions | Mutator |Accesor | Validation | Mutable Property | Immutable Property | Control access of variable (124:11)
Session 14 - Summary
Session 15 -Horizontal Scaling | SPOF | Container Cluster | Create Cluster | Swarm Tool | Why Cluster? | Master Node | Slave Node | Docker Swarm Command | Launch Container through Swarm | Docker Service Command (92:16)
Session 15 - Summary
Session 16 - Cluster | Create Cluster using docker- swarm | Encapsulation | Task | Replication | Pre-created Load Balancers | Replicas Keyword | Fail Over| Fault Tolerance | State| Scaling | Scale Out | Scale In | Orchestration (127:05)
Session 16 - Summary
Full Stack Development Training By Mr. Vimal Daga
Session 1 - Web Development | Front-End: HTML, CSS, JavaScript, UI/UX | Back-End: Python, Java, C++, Ruby | Server-Client Requests | Polyglot | Microservices | Frameworks: Tailwind, Bootstrap, React | API | Flask | Tech Stack | Full-Stack | Cloud | DevOps | IoT | Security | Scalability (92:17)
Summary Session 1
Session 2 - Front-End | HTML | Web Browser Processing & Rendering | Form Handling & Data Submission | URL Parameters & Client-Server Interaction | HTML Attributes & Their Uses (106:23)
Summary Session 2
Session 3 - API and its Role | Client-Server Interaction | HTTP & HTTPS Protocols | URL Structure & Routing| Flask for API Development | Using Decorators in Python | Handling API Responses & Errors | Embedding HTML in Backend Code (112:15)
Summary Session 3
Session 4 - Flask Routes & Dynamic URL Handling | Passing Parameters in URL Paths | Using render_template for HTML Pages | Implementing Jinja Templating for Dynamic Content | Structuring Flask Apps with a templates/ Directory (108:58)
Summary Session 4
Session 5 - Client-Server Model & HTTPS | CRUD Operations & HTTP Methods | Request Headers, Payloads & Status Codes | Network Requests & Developer Tools | Express.js & Flask for Backend Development | Routing & Data Handling in Web Apps (114:28)
Summary Session 5
Session 6 - HTTP Methods & API Communication | API Testing with Postman | Request/Response Handling & Status Codes | CRUD Operations & Data Management | Query Parameters vs. Secure Data Transmission (95:15)
Summary Session 6
Session 7 - API Communication & HTTP Methods | JSON Data Representation & API Responses | Flask-based API Development | CRUD Operations in Web Applications (132:05)
Summary Session 7
Session 8 - CRUD Operations in Flask (GET, PUT, PATCH, DELETE) | Handling JSON Data in API Requests | Managing Index Positions in Lists | Python Dictionary Operations for Data Storage | Rendering Data Dynamically with Jinja Templates | Displaying Data in HTML Tables with Proper Formatting (87:18)
Session 8_P2. Full Stack Development Training By Mr. Vimal Daga_GMT20250321-143512 (16:38)
Summary Session 8
Session 9 - Dynamic Web Pages with Flask/FastAPI Ninja | Jinja2 Templating Essentials | Data Rendering with Loops, Conditions & Variables | Adding CSS & Dynamic Content | APIs to HTML Transitions | Structuring Backend-Frontend Integration (119:56)
Summary Session 9
Session 10 - Dynamic Rendering with Jinja | API Interaction via Postman | CRUD Operations & Data Updates | Handling JSON & Form Inputs | Unique ID-Based Data Storage | Implementing File Uploads | Content-Type & Data Encoding (115:37)
Summary Session 10
Session 11 - Difference between PUT and PATCH | How to send dynamic PATCH requests using Postman | Backend handling of partial updates in Python | Role of MVC/MTV in web applications | CRUD API implementation concepts (82:36)
Summary Session 11
Exclusive Kubernetes Foundation Training
Session 1 - Introduction to Kubernetes | Challenges in application deployment | Docker and its limitations | Kubernetes architecture & components | Scaling, monitoring, and fault tolerance | Kubernetes Pods & Deployments| Networking & Load Balancing | Key kubectl commands for cluster management (430:46)
Summary Session 1
Session 2 - Kubernetes Architecture | Nodes, Pods, and Containers | Cluster Management & Scaling | Kubernetes Scheduling & Deployment | Handling Failovers & High Availability | Kube-API, Kube-Scheduler & Kubelet | Using kubectl for Cluster Management (136:53)
Summary Session 2
Session 3 - Kubernetes Cluster Overview | Interacting with Kubernetes | YAML for Configuration | Pods & Containers | Declarative Configuration | Launching & Managing Pods | Deleting & Recreating Resources (128:49)
Summary Session 3
Session 4 - Kubernetes vs. Traditional Container Engines | Replication Controllers & Desired State Maintenance | Dynamic Scaling with Multiple Containers | Labeling & Pod Identification for Better Management | Using create vs. apply for Kubernetes Configuration Updates (120:04)
Summary Session 4
4_1. Revision Kubernetes Session By Mr. Vimal Daga_GMT20250311-151337 (98:46)
Session 5 - Minikube Cluster & Status Checking | ReplicaSets & Fault Tolerance | Labels & Selectors in Kubernetes | Querying Resources with Selectors | Multi-OS Support for Selectors (98:54)
Summary Session 5
Session 6 - Pod Creation & YAML Configurations | Service Types & Connectivity | Load Balancing & Traffic Management | NodePort & External Access | Auto Discovery of New Pods (140:18)
Summary Session 6
Sesssion 7 - Defining & Deploying Kubernetes Services | Service Types: NodePort & ClusterIP | Debugging & Troubleshooting Pod Errors | Managing Environment Variables with ConfigMaps (135:42)
Summary Session 7
Session 8 -Deployment & Version Control |Rolling Update vs. Recreate Strategy | Kubernetes Deployment Management | Monitoring & Rollback Techniques (121:15)
Summary Session 8
8_P2. Kubernetes Session By Mr. Vimal Daga_part-2_GMT20250320-171630 (12:20)
Session 9 - Rolling Update Strategy in Kubernetes | Managing Passwords with Kubernetes Secrets | Referencing Secrets in YAML | Base64 Encoding & Security Risks | Implementing RBAC for Security | Deploying Multi-Tier Apps | Setting Up WordPress with MySQL in Kubernetes (139:40)
Summary Session 9
9_1.. Kubernetes Revision Session By Mr. Vimal Daga_GMT20250326-152147 (67:46)
Session 10 - Deploying a Kubernetes Cluster | Managing Secrets & Configurations | Multi-Tier App Deployment with YAML | Helm & Kustomize Overview | SecretGenerator & ConfigMap | Env Variables | ClusterIP for Service Discovery | Persistent Storage (112:48)
Summary Session 10
Session 11 - Persistent Volume (PV) & Persistent Volume Claim (PVC) | Manual vs Dynamic Provisioning | Ephemeral vs Persistent Storage | CSI Overview | Storage Provisioners in Kubernetes | PVC Access Modes | Storage Mounting & Claims (134:55)
Session 12 - Persistent Volume (PV) & Data Retention | Persistent Volume Claim (PVC) & Storage Requests | Storage Class (SC) & Dynamic Provisioning | Minikube Storage & hostPath Implementation | Cloud Storage Solutions & Cost Considerations | Kubernetes Storage Drivers & Automation (123:23)
Summary Session 12
Session 13 - Understanding hostPath and its limitations in Kubernetes | Real-world issues with storage in multi-node environments | Centralized storage with NFS and NAS concepts | Steps to configure an NFS server and mount shared folders | Using NFS volumes for pod-level persistent storage (84:50)
Summary Session 13
Session 14 - PV, PVC, SC – definitions and interactions | Pod lifecycle and replica behavior | Data persistence using volumes | Real-time use case: WordPress + MySQL setup | Mounting strategies for /var/lib/mysql (94:46)
Summary Session 14
Session 15 - Cookie basics and authentication handling | Centralized session storage using Redis | Concept of session stickiness and load balancer’s role | Understanding stateless vs stateful applications | Introduction to master-slave DB models | Kubernetes StatefulSet usage (119:17)
Summary Session 15
Session 16 - Headless Service functionality and use-cases | ConfigMap and Secret usage with practical differences | Security concerns when misusing ConfigMap | Importance and lifecycle of Init Containers | Best practices in configuration and initialization (119:10)
Summary Session 16
Session 17 - StatefulSets for database applications | Using minikube delete for cluster reset | Launching a MySQL cluster with StatefulSets | Configuring and verifying master-slave replication | Creating MySQL config files and ConfigMaps | Establishing connectivity between master and slave nodes (122:45)
Summary Session 17
JavaScript Training
Session 1 - Introduction to frontend and backend in web development | JavaScript’s role in handling data and interactivity | Understanding runtime environments like Node.js | How REPL helps in real-time testing of code | Platform-specific considerations for JavaScript execution (102:30)
Session 2 - Introduction to Node.js and running JS outside browsers | Using a single IDE for streamlined development | Creating and invoking functions | Variable declaration and its impact | Differentiating between strings, keywords, and errors (118:56)
Extra Topics
NAS | NFS | Persistent Mount | NTP Servers and Clients (117:24)
NAS | NFS | Autofs (79:21)
Namespace (21:17)
Configmap (71:17)
Authentication Part 1 (37:05)
Authentication Part 2 (74:25)
Role Based Access Control - Part 1 (18:37)
Role Based Access Control - Part 2
CRI - O Podman (114:46)
User Management - part 1 (57:43)
User Management - part2 (52:37)
Node Selecter | Node Affinity | Taint & Tolerance (100:08)
DaemonSet | Static Pod | Scheduler (107:19)
Flannel Network - Weave | Firewall - Security Group | Network Policy (110:19)
Statefulsets - Headless Service | Persistent Volume Tamplet | Multi Container - POD(pod Design Petorn (139:07)
Job / Cronjob | Etcd | About Restart policy | Web server Use-cases | Batch Processing (60:22)
Limits | Quotas | Security Constant (68:32)
Kubernetes
12.Container Images | Container Engine-Docker, Podman, CRI-O | Why CRI-O Not Docker? | Swarm & Kubernetes Container Run Time | RunC | Single Node Cluster | SPOF | Manager-Node | Matrices & Fault Tolerances | Scale In & Out | Multi-Node Cluster | DataBase-ETCD | CNI | Calico (148:41)
Summary - Session 12
13.Overlay Network | BGP-Bird & SDN | Calico Tool | Tools For K8S Cluster Setup | Controlplane(MasterNode) | Cluster-2 WorkerNode & 1 MasterNode | Physical Resources for Nodes | Container Engine-CRI-O | Kubeadm Program | AWS EC2 Service | Agent Program-Kubelet | ClusterSetup Using AWS Cloud | (196:50)
Summary - Session - 13
14.Overlay Network | Router & Switches | SDN Concepts | Single node Cluster-Minikube | Multi Tier App | Connection String | Multi-POD App | Wordpress Application On K8S | Kubelet Program | Events In Cluster | Shell Variable or Environment Variable | Deployment | Entry Point In Docker | SVC-ClusterIP (96:12)
Summary - Session 14
16.1_ Certified Kubernetes Administrator - Openshift Admin Training by Mr. Vimal Daga_GMT20240222-152037 (63:07)
17. Certified Kubernetes Administrator - Openshift Admin Training by Mr. Vimal Daga on 29th Feb 2024_GMT20240229-151657 (109:18)
19. Free Helm Chart MasterClass by Mr Vimal Daga on 12th March 2024_GMT20240312-141820 (209:48)
Ingress Controller | DNS and its uses | Routing (73:03)
Custom resource & Custom resource definition (58:14)
Network policy (54:26)
DSA Extra Session
Session 1 - Linear Search Algorithm | Best Case Scenario | Worst Case Scenario | Pre- created Algorithms | Unordered Array of data | Exit Code | Return Keyword | Garbage Value| Upperbound Value (109:09)
Session 1 - Summary
Session 2 - Linear Search | Traversal | Length of the data | Stack Memory | Pointers | Big O(n) | Big O(1) | Best Case Scenario | Worst Case Scenario (120:41)
Session 2 - Summary
Session 3 - Compile Time | Run Time | Static & Dynamic Memory Allocation | Stack vs Heap Memory | Organizing Data | Arrays | Data Structures | Continuous vs Non-continuous Storage | Linked List | C Demo: printf, scanf, stdio.h | Pointers | Array Access Time | Big O Notation (98:46)
Session 3 - Summary
Session 4 - Heap Memory | Stack Memory | Mallock Function | Dereferencing | Static Memory Allocation | Dynamic Memory Allocation | Compile Time | Allocation at Run Time | Stack Frame | Dynamic Array (126:37)
Session 4 - Summary
Session 5 - Access data value after function finished | Pointer to pointer or Double pointer | Use of * and ** in Double pointer | Use case of double pointer | Allocate heap memory using function | Allocation heap memory for array in C++ | De-allocation heap memory for array in C++ (126:15)
Session 5 - Summary
Session 6 - Member Access Operator | Static array | Dynamic array | Algorithm for extending dynamic array (117:44)
Session 6 - Summary
Session 7 - Class Template | More than one argument to templates | Create Dynamic array in heap memory (126:40)
Session 7 - Summary
Session 8 - STL (Standard Template Library) |Time Complexity | Extend Array | Append Data | CPU Time | POP | Vector | Capacity Function | push_back | Size Function " (116:20)
Session 8 - Summary
Session 9 - Create dynamic array | Vector | Traversal Operation | Iterator Class | push_back keyword | itr object | foreach loop | Challenges in array (102:49)
Session 9 - Summary
Session 10 - Limitation of Array| OutOfMemory Exception | Continuous way | Non-continuous way | Linked List | Node | Self-referencing class (131:59)
Session 10 - Summary
Session 11 - Insertion Operation on Array | Time Complexity of Insertion Operation on Array | Insertion Operation on Linked List | Time Complexity (Best Case Scenario) of Insertion Operation on Linked List | Time Complexity (Worst Case Scenario) of Insertion Operation on Linked List (106:34)
Session 11 - Summary
Teach online with
Session 15 -Horizontal Scaling | SPOF | Container Cluster | Create Cluster | Swarm Tool | Why Cluster? | Master Node | Slave Node | Docker Swarm Command | Launch Container through Swarm | Docker Service Command
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock