2020-10-09 16:24:30 +00:00
### Index
2022-08-18 07:24:47 +00:00
* [Algorithms ](#algorithms )
* [Android ](#android )
2022-10-06 03:25:44 +00:00
* [Angular ](#angular )
2022-11-08 16:44:40 +00:00
* [Arduino ](#arduino )
2022-10-04 14:50:35 +00:00
* [Artificial Intelligence ](#artificial-intelligence )
2022-10-01 04:56:11 +00:00
* [Assembly ](#assembly )
2022-08-18 07:24:47 +00:00
* [Bash and Shell ](#bash-and-shell )
2022-10-02 20:53:49 +00:00
* [Blockchain ](#blockchain )
2022-08-18 07:24:47 +00:00
* [C ](#c )
2022-10-04 15:12:28 +00:00
* [C# ](#csharp )
2021-01-23 21:36:35 +00:00
* [C++ ](#cpp )
2022-10-05 00:58:32 +00:00
* [Competitive Programming ](#competitive-programming )
2022-10-02 21:04:02 +00:00
* [Compiler Design ](#compiler-design )
2022-10-15 22:01:58 +00:00
* [Computer Graphics ](#computer-graphics )
2022-10-02 21:04:02 +00:00
* [Computer Organization and Architecture ](#computer-organization-and-architecture )
2021-10-02 20:02:11 +00:00
* [Data Structures ](#data-structures )
2022-10-05 00:49:25 +00:00
* [Databases ](#databases )
2021-10-02 20:02:11 +00:00
* [DevOps ](#devops )
2022-08-18 07:24:47 +00:00
* [Flutter ](#flutter )
2022-10-25 00:44:44 +00:00
* [Game Development ](#game-development )
2021-10-02 20:02:11 +00:00
* [Git and GitHub ](#git-and-github )
2022-10-04 16:53:42 +00:00
* [Golang ](#golang )
2021-10-04 14:34:43 +00:00
* [HTML and CSS ](#html-and-css )
2022-08-18 07:24:47 +00:00
* [Bootstrap ](#bootstrap )
2022-10-04 15:16:16 +00:00
* [Tailwind CSS ](#tailwind-css )
2022-10-23 22:29:59 +00:00
* [iOS ](#ios )
2021-10-02 20:02:11 +00:00
* [Java ](#java )
2022-08-12 13:14:00 +00:00
* [JavaScript ](#javascript )
2022-08-18 07:24:47 +00:00
* [jQuery ](#jquery )
2022-08-12 13:14:00 +00:00
* [Next.js ](#nextjs )
2022-08-18 07:24:47 +00:00
* [Node.js ](#nodejs )
2022-08-12 13:14:00 +00:00
* [React ](#react )
2022-10-03 14:30:51 +00:00
* [Vue.js ](#vuejs )
2022-10-02 20:26:27 +00:00
* [Kotlin ](#kotlin )
2022-10-03 14:38:31 +00:00
* [Linux ](#linux )
2021-10-20 14:30:35 +00:00
* [Machine Learning ](#machine-learning )
2022-10-04 14:51:14 +00:00
* [Mathematics ](#mathematics )
2022-10-25 00:43:14 +00:00
* [Matlab ](#matlab )
2022-10-11 00:27:49 +00:00
* [Mongo DB ](#mongo-db )
2022-10-06 15:27:21 +00:00
* [Natural Language Processing ](#natural-language-processing )
2022-10-05 15:58:49 +00:00
* [Networking ](#networking )
2022-10-05 00:48:49 +00:00
* [Operating Systems ](#operating-systems )
2021-10-02 20:02:11 +00:00
* [PHP ](#php )
* [Python ](#python )
2022-08-12 13:14:00 +00:00
* [Django ](#django )
* [Flask ](#flask )
2022-10-31 20:46:36 +00:00
* [Jupyter ](#jupyter )
2020-11-20 14:56:37 +00:00
* [R ](#r )
2020-11-06 20:38:42 +00:00
* [Ruby ](#ruby )
2022-08-12 13:14:00 +00:00
* [Ruby on Rails ](#ruby-on-rails )
2022-10-01 19:09:13 +00:00
* [Rust ](#rust )
2022-10-04 15:10:03 +00:00
* [Software Engineering ](#software-engineering )
2022-10-23 22:32:07 +00:00
* [Swift ](#swift )
2022-10-04 15:10:03 +00:00
* [System Design ](#system-design )
2020-10-09 16:24:30 +00:00
2021-10-10 20:46:40 +00:00
### Algorithms
2022-10-04 14:52:09 +00:00
* [All Sorting algorithms and Programs ](https://www.youtube.com/playlist?list=PLsFNQxKNzefK_DAUwnQwBizOmcY7aDLoY ) - Saurabh Shukla
2022-02-14 16:42:09 +00:00
* [Binary Search \| Interview Questions \| Coding \| Tutorials \| Algorithm ](https://www.youtube.com/playlist?list=PL_z_8CaSLPWeYfhtuKHj-9MpYb6XQJ_f2 ) - Aditya Verma
2021-10-10 20:46:40 +00:00
* [Binary Trees - Level 1 ](https://www.youtube.com/playlist?list=PL-Jc9J83PIiHYxUk8dSu2_G7MR1PaGXN4 ) - Pepcoding
2022-11-06 23:50:29 +00:00
* [Bit Manipulation - Level 2 ](https://youtube.com/playlist?list=PL-Jc9J83PIiFJRioti3ZV7QabwoJK6eKe ) - Pepecoding
2022-10-04 01:47:48 +00:00
* [Data Structures and Algorithms in Python ](https://www.youtube.com/playlist?list=PLyMom0n-MBrpakdIZvnhd6PFUCKNAyKo1 ) - Jovian
2022-10-17 01:53:34 +00:00
* [Design And Analysis Of Algorithms ](https://youtube.com/playlist?list=PLxCzCOWd7aiHcmS4i14bI0VrMbZTUvlTa ) - Gate Smashers
2022-02-14 16:42:09 +00:00
* [Dynamic Programming Playlist \| Coding \| Interview Questions \| Tutorials \| Algorithm ](https://www.youtube.com/playlist?list=PL_z_8CaSLPWekqhdCPmFohncHwz8TY2Go ) - Aditya Verma
2022-10-18 01:19:09 +00:00
* [Dynamic Programming Workshop ](https://www.youtube.com/playlist?list=PLqf9emQRQrnKA_EeveiXQj_uP25w8_5qL ) - Vivek Gupta
2021-10-10 20:46:40 +00:00
* [Generic Trees - Level 1 ](https://www.youtube.com/playlist?list=PL-Jc9J83PIiEmjuIVDrwR9h5i9TT2CEU_ ) - Pepcoding
* [Graphs - Level 1 ](https://www.youtube.com/playlist?list=PL-Jc9J83PIiHfqDcLZMcO9SsUDY4S3a-v ) - Pepcoding
* [Recursion & Backtracking - Level 1 ](https://www.youtube.com/playlist?list=PL-Jc9J83PIiFxaBahjslhBD1LiJAV7nKs ) - Pepcoding
* [Recursion & Backtracking - Level 2 ](https://www.youtube.com/playlist?list=PL-Jc9J83PIiHO9SQ6lxGuDsZNt2mkHEn0 ) - Pepcoding
2022-02-14 16:42:09 +00:00
* [Recursion Playlist \| Coding \| Interview Questions \| Algorithm \| Tutorials ](https://www.youtube.com/playlist?list=PL_z_8CaSLPWeT1ffjiImo0sYTcnLzo-wY ) - Aditya Verma
2022-10-05 00:55:48 +00:00
* [Sliding Window Algorithm - Face to Face Interviews ](https://youtube.com/playlist?list=PL_z_8CaSLPWeM8BDJmIYDaoQ5zuwyxnfj ) - Aditya Verma
2021-10-10 20:46:40 +00:00
* [Time and Space - Level 1 ](https://www.youtube.com/playlist?list=PL-Jc9J83PIiFc7hJ5eeCb579PS8p-en4f ) - Pepcoding
2020-10-22 15:33:40 +00:00
### Android
2022-10-05 00:57:51 +00:00
* [Android App Development Course (Beginner to Advanced) \| WsCube Tech 2.0 ](https://www.youtube.com/playlist?list=PLjVLYmrlmjGdDps6HAwOOVoAtBPAgIOXL ) - WsCube Tech
2022-10-05 01:48:03 +00:00
* [Android App Development Full Course in Hindi ](https://youtube.com/playlist?list=PLRu7mEBdW7fAUNtaiPoTCCgWXSlqwqdSP ) - Geeky Hub
2021-10-09 18:11:44 +00:00
* [Android Development Tutorial for Beginners ](https://www.youtube.com/playlist?list=PLUcsbZa0qzu3Mri2tL1FzZy-5SX75UJfb ) - Anuj Bhaiya
2022-03-17 15:25:53 +00:00
* [Android Development Tutorials in Hindi ](https://www.youtube.com/playlist?list=PLu0W_9lII9aiL0kysYlfSOUgY5rNlOhUd ) - CodeWithHarry
2022-11-01 16:42:25 +00:00
* [Android Development With KOTLIN \| Android App Development Course In Hindi ](https://www.youtube.com/playlist?list=PL6Fr59UplGvL7q7P3Hg6nYzS45gld-CCI ) - Zain Farhan
2022-10-04 15:25:00 +00:00
* [App Development Course For School Students \| Certified Course By Coding Blocks Junior ](https://youtube.com/playlist?list=PLhLbJ9UoJCvu4ktQMUJJq-D_6-Eoz8lOk ) - Coding Blocks Junior
2020-11-14 22:53:53 +00:00
* [Complete Android Development Course in Hindi ](https://www.youtube.com/playlist?list=PLUhfM8afLE_Ok-0Lx2v9hfrmbxi3GgsX1 ) - Neat Roots
2020-10-22 15:33:40 +00:00
2022-10-06 03:25:44 +00:00
### Angular
2022-10-14 14:47:54 +00:00
* [Angular 12 - 13 tutorial in Hindi ](https://www.youtube.com/playlist?list=PL8p2I9GklV45--5t7_N4lveUI6Y31vQ6C ) - Code Step By Step
2022-10-19 01:04:50 +00:00
* [Angular 13 Tutorial in Hindi ](https://www.youtube.com/playlist?list=PL_qizAfcpJ-N2mRgfQxnDgsv20daqwlfN ) - Sahosoft Solutions
2022-11-02 00:04:11 +00:00
* [Angular 6/7/8 Series (In Hindi) ](https://www.youtube.com/playlist?list=PLLhsXdvz0qjL1HVD2jAtlvoDmS5qj0OvA ) - UX Trendz
2022-10-06 03:25:44 +00:00
* [Learn Angular in one video (Hindi) ](https://www.youtube.com/watch?v=0LhBvp8qpro&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7&index=21 ) - Code With Harry
2022-10-04 14:50:35 +00:00
### Artificial Intelligence
2022-10-13 15:02:39 +00:00
* [Artificial Intelligence (Complete Playlist) ](https://www.youtube.com/playlist?list=PLxCzCOWd7aiHGhOHV-nwb0HR5US5GFKFI ) - Gate Smashers
* [Artificial Intelligence Lectures Hindi ](https://www.youtube.com/playlist?list=PLV8vIYTIdSnYsdt0Dh9KkD9WFEi7nVgbe ) - Easy Engineering Classes
2022-10-17 00:44:51 +00:00
* [Playlist to Artificial Intelligence ](https://www.youtube.com/playlist?list=PLPIwNooIb9vgB1DQEftkKA3qOdeC4vonA ) - Perfect Computer Engineer
2022-10-04 14:50:35 +00:00
2022-11-08 16:44:40 +00:00
### Arduino
* [Arduino Programming Series (हिंदी में) ](https://youtube.com/playlist?list=PLV3C-t_tgjGFyXP_-AF37AoIuxM9jzELM ) - Engineers & Electronics
2022-10-01 04:56:11 +00:00
### Assembly
2022-11-11 16:03:17 +00:00
* [Assembly Language Programming Tutorials in Urdu Hindi ](https://www.youtube.com/playlist?list=PLR2FqYUVaFJpHPw1ExSVJZFNlXzJYGAT1 ) - Programology
2022-10-01 04:56:11 +00:00
* [x64 Assembly Language ](https://www.youtube.com/playlist?list=PL-DxAN1jsRa-3KzeQeEeoL_XpUHKfPL1u ) - The Cyber Expert
2022-08-18 07:24:47 +00:00
### Bash and Shell
* [Bash Basic Commands ](https://youtube.com/playlist?list=PLzOLSdbK1deOKmOiiv-o4wn7xUj6ZYzrM ) - Noob Coders
* [Bash Shell Scripting (NOOB) ](https://youtube.com/playlist?list=PLzOLSdbK1deNuVMOw0EkKGSsES-rPeONe ) - Noob Coders
* [shell scripting complete tutorial in hindi ](https://youtube.com/playlist?list=PL9A0tISr5Ow5nZSY8-ICNAyXHJKesl_XL ) - Cybersploit
2022-10-02 20:53:49 +00:00
### Blockchain
* [Blockchain Full Course in Hindi ](https://www.youtube.com/playlist?list=PLgPmWS2dQHW-BRQCQCNYgmHUfCN115pn0 ) - Code Eater (YouTube)
2022-10-19 01:57:02 +00:00
* [Blockchain Full Course in Hindi ](https://www.youtube.com/playlist?list=PLRlT7xBRpp9MiMN25XJjUVz01rGFQohq2 ) - Innovate India
2022-10-25 01:01:47 +00:00
* [Complete Blockchain Development Course for Beginners in Hindi ](https://www.youtube.com/watch?v=RkYVVC2vXho ) - web3Mantra
2022-10-02 20:53:49 +00:00
* [Solidity ^0.8 | Blockchain | In Hindi ](https://www.youtube.com/playlist?list=PL-Jc9J83PIiG6_thChXWzolj9BEG-Y0gh ) - Pepcoding (YouTube)
2022-10-01 19:37:33 +00:00
### <a id="c"></a>C
2020-10-09 16:24:30 +00:00
2020-11-21 20:27:55 +00:00
* [All C Concepts \| Hindi ](https://www.youtube.com/playlist?list=PL7ersPsTyYt1d8g5qaxbE6sjWDzs4D_1v ) - Saurabh Shukla
2022-10-05 15:59:53 +00:00
* [C Language Tutorial for Beginners (with Notes & Practice Questions) ](https://www.youtube.com/watch?v=irqbmMNs2Bo ) - Apna College
2020-11-20 15:04:11 +00:00
* [C Language Tutorial For Beginners In Hindi (With Notes) ](https://www.youtube.com/watch?v=ZSPZob_1TOk ) - CodeWithHarry
2022-10-17 00:54:29 +00:00
* [C Language Tutorial in Hindi ](https://www.youtube.com/playlist?list=PLmRclvVt5DtksgReOH3s7R1_cb1QA8vrb ) - codeitup
2020-11-20 15:04:11 +00:00
* [C Language Tutorials In Hindi ](https://www.youtube.com/playlist?list=PLu0W_9lII9aiXlHcLx-mDH1Qul38wD3aR ) - CodeWithHarry
2021-10-17 21:36:21 +00:00
* [C Programming Tutorials ](https://www.youtube.com/playlist?list=PLiOa6ike4WAHH3HyPUu6pUG-r0LApvW-l ) - Vikas Pandey, easytuts4you
2020-10-09 16:24:30 +00:00
2022-10-04 15:12:28 +00:00
### <a id="csharp"></a>C\#
* [C# Programming language (Console Applications) ](https://www.youtube.com/playlist?list=PLX07l0qxoHFLZftsVKyj3k9kfMca2uaPR ) - Learning Never Ends
* [C# Tutorial In Hindi ](https://www.youtube.com/watch?v=SuLiu5AK9Ps ) - CodeWithHarry
2022-10-15 22:35:54 +00:00
* [C# Tutorial in Hindi for Beginners ](https://www.youtube.com/playlist?list=PLV8vIYTIdSnYTYr0bmIbfzYii0YQSPocB ) - Easy Engineering Classes
2022-10-04 15:12:28 +00:00
2022-08-18 07:24:47 +00:00
### <a id="cpp"></a>C++
2020-10-09 16:24:30 +00:00
2022-02-14 16:42:09 +00:00
* [C++ Full Course \| C++ Tutorial \| Data Structures & Algorithms ](https://www.youtube.com/playlist?list=PLfqMhTWNBTe0b2nM6JHVCnAkhQRGiZMSJ ) - Apna College
2022-10-02 20:39:25 +00:00
* [C++ Full Course \|Complete C++ Placement DSA Course\| Data Structures & Algorithms ](https://www.youtube.com/playlist?list=PLDzeHZWIZsTryvtXdMr6rPh4IDexB5NIA ) - CodeHelp - by Babbar (YouTube)
2022-11-15 18:49:21 +00:00
* [C++ Programming in Hindi ](https://www.mygreatlearning.com/academy/learn-for-free/courses/c-programming-in-hindi1 ) - Bharani Akella (My Great Learning)
2020-11-16 14:38:26 +00:00
* [C++ Programming in Hindi ](https://www.youtube.com/playlist?list=PLDA2q3s0-n15yszaZ2yRKEoxY-WWkuAt4 ) - Sumit Bisht (Edutainment 1.0)
2021-10-31 18:25:58 +00:00
* [C++ Programming in Hindi ](https://www.youtube.com/playlist?list=PLbGui_ZYuhijXuOfBSdQgK296Y7wUDWLn ) - Rajesh Kumar, Geeky Shows
* [C++ Programming Tutorial in Hindi ](https://www.youtube.com/playlist?list=PLoVVmGDgrrnS5_TiSg193ezTPd-Ukb25k ) - Rakesh Roshan, Learn TechToTech
2022-10-05 16:18:55 +00:00
* [C++ STL \| Competitive Programming ](https://youtube.com/playlist?list=PLauivoElc3gh3RCiQA82MDI-gJfXQQVnn ) - Luv
2021-10-31 18:25:58 +00:00
* [C++ Tutorial For Begineers In Hindi ](https://www.youtube.com/playlist?list=PLnSDvcENZlwA6YDSfoieM1bl-Y3ALcnL5 ) - Abhishek Shrivastava, Micro Solution
* [C++ Tutorial for Beginners \| C++ Tutorials In Hindi ](https://www.youtube.com/playlist?list=PLmGElG-9wxc8VMy1nNHDQldH2dU8Y08s7 ) - Manish Gehlot, WsCube Tech Programming Concepts
2020-11-20 15:04:11 +00:00
* [C++ Tutorials In Hindi ](https://www.youtube.com/playlist?list=PLu0W_9lII9agpFUAlPFe_VNSlXW5uE0YL ) - CodeWithHarry
2020-11-21 20:27:55 +00:00
* [The Complete C++ Course \| Hindi ](https://www.youtube.com/playlist?list=PLLYz8uHU480j37APNXBdPz7YzAi4XlQUF ) - Saurabh Shukla
2020-10-09 16:24:30 +00:00
2022-10-05 00:58:32 +00:00
### Competitive Programming
2022-11-11 16:04:19 +00:00
* [Competitive Programming Series - Java Placement Course ](https://www.youtube.com/playlist?list=PLjVLYmrlmjGfHs-LbtPOrlQHA37LFQg3S ) - Wscube Tech
2022-10-05 00:58:32 +00:00
* [Competitive Programming/DSA Course \| Hindi ](https://www.youtube.com/playlist?list=PLauivoElc3ggagradg8MfOZreCMmXMmJ- ) - Luv
* [Full course in Competitive programming [ Hindi ] \|\| -by prince](https://www.youtube.com/playlist?list=PLzjZaW71kMwTGbP1suqY16w1VSb9ZNuvE) - Hello World
2022-10-19 02:17:16 +00:00
* [Range Queries - Level 3 ](https://youtube.com/playlist?list=PL-Jc9J83PIiGkI_pL8l67OVvbpnwf-5yO ) - Pepcoding
2022-10-15 00:16:39 +00:00
* [Text Processing - Level 3 ](https://youtube.com/playlist?list=PL-Jc9J83PIiEoZSwjEZT3TvpKG16FntFL ) - Pepcoding
2022-10-05 00:58:32 +00:00
2022-10-02 21:04:02 +00:00
### Compiler Design
2022-11-08 19:20:51 +00:00
* [Compiler Design ](https://www.youtube.com/playlist?list=PL9FuOtXibFjVR-87LcU-DS-9TJcbG97_p ) - Abhishek Sharma
2022-10-02 21:04:02 +00:00
* [Compiler Design (Complete Playlist) ](https://www.youtube.com/playlist?list=PLxCzCOWd7aiEKtKSIHYusizkESC42diyc ) - Gate Smashers (YouTube)
2022-10-19 01:02:15 +00:00
* [Compiler Design Tutorial In Hindi ](https://www.youtube.com/playlist?list=PL-JvKqQx2Ate5DWhppx-MUOtGNA4S3spT ) - University Academy
2022-10-02 21:04:02 +00:00
2022-10-15 22:01:58 +00:00
### Computer Graphics
* [Computer Graphics ](https://youtube.com/playlist?list=PLYwpaL_SFmcAtxMe7ahYC4ZYjQHun_b-T ) - 5 Minutes Engineering
2022-10-22 01:36:39 +00:00
* [Computer Graphics and Multimedia (CGMM) Lectures in Hindi ](https://www.youtube.com/playlist?list=PLV8vIYTIdSnaTVCcd954N14bVOOgYh-2V ) - Easy Engineering Classes
2022-10-15 22:01:58 +00:00
2022-10-02 21:04:02 +00:00
### Computer Organization and Architecture
* [Computer Organization and Architecture ](https://www.youtube.com/playlist?list=PLxCzCOWd7aiHMonh3G6QNKq53C6oNXGrX ) - Gate Smashers (YouTube)
2022-10-17 01:59:53 +00:00
* [Computer Organization and Architecture Lectures in Hindi ](https://www.youtube.com/playlist?list=PLV8vIYTIdSnar4uzz-4TIlgyFJ2m18NE3 ) - Easy Engineering Classes
2022-10-15 18:33:20 +00:00
* [Introduction to Computer Organization and Architecture ](https://youtube.com/playlist?list=PLBlnK6fEyqRjC2nTHdeUtWFkoiPVespkc ) - Neso Academy
2022-10-02 21:04:02 +00:00
2020-10-21 00:51:06 +00:00
### Data Structures
2021-10-10 20:46:40 +00:00
* [2-D Arrays - Level 1 ](https://www.youtube.com/playlist?list=PL-Jc9J83PIiFkOETg2Ybq-FMuJjkZSGeH ) - Pepcoding
2020-11-21 20:27:55 +00:00
* [All Data Structure Concepts \| Hindi ](https://www.youtube.com/playlist?list=PLsFNQxKNzefJNztGGoQC-59UhSwIaiIW3 ) - Saurabh Shukla
2022-02-14 16:42:09 +00:00
* [C++ Full Course \| C++ Tutorial \| Data Structures & Algorithms ](https://www.youtube.com/playlist?list=PLfqMhTWNBTe0b2nM6JHVCnAkhQRGiZMSJ ) - Apna College
2022-11-11 16:09:16 +00:00
* [Complete C++ Placement DSA Course ](https://www.youtube.com/playlist?list=PLDzeHZWIZsTryvtXdMr6rPh4IDexB5NIA ) - CodeHelp by Babbar
2022-10-06 15:40:36 +00:00
* [Data Structure And Algorithms Course | DSA Tutorial in Hindi ](https://www.youtube.com/playlist?list=PLmGElG-9wxc9Us6IK6Qy-KHlG_F3IS6Q9 ) - ScoreShala
2022-10-18 01:18:03 +00:00
* [Data Structure Programs \| Hindi ](https://www.youtube.com/playlist?list=PLsFNQxKNzefJU-Sj__mljvrmJHZVKWbEm ) - Saurabh Shukla
2020-11-14 22:55:11 +00:00
* [Data Structures and Algorithms Course in Hindi ](https://www.youtube.com/playlist?list=PLu0W_9lII9ahIappRPN0MCAgtOu3lQjQi ) - CodeWithHarry
2021-10-25 16:34:33 +00:00
* [DSA-One Course- The Complete Data Structure and Algorithms Course ](https://www.youtube.com/playlist?list=PLUcsbZa0qzu3yNzzAxgvSgRobdUUJvz7p ) - Anuj Bhaiya (YouTube)
2021-10-10 20:46:40 +00:00
* [Functions and Arrays - Level 1 ](https://www.youtube.com/playlist?list=PL-Jc9J83PIiHOV7lm2uSw4ZiVsIRsGS6r ) - Pepcoding
2022-10-15 01:41:16 +00:00
* [Graph Data Structure & Algorithms Full Course In Hindi ](https://www.youtube.com/playlist?list=PLzjZaW71kMwSrxEtvK5uQnfNQ9UjGGzA- ) - Hello World
2022-10-19 02:12:06 +00:00
* [Heap Playlist Interview Questions Coding Tutorials Data Structures ](https://youtube.com/playlist?list=PL_z_8CaSLPWdtY9W22VjnPxG30CXNZpI9 ) - Aditya Verma
2021-10-01 23:38:00 +00:00
* [Java + Data Structures + Algorithms ](https://www.youtube.com/playlist?list=PLKKfKV1b9e8ps6dD3QA5KFfHdiWj9cB1s ) - Apni Kaksha
2021-10-25 16:34:33 +00:00
* [Java + DSA ](https://www.youtube.com/playlist?list=PLfqMhTWNBTe3LtFWcvwpqTkUSlB32kJop ) - Apna College (YouTube)
2021-10-10 20:46:40 +00:00
* [Linked Lists - Level 1 ](https://www.youtube.com/playlist?list=PL-Jc9J83PIiF5VZmktfqW6WVU1pxBF6l_ ) - Pepcoding
2022-11-11 16:09:16 +00:00
* [Simplified DSA with FRAZ ](https://www.youtube.com/playlist?list=PLKZaSt2df1gy75J3irj89a2vSGqeQdtDA ) - Fraz
2022-10-05 17:28:26 +00:00
* [Stack Playlist \| Interview Questions \| Coding \| Tutorials \| Data Structures ](https://www.youtube.com/playlist?list=PL_z_8CaSLPWdeOezg68SKkeLN4-T_jNHd ) - Aditya Verma
2020-10-21 00:51:06 +00:00
2022-10-05 00:49:25 +00:00
### Databases
2022-10-07 14:04:28 +00:00
* [3.1 DBMS In Hindi (Complete Playlist) ](https://www.youtube.com/playlist?list=PLmXKhU9FNesR1rSES7oLdJaNFgmuj0SYV ) - Knowledge Gate
2022-10-19 01:37:22 +00:00
* [Database Management System ( DBMS ) ](https://www.youtube.com/playlist?list=PLrjkTql3jnm-CLxHftqLgkrZbM8fUt0vn ) - Education 4u
2022-10-12 16:56:27 +00:00
* [DBMS (Database Management System) ](https://www.youtube.com/playlist?list=PLdo5W4Nhv31b33kF46f9aFjoJPOkdlsRc ) - Jenny's lectures CS/IT NET& JRF
2022-10-07 14:04:28 +00:00
* [DBMS (Database Management System) Complete Playlist ](https://www.youtube.com/playlist?list=PLxCzCOWd7aiFAN6I8CuViBuCdJgiOkT2Y ) - Gate Smashers
2022-10-15 21:50:07 +00:00
* [DBMS Lectures in Hindi ](https://www.youtube.com/playlist?list=PL0s3O6GgLL5dg3bZhTicr5zUITPAlZNjj ) - Last moment tuitions
2022-10-05 15:59:53 +00:00
* [DBMS Placements Series 2022 ](https://www.youtube.com/playlist?list=PLDzeHZWIZsTpukecmA2p5rhHM14bl2dHU ) - CodeHelp - by Babbar
2022-10-05 00:49:25 +00:00
2020-11-18 15:10:45 +00:00
### DevOps
2022-11-01 18:22:37 +00:00
* [DevOps Training Tutorials For Beginners in Hindi ](https://www.youtube.com/playlist?list=PLYEK_dHOjwtODYB46wFuc34muw9Gl5X5x ) - Linux Wale Guruji
2021-10-04 14:34:43 +00:00
* [DevOps Training Videos in Hindi ](https://www.youtube.com/playlist?list=PLQbQOmlGYH3sxlq9ugoq1ipNFP7tus5Gd ) - edureka! Hindi
2021-10-31 18:25:58 +00:00
* [DevOps Tutorials in Hindi/Urdu \| Devops सीखने का सबसे आसान तरीका \| Complete Devops including Git,Jenkins,Maven,Chef,docker,Ansible and Kubernetes ](https://www.youtube.com/playlist?list=PLBGx66SQNZ8aPsFDwb79JrS2KQBTIZo10 ) - Bhupinder Rajput, Technical Guftgu
2021-10-04 14:34:43 +00:00
2020-11-18 15:10:45 +00:00
2022-08-18 07:24:47 +00:00
### Flutter
* [Complete Flutter Tutorial In Hindi By Desi Programmer ](https://youtube.com/playlist?list=PLlFwzkUNmr94BF0KH7BYPL7DsZjhJRdTm ) - Desi Programmer
* [Flutter 3 tutorial in Hindi ](https://youtube.com/playlist?list=PLB97yPrFwo5g-XcPlfSXSOeeby23jVAcp ) - CODERS NEVER QUIT
2022-10-14 02:48:27 +00:00
* [Flutter Complete Tutorial in Hindi ](https://www.youtube.com/playlist?list=PLjVLYmrlmjGfGLShoW0vVX_tcyT8u1Y3E ) - WsCube Tech
2022-10-02 21:35:07 +00:00
* [Flutter Essential Course ](https://www.youtube.com/watch?v=Wdx8vwN_nWI ) - freecodecamp (YouTube)
* [Flutter Series 2020 ](https://www.youtube.com/playlist?list=PLDzeHZWIZsTo3Cs115GXkot28i406511Y ) - CodeHelp - by Babbar (YouTube)
2022-10-13 02:20:33 +00:00
* [Flutter Tutorial for Beginners ](https://www.youtube.com/playlist?list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ ) - The Net Ninja
2022-08-18 07:24:47 +00:00
* [Flutter Tutorial For Beginners in Hindi ](https://youtube.com/playlist?list=PLMkkZSS5OjPIwDyHHKVex6zr008U1-sWM ) - Geeks Rank
2022-10-17 00:52:01 +00:00
* [Flutter Widgets in Hindi ](https://www.youtube.com/playlist?list=PLz7ymP4HzwSH3vAnhDWLkO2TLbwGeigl7 ) - Ahirlog
2022-08-18 07:24:47 +00:00
2022-10-25 00:44:44 +00:00
### Game Development
* [Complete Course on Python Game Development ](https://www.youtube.com/watch?v=Wg9J5kiX0wY ) - Techonical Infotech Pvt. Ltd.
* [Game Development Course ](https://www.youtube.com/playlist?list=PLBh8phtAyHPUY9fqgs1w6aHJALJ3_fMSc ) - Farhan Aqeel
2021-10-02 20:02:11 +00:00
### Git and GitHub
* [Complete Git Tutorials For Beginners In Hindi ](https://youtube.com/playlist?list=PLu0W_9lII9agwhy658ZPA0MTStKUJTWPi ) - CodeWithHarry
* [Git & GitHub Tutorial For Beginners In Hindi ](https://www.youtube.com/watch?v=gwWKnnCMQ5c ) - CodeWithHarry
2022-10-15 21:46:22 +00:00
* [Git & GitHub Tutorial in Hindi ](https://www.youtube.com/watch?v=NR_A2gCxaLE ) - Edureka! Hindi
2022-10-03 14:37:42 +00:00
* [Git and Github | Complete हिंदी में (With Examples) ](https://www.youtube.com/watch?v=zGq7T9gZH2k ) - Knowledge Gate
* [Github \| All about Git and GitHub ](https://www.youtube.com/watch?v=77b2lVHHZqI ) - Anuj Bhaiya
2022-11-11 17:17:15 +00:00
* [GitHub Tutorial in Hindi ](https://youtube.com/playlist?list=PLVdoaEL574VBxxcGQmTjxS-JoP5rKV8Wi ) - Be A Programmar
2021-11-11 14:55:04 +00:00
* [GitHub with Visual Studio (Hindi) ](https://www.youtube.com/playlist?list=PLbGui_ZYuhigWA1mNWzwErSBIZvgOJbNc ) - Rajesh Kumar, Geeky Shows
2021-10-02 20:02:11 +00:00
2020-11-18 15:10:45 +00:00
2022-10-15 21:42:15 +00:00
### Golang
* [Go Lang Tutorials in HINDI ](https://www.youtube.com/playlist?list=PL45_xGOyv4bk55CMmqH6S6vvnwKD8qifD ) - Coder Singh
* [Go programming (GoLang) Tutorial for Beginners in Hindi ](https://www.youtube.com/playlist?list=PLEtkoO2np9szq1XDH1Mfr36Fg5EXh-z20 ) - Host Progrmming
* [Go programming Tutorial for Beginners(Hindi) ](https://www.youtube.com/playlist?list=PLgPJX9sVy92yu7If3I7GonlWA8YU1BuAk ) - CS Geeks
* [Let's go with golang ](https://www.youtube.com/playlist?list=PLRAV69dS1uWQGDQoBYMZWKjzuhCaOnBpa ) - Hitesh Choudhary
2021-10-04 14:34:43 +00:00
### HTML and CSS
2022-10-03 22:22:05 +00:00
* [CSS Tutorial in Hindi \| Complete CSS Course For Beginners to Advanced \| Step By Step Tutorial ](https://www.youtube.com/watch?v=WyxzAU3p8CE ) - Vishwajeet Kumar (Tech Gun)
2022-10-04 15:25:32 +00:00
* [Free Web Development Course For School Students (Grade 5 - 10) \| Certified Course By Coding Blocks Junior \| Learn HTML, CSS, Javascript ](https://www.youtube.com/playlist?list=PLhLbJ9UoJCvsCXqP9yAOZpzXHhWkLBXdw ) - Coding Blocks Junior
2022-11-01 18:23:07 +00:00
* [Front End Development Tutorial \| Complete HTML and CSS Tutorial for Beginners (9 Hours) ](https://www.youtube.com/watch?v=Eu7G0jV0ImY ) - WsCube Tech
2021-10-08 14:28:58 +00:00
* [HTML CSS & Browser APIs ](https://www.youtube.com/playlist?list=PL-Jc9J83PIiHU9RkY9sfh3G64-bd0ptvC ) - Pepcoding
2022-10-03 22:22:05 +00:00
* [HTML Tutorial in Hindi \| Complete HTML Course For Beginners to Advanced ](https://www.youtube.com/watch?v=QXPWs00RD3A ) - Vishwajeet Kumar (Tech Gun)
2021-10-04 14:34:43 +00:00
* [Web Development Course ](https://www.youtube.com/playlist?list=PLfqMhTWNBTe3H6c9OGXb5_6wcc1Mca52n ) - Apna College
2022-03-17 15:25:53 +00:00
* [Web Development Tutorials for Beginners in Hindi: HTML, CSS, JavaScript and more ](https://www.youtube.com/playlist?list=PLu0W_9lII9agiCUZYRsvtGTXdxkzPyItg ) - CodeWithHarry
2021-10-04 14:34:43 +00:00
2022-08-18 07:24:47 +00:00
#### Bootstrap
* [Bootstrap 3 Tutorial ](https://youtube.com/playlist?list=PLjVLYmrlmjGciJ5_Ze6jDIfJpEeMYtsSe ) - WsCube Tech
2022-11-05 21:43:44 +00:00
* [Bootstrap Tutorial for beginners in Hindi / Urdu ](https://www.youtube.com/playlist?list=PL0b6OzIxLPbz1cgxiH5KCBsyQij1HsPtG ) - Yahoo Baba
2022-08-18 07:24:47 +00:00
* [Bootstrap Tutorial for Beginners(Hindi) ](https://youtube.com/playlist?list=PLgPJX9sVy92wc38jA6JtvkA4l1xmJcKKH ) - CS Geeks
* [Bootstrap Tutorial In Hindi ](https://youtube.com/playlist?list=PLdPwRNmUlk0k91-qAXTHFqMScNEuo8E5d ) - CODE4EDUCATION
* [Bootstrap Tutorial In Hindi ](https://youtube.com/watch?v=vpAJ0s5S2t0 ) - CodeWithHarry
* [Bootstrap tutorial in Hindi \| Best Course ](https://youtube.com/playlist?list=PL7akPJI4biSIQmT7fSHWoMRaNUcRbXHFN ) - CodinGyaan
* [Bootstrap Tutorial in Hindi With 2 Projects for Beginners \| Complete Bootstrap 5 Tutorial in Hindi ](https://youtube.com/watch?v=QE5oQh63gGE ) - Tech Gun
2022-10-04 15:16:16 +00:00
#### Tailwind CSS
2022-10-15 19:13:58 +00:00
* [Tailwind css hindi ](https://www.youtube.com/playlist?list=PLLCu4ndnReXLXfD-iIGBEB6_l8uF6TMNO ) - NST Infotech
2022-10-15 02:05:59 +00:00
* [Tailwind CSS In Hindi ](https://www.youtube.com/playlist?list=PLwGdqUZWnOp3l8tWTcB7R7Bsgd86lCa8a ) - Thapa Technical
2022-10-04 15:16:16 +00:00
* [Tailwind CSS Tutorials in Hindi ](https://www.youtube.com/playlist?list=PLu0W_9lII9ahwFDuExCpPFHAK829Wto2O ) - CodeWithHarry
2022-10-23 22:29:59 +00:00
### iOS
* [iOS App Development Crash Course in Hindi ](https://www.youtube.com/watch?v=n7qOGHWunUY ) - Akash Padhiyar
* [IOS Mobile App Development Tutorial for beginners ](https://www.youtube.com/playlist?list=PLtCBuHKmdxOcmrDx2pM4qNvzWF2NI_Qlo ) - Fahad Hussain
2022-08-12 13:14:00 +00:00
### Java
2020-10-19 23:41:50 +00:00
2021-10-31 18:25:58 +00:00
* [Complete Java Programming in Hindi ](https://www.youtube.com/playlist?list=PLmRclvVt5DtnqhXTJwd-oqVRwO3bLZCGV ) - Anand Kumar, CodeitUp
* [Core Java Programming (Hindi) ](https://www.youtube.com/playlist?list=PLbGui_ZYuhij8Oplrvjt_RlDliZQgdxoV ) - Rajesh Kumar, Geeky Shows
2020-11-03 03:11:41 +00:00
* [Java + DS + Algorithms ](https://www.youtube.com/playlist?list=PLKKfKV1b9e8ps6dD3QA5KFfHdiWj9cB1s ) - Apni Kaksha (Anuj)
2021-10-04 14:34:43 +00:00
* [Java + DSA ](https://www.youtube.com/playlist?list=PLfqMhTWNBTe3LtFWcvwpqTkUSlB32kJop ) - Apna College
2021-10-06 00:56:40 +00:00
* [Java Foundation Course \| Hindi ](https://www.youtube.com/playlist?list=PL-Jc9J83PIiFj7YSPl2ulcpwy-mwj1SSk ) - Pepcoding
2022-10-30 02:34:21 +00:00
* [Java Live Community Class ](https://www.youtube.com/playlist?list=PLsyeobzWxl7pyuXTES7ZqncOI_X0mgKgK ) - Navin Reddy (Telusko)
2021-10-31 18:25:58 +00:00
* [Java Programming Tutorial (HINDI/URDU) ](https://www.youtube.com/playlist?list=PLiOa6ike4WAHljIOitb3vR0nXQgneUedR ) - Vikas Pandey, Easytuts4you
* [Java Tutorial ](https://youtube.com/playlist?list=PLX9Zi6XTqOKQ7TdRz0QynGIKuMV9Q2H8E ) - Saurabh Shukla Sir
* [Java Tutorials for Beginners ](https://www.youtube.com/playlist?list=PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b ) - Deepak Panwar, Smart Programming
2022-03-17 15:25:53 +00:00
* [Java Tutorials For Beginners In Hindi ](https://www.youtube.com/playlist?list=PLu0W_9lII9agS67Uits0UnJyrYiXhDS6q ) - CodeWithHarry
2020-11-20 15:12:22 +00:00
* [Spring Boot Tutorial For Beginners (in Hindi) ](https://www.youtube.com/playlist?list=PL5mjp3QjkuoLPS-L28yKCKyzCMX8WRVno ) - ProgRank
2020-10-19 23:41:50 +00:00
2022-08-12 13:14:00 +00:00
### JavaScript
2020-10-09 16:24:30 +00:00
2022-10-02 21:39:39 +00:00
* [JavaScript \| Beginning to Mastery Complete Tutorial ](https://www.youtube.com/watch?v=chx9Rs41W6g&list=PLwgFb6VsUj_n15Cg_y2ULKfsOR1XiQqPx ) - Harshit Vashisth
2022-10-14 22:37:44 +00:00
* [JavaScript Introduction Tutorial in Hindi / Urdu ](https://www.youtube.com/playlist?list=PL0b6OzIxLPbx-BZTaWu_AF7hsKo_Fvsnf ) - Yahoo Baba
2022-10-02 20:25:17 +00:00
* [JavaScript Tutorial for Beginners ](https://www.youtube.com/playlist?list=PLsyeobzWxl7rrvgG7MLNIMSTzVCDZZcT4 ) - Telusko
2021-10-02 20:39:59 +00:00
* [JavaScript Tutorial for Beginners (In Hindi) ](https://www.youtube.com/playlist?list=PLwGdqUZWnOp1hqyT6h7pY0RlXIIGlE5U0 ) - Vinod Bahadur Thapa (Thapa Technical)
2022-10-04 15:20:13 +00:00
* [JavaScript Tutorials for Beginners in Hindi ](https://www.youtube.com/playlist?list=PLu0W_9lII9ahR1blWXxgSlL4y9iQBnLpR ) - CodeWithHarry
* [JavaScript Tutorials In Hindi ](https://www.youtube.com/playlist?list=PLu0W_9lII9ajyk081To1Cbt2eI5913SsL ) - CodeWithHarry
2022-10-04 16:49:45 +00:00
* [Namaste JavaScript ](https://youtube.com/playlist?list=PLlasXeu85E9cQ32gLCvAvr9vNaUccPVNP ) - Akshay Saini
2021-10-03 20:37:11 +00:00
* [RxJS Series (In Hindi) ](https://youtube.com/playlist?list=PLLhsXdvz0qjI68a8tLUUMyXmNhl608mcn ) - UX Trendz
2021-10-04 14:34:43 +00:00
* [Web Development Course ](https://www.youtube.com/playlist?list=PLfqMhTWNBTe3H6c9OGXb5_6wcc1Mca52n ) - Apna College
2020-10-09 16:24:30 +00:00
2022-08-18 07:24:47 +00:00
#### jQuery
* [jQuery Tutorial for beginners in Hindi 2020 ](https://youtube.com/playlist?list=PL-6FWL4WVVWXmWe_HnPG0rBQmmJfGsTKS ) - CSEtutorials
* [jQuery Tutorial in Hindi ](https://youtube.com/playlist?list=PLvQjNLQMdagPRDnMQPMs5-vQL_IyAB0St ) - Teaching Web
2022-10-15 02:04:06 +00:00
* [jQuery Tutorials in Hindi / Urdu ](https://www.youtube.com/playlist?list=PL0b6OzIxLPbzSyiC0PFaqeabe1aGhfrbW ) - Yahoo Baba
2022-08-18 07:24:47 +00:00
* [jQuery Tutorials in Hindi 2018 ](https://youtube.com/playlist?list=PLwGdqUZWnOp0X4dVwSsEd6dV49TLLCooI ) - Vinod Bahadur Thapa (Thapa Technical)
2022-11-05 21:43:44 +00:00
* [jQuery Video Course ](https://www.youtube.com/playlist?list=PLPAcs2twrK5_FzWMttkbTuM0dB5A-ni-Q ) - w3webschool.net
2022-08-18 07:24:47 +00:00
2022-01-31 17:02:06 +00:00
#### Next.js
2021-09-29 14:26:25 +00:00
2022-10-15 02:06:36 +00:00
* [Next JS Tutorial for Beginners in Hindi ](https://www.youtube.com/playlist?list=PLZjjdd9-SJS2ZvI4ct5Qtkje_Vdb5O_KM ) - ILive4Coding
2022-07-21 05:58:28 +00:00
* [Next.js Tutorials for Beginners in Hindi ](https://www.youtube.com/playlist?list=PLu0W_9lII9agtWvR_TZdb_r0dNI8-lDwG ) - CodeWithHarry
2021-09-29 14:26:25 +00:00
* [NextJS Tutorial In Hindi ](https://www.youtube.com/playlist?list=PLwGdqUZWnOp2rDbpfKAeUi9f8qZMS7_cv ) - Vinod Bahadur Thapa (Thapa Technical)
2022-08-18 07:24:47 +00:00
#### Node.js
2022-10-17 23:59:57 +00:00
* [Node JS ](https://www.youtube.com/playlist?list=PLbGui_ZYuhiiSVvVP_9w57-aU7kx_H9bu ) - Geeky Shows
2022-10-15 22:35:23 +00:00
* [Node.js Tutorial in Hindi ](https://www.youtube.com/playlist?list=PLgOUQYMnO_SRqPikOJBu5G1ld4bJUZCmy ) - truecodex
2022-10-15 18:30:40 +00:00
* [Node.js Tutorials for Beginners in Hindi ](https://www.youtube.com/playlist?list=PLUVqY59GNZQNCk_D9VW_zNh60WuQIzo3K ) - Tutorials Website
2022-11-08 17:22:11 +00:00
* [NodeJS in Hindi ](https://www.youtube.com/playlist?list=PL8p2I9GklV456iofeMKReMTvWLr7Ki9At ) - Code Step By Step
2022-10-05 01:21:02 +00:00
* [NodeJS Tutorial for Beginners ](https://www.youtube.com/playlist?list=PLsyeobzWxl7occsESx2X1E2R2Uw5wCoeG ) - Telusko
2022-08-18 07:24:47 +00:00
* [NodeJS Tutorial in Hindi 2020 ](https://youtube.com/playlist?list=PLwGdqUZWnOp00IbeN0OtL9dmnasipZ9x8 ) - Vinod Bahadur Thapa (Thapa Technical)
2020-11-20 14:55:52 +00:00
#### React
2021-10-31 18:25:58 +00:00
* [React JS (Hindi) ](https://www.youtube.com/playlist?list=PLbGui_ZYuhignjLLXTJWkRJKN-SgAqClL ) - Rajesh Kumar, Geeky Shows
* [React JS Tutorial in Hindi \| React JS for Beginner to Advanced \| Step by Step Video Tutorials ](https://www.youtube.com/playlist?list=PLjVLYmrlmjGdnIQKgnTeR1T9-1ltJEaJh ) - WsCubeTech
* [React Js Tutorials in Hindi ](https://youtube.com/playlist?list=PLu0W_9lII9agx66oZnT6IyhcMIbUMNMdt ) - Haris Ali Khan, CodeWithHarry
2021-10-09 17:57:03 +00:00
* [React Tutorial for beginners in Hindi ](https://www.youtube.com/playlist?list=PL8p2I9GklV47BCAjiCtuV_liN9IwAl8pM ) - Code Step By Step
2021-10-02 20:02:11 +00:00
* [React Tutorial in Hindi ](https://www.youtube.com/watch?v=RGKi6LSPDLU ) - CodeWithHarry
2022-10-17 23:16:53 +00:00
* [ReactJS Tutorial for Beginners to Advanced ](https://youtube.com/playlist?list=PL_HlKez9XCSO1g7c61SyJZE4iehJDFg_w ) - Technical Suneja
2020-11-20 14:55:52 +00:00
* [ReactJS Tutorial in Hindi 2020 ](https://www.youtube.com/playlist?list=PLwGdqUZWnOp3aROg4wypcRhZqJG3ajZWJ ) - Vinod Bahadur Thapa (Thapa Technical)
2021-10-31 18:25:58 +00:00
* [ReactJS Tutorials for Beginners In Hindi ](https://www.youtube.com/playlist?list=PLUVqY59GNZQNTlOnGne0G7DXnmi7CeOtc ) - Pradeep Maurya
2022-10-07 22:27:06 +00:00
* [ReactNative Tutorials for Begginers ](https://youtube.com/playlist?list=PL8kfZyp--gEXs4YsSLtB3KqDtdOFHMjWZ ) - Programming with Mash
2020-11-20 14:55:52 +00:00
2022-10-03 14:30:51 +00:00
#### Vue.js
2022-10-14 14:48:26 +00:00
* [Vue js tutorial in Hindi ](https://www.youtube.com/playlist?list=PL8p2I9GklV45qwTH-mdzllUuFRJO-euYn ) - Code Step By Step
2022-10-03 14:30:51 +00:00
* [Vue JS Tutorials in Hindi ](https://www.youtube.com/playlist?list=PLbGui_ZYuhih5ItBhn2cTncaS24_Kgeui ) - Rajesh Kumar, Geeky Shows
2022-10-02 20:26:27 +00:00
### Kotlin
2022-10-14 14:47:08 +00:00
* [Kotlin Beginner Tutorials Hindi | Complete Series ](https://www.youtube.com/playlist?list=PLRKyZvuMYSIMW3-rSOGCkPlO1z_IYJy3G ) - Cheezy Code
2022-10-02 20:26:27 +00:00
* [Kotlin Programming Complete in one Video (Hindi) ](https://www.youtube.com/watch?v=uoP4JKHgzDE ) - Geeky Shows, `tch.:` Rajesh Kumar
2022-10-15 18:27:17 +00:00
* [Kotlin Tutorial in Hindi : From beginner to advance Android ](https://www.youtube.com/playlist?list=PLaLbT5lAehvULj67yZ_JJ6zMwyvmqt78o ) - Coding With Vikrant
2022-10-02 20:26:27 +00:00
2022-10-03 14:38:31 +00:00
### Linux
* [Linux Full Course (Beginner to Advanced) \| Learn Linux in Hindi ](https://www.youtube.com/playlist?list=PLjVLYmrlmjGcsZGJWeo8ec4yIBLX2KeyR ) - WsCube Tech
2022-10-17 00:53:19 +00:00
* [Linux Tutorial For Beginners in Hindi ](https://www.youtube.com/playlist?list=PLSntPnamABVEi_K1gxbOEwXVz09pY9qb8 ) - Ankit Tiwari
2022-10-03 14:38:31 +00:00
* [Linux Tutorial For Beginners in Hindi ](https://www.youtube.com/watch?v=_tCY-c-sPZc ) - CodeWithHarry
2021-10-20 14:30:35 +00:00
### Machine Learning
2022-10-02 21:14:52 +00:00
* [Intro to Machine Learning ](https://www.youtube.com/playlist?list=PL-Jc9J83PIiHioMKxmCxzpXdNfLE4TVjD ) - Pepcoding (YouTube)
2022-10-14 23:59:21 +00:00
* [Machine Learning ](https://www.youtube.com/playlist?list=PLYwpaL_SFmcBhOEPwf5cFwqo5B-cP9G4P ) - 5 Minutes Engineering
2021-10-20 14:30:35 +00:00
* [Machine Learning Full Course ](https://www.youtube.com/watch?v=IoZGSQ07e8g ) - Bharani Akella, Great Learning (YouTube)
* [Machine Learning in Hindi ](https://www.youtube.com/playlist?list=PLPbgcxheSpE0aBsefANDYe2X_-tyJbBMr ) - Codebasics Hindi
2022-10-28 06:25:01 +00:00
* [Machine Learning Tutorial using Python in Hindi 2022 ](https://www.youtube.com/playlist?list=PLfP3JxW-T70Hh7j17_NLzjZ8CejSPx40V ) - Indian AI Production
2021-10-25 16:34:33 +00:00
* [Machine Learning Tutorials For Beginners Using Python in Hindi ](https://www.youtube.com/playlist?list=PLu0W_9lII9ai6fAMHp-acBmJONT7Y4BSG ) - CodeWithHarry (YouTube)
2021-10-20 14:30:35 +00:00
2022-10-04 14:51:14 +00:00
### Mathematics
* [Discrete Mathematics ](https://www.youtube.com/playlist?list=PLxCzCOWd7aiH2wwES9vPWsEL6ipTaUSl3 ) - Gate Smashers, `tch.:` Varun Singla, `tch.:` Naina Wadhwa Singla
* [Discrete Mathematics (Full Course) By Dr.Gajendra Purohit ](https://www.youtube.com/playlist?list=PLU6SqdYcYsfJ27O0dvuMwafS3X8CecqUg ) - Gajendra Purohit
2022-10-17 00:55:31 +00:00
* [Discrete Mathematics Tutorials In Hindi | B.TECH- B.E.-UGC NET- GATE- LECTURES In Hindi ](https://www.youtube.com/playlist?list=PLL8qj6F8dGlTX359q-PBBUFw3BrBvAxq3 ) - Deepak Garg
2022-10-04 14:51:14 +00:00
* [Statistics And Probability ](https://www.youtube.com/playlist?list=PLU6SqdYcYsfLRq3tu-g_hvkHDcorrtcBK ) - Gajendra Purohit
2022-10-25 00:43:14 +00:00
### Matlab
* [Matlab Complete Course ](https://www.youtube.com/watch?v=iS5J4TlLSEM ) - Armughan Ali
* [MATLAB Complete Tutorial in Hindi ](https://www.youtube.com/playlist?list=PLjVLYmrlmjGfdIlwG649bdzVHM4iLbD_H ) - WsCube Tech
2022-10-11 00:27:49 +00:00
### Mongo DB
* [Mongo DB full course for beginners ](https://youtube.com/playlist?list=PLwGdqUZWnOp1P9xSsJg7g3AY0CUjs-WOa ) -Thapa Technical
2022-10-17 01:58:42 +00:00
* [MongoDB Tutorial for Beginners (Hindi) ](https://www.youtube.com/playlist?list=PLgPJX9sVy92xUxpTFgAOSBHdBwIdxav39 ) - CS Geeks
2022-10-15 22:17:37 +00:00
* [MongoDB tutorial in hindi ](https://www.youtube.com/playlist?list=PLolI8AY2AS9aaE4Vx0adwfwUh3XiuVewX ) - Code Improve
2022-10-14 23:57:47 +00:00
* [MongoDB Tutorial in Hindi 2022 ](https://www.youtube.com/playlist?list=PLQDioScEMUhkcqbgJ4ap2k4zg3sT_-Bbc ) - Programming Experience
2022-10-11 00:27:49 +00:00
2022-10-06 15:27:21 +00:00
### Natural Language Processing
* [Natural Language Processing with Deep NLP from Zero to Hero ](https://www.youtube.com/playlist?list=PLtCBuHKmdxOefxJhd6u8KY9vTN8G5D5yG ) - Fahad Hussain
2022-10-17 01:46:46 +00:00
* [NLP Tutorial Playlist Python ](https://youtube.com/playlist?list=PLeo1K3hjS3uuvuAXhYjV2lMEShq2UYSwX ) - Code Basics
2022-10-18 01:40:02 +00:00
* [Playlist to Natural Language Processing [ Hindi ]](https://www.youtube.com/playlist?list=PLPIwNooIb9vimsumdWeKF3BRzs9tJ-_gy) - Perfect Computer Engineer
2022-10-06 15:27:21 +00:00
2022-10-05 15:58:49 +00:00
### Networking
* [3.4 Computer Networks (Complete Playlist) ](https://www.youtube.com/playlist?list=PLmXKhU9FNesSjFbXSZGF8JF_4LVwwofCd ) - Knowledge Gate
2022-10-15 22:01:58 +00:00
* [Computer Network (CN) ](https://youtube.com/playlist?list=PLYwpaL_SFmcAXkWn2IR-l_WXOrr0n851a ) - 5 Minutes Engineering
2022-10-17 02:27:24 +00:00
* [Computer Network Tutorial in Hindi ](https://www.youtube.com/playlist?list=PL-JvKqQx2AteLNR8UO4UQiDmQF-Wotu5G ) - University Academy
2022-10-05 15:58:49 +00:00
* [Computer Networks (Complete Playlist) ](https://www.youtube.com/playlist?list=PLxCzCOWd7aiGFBD2-2joCpWOLUrDLvVV_ ) - Gate Smashers, `tch.:` Varun Singla
2022-10-15 18:31:26 +00:00
* [Networking Basics ](https://www.youtube.com/playlist?list=PLkW9FMxqUvyZaSQNQslneeODER3bJCb2K ) - Bitten Tech
2022-10-05 15:58:49 +00:00
2022-10-05 00:48:49 +00:00
### Operating Systems
2022-10-15 21:28:29 +00:00
* [3.2 Operating System (Complete Playlist) ](https://www.youtube.com/playlist?list=PLmXKhU9FNesSFvj6gASuWmQd23Ul5omtD ) - Knowledge Gate
2022-10-05 00:48:49 +00:00
* [Operating System (Complete Playlist) ](https://www.youtube.com/playlist?list=PLxCzCOWd7aiGz9donHRrE9I3Mwn6XdP8p ) - Gate Smashers
* [Operating Systems for Placements 2022 ](https://www.youtube.com/playlist?list=PLDzeHZWIZsTr3nwuTegHLa2qlI81QweYG ) - CodeHelp - by Babbar
2021-10-02 20:02:11 +00:00
### PHP
2021-10-31 18:25:58 +00:00
* [Core PHP (Hindi) ](https://www.youtube.com/playlist?list=PLbGui_ZYuhigFdLdbSI2EM2MrJB7I0j-B ) - Rajesh Kumar, Geeky Shows
2022-11-14 16:48:28 +00:00
* [PHP MYSQL Tutorial In Hindi \| Backend Development in Hindi in 2020 ](https://www.youtube.com/playlist?list=PLwGdqUZWnOp1U4kemcU_vF9KQuHXlNxkb ) - Thapa Technical
2022-10-19 01:16:56 +00:00
* [PHP Tutorial for beginners in Hindi ](https://www.youtube.com/playlist?list=PLmGElG-9wxc_Hp_bqKH0-cpeboH1_sQg7 ) - ScoreShala
2021-10-31 18:25:58 +00:00
* [PHP Tutorial in Hindi / Urdu ](https://www.youtube.com/playlist?list=PL0b6OzIxLPbyrzCMJOFzLnf_-_5E_dkzs ) - Yahoo Baba
2021-10-02 20:02:11 +00:00
* [PHP Tutorials in Hindi ](https://youtube.com/playlist?list=PLu0W_9lII9aikXkRE0WxDt1vozo3hnmtR ) - CodeWithHarry
2020-10-21 13:45:34 +00:00
### Python
2021-11-11 14:55:04 +00:00
* [Advance Python (Hindi) ](https://www.youtube.com/playlist?list=PLbGui_ZYuhijd1hUF2VWiKt8FHNBa7kGb ) - Rajesh Kumar, Geeky Shows
2022-02-14 16:42:09 +00:00
* [Class 12 Board \| Python \| Computer Science ](https://www.youtube.com/playlist?list=PLKKfKV1b9e8oyESqu5mrGN-eDxHdNoi_j ) - Apni Kaksha
2022-10-15 19:37:38 +00:00
* [Complete Python tutorial in Hindi ](https://www.youtube.com/playlist?list=PLmRclvVt5DtmcLF3ywxKg692lhfD6SUOr ) - codeitup
2021-08-29 18:30:37 +00:00
* [Complete Python Tutorial in Hindi (2020) ](https://www.youtube.com/playlist?list=PLwgFb6VsUj_lQTpQKDtLXKXElQychT_2j ) - Harshit Vashisth
2021-11-11 14:55:04 +00:00
* [Core Python (Hindi) ](https://www.youtube.com/playlist?list=PLbGui_ZYuhigZkqrHbI_ZkPBrIr5Rsd5L ) - Rajesh Kumar, Geeky Shows
2022-10-04 01:33:00 +00:00
* [Free Python Course For School Students (Grade7-10) Certified Course By Coding Blocks Junior ](https://youtube.com/playlist?list=PLhLbJ9UoJCvumawW64knIBSJuHALx3zBE ) - Coding Blocks Junior
2022-10-31 20:36:41 +00:00
* [Python ](https://www.youtube.com/playlist?list=PLHjOos34ty4GYwKO-CFTdJKfVNd50tajF ) - Computer Gyan Guruji
* [Python For Beginners ](https://youtube.com/playlist?list=PL-5gYa7CLd4iBdPHRaSEwbivCnUq1nxj9 ) - Technical Sagar
2020-11-11 17:29:25 +00:00
* [Python Programming in Hindi ](https://www.greatlearning.in/academy/learn-for-free/courses/python-programming-in-hindi ) (Great Learning) *(account required)*
2022-03-17 15:25:53 +00:00
* [Python Tutorial For Beginners \| Hindi (With Notes) ](https://www.youtube.com/playlist?list=PLu0W_9lII9agICnT8t4iYVSZ3eykIAOME ) - CodeWithHarry
2020-11-18 15:10:45 +00:00
* [Python Tutorial in Hindi ](https://www.youtube.com/playlist?list=PLQbQOmlGYH3tC535nKa7xB7dd7pZtYMZX ) - edureka! Hindi
2020-11-06 20:38:42 +00:00
2021-10-08 14:04:14 +00:00
#### Django
2021-11-11 14:55:04 +00:00
* [Django (Hindi) ](https://www.youtube.com/playlist?list=PLbGui_ZYuhigchy8DTw4pX4duTTpvqlh6 ) - Rajesh Kumar, Geeky Shows
2022-10-19 01:31:54 +00:00
* [Django in Hindi ](https://www.youtube.com/playlist?list=PLKkAfNrxxRKqYLB9bCqMXrvoYd13WVxOq ) - Effcon Technology
2022-08-12 13:14:00 +00:00
* [Django REST Framework (Hindi) ](https://www.youtube.com/playlist?list=PLbGui_ZYuhijTKyrlu-0g5GcP9nUp_HlN ) - Rajesh Kumar, Geeky Shows
2021-10-31 18:25:58 +00:00
* [Django Tutorial for Beginners(Hindi) ](https://www.youtube.com/playlist?list=PLgPJX9sVy92yWUMgLpWrXtegKxrWLRnRv ) - Vijay Manral, CS Geeks
* [Django(Hindi) ](https://www.youtube.com/playlist?list=PLbGui_ZYuhigchy8DTw4pX4duTTpvqlh6 ) - Rajesh Kumar, GeekyShows
2021-10-08 14:04:14 +00:00
* [Python Django Tutorials In Hindi ](https://www.youtube.com/playlist?list=PLu0W_9lII9ah7DDtYtflgwMwpT3xmjXY9 ) - CodeWithHarry
#### Flask
2022-10-17 23:18:36 +00:00
* [[Hindi] Flask Tutorial For Beginners 2020](https://www.youtube.com/playlist?list=PLkPmSWtWNIyQ-_mlHIQho9nCnxdbvnQIl) - Knowledge Shelf
2022-10-19 01:29:42 +00:00
* [Flask (Python) In Hindi ](https://www.youtube.com/playlist?list=PLy-CGmBdq2VGQGbhmSQEOD3Ty-Fp19pGC ) - HindiSiksha
2021-10-08 14:04:14 +00:00
* [Web Development Using Flask and Python ](https://www.youtube.com/playlist?list=PLu0W_9lII9agAiWp6Y41ueUKx1VcTRxmf ) - CodeWithHarry
2022-10-31 20:46:36 +00:00
#### Jupyter
* [Jupyter Tutorials ](https://www.youtube.com/playlist?list=PLBx2L_ikudBO7s6SQZaMDCtbyrjQ-04a8 ) - Saima Academy
2020-11-20 14:56:37 +00:00
### R
2022-10-15 22:19:55 +00:00
* [Complete R Programming Tutorial for Beginners to Pro [HINDI]](https://www.youtube.com/playlist?list=PLjVLYmrlmjGdmPrz0Lx7smkd0qIKHInOF) - WsCube Tech
2020-11-20 14:56:37 +00:00
* [R Programming ](https://www.youtube.com/playlist?list=PLWPirh4EWFpEvN4ktS8LE0cvLCSfhD55t ) (Tutorials Point (India) Ltd.)
2020-11-06 20:38:42 +00:00
### Ruby
2021-10-19 02:11:28 +00:00
* [Learn Ruby in 45 Minutes \| Hindi ](https://www.youtube.com/watch?v=3V9a_WYEQPA ) - CS Geeks
2020-11-06 20:38:42 +00:00
#### Ruby on Rails
* [Ruby on Rails 5 Tutorial(Hindi) ](https://www.youtube.com/playlist?list=PLgPJX9sVy92yV7Qt6_8ElC9paGWdtdIbb ) - CS Geeks
2022-10-01 19:09:13 +00:00
### Rust
* [Rust Complete Tutorial In Hindi ](https://www.youtube.com/playlist?list=PLRuqvIc0eAmp8Lv6M4BKQWEinvCuqdVFP ) - One Two Coding
2022-10-04 15:10:03 +00:00
### Software Engineering
* [Software Engineering ](https://www.youtube.com/playlist?list=PLxCzCOWd7aiEed7SKZBnC6ypFDWYLRvB2 ) - Gate Smashers
2022-11-01 16:01:08 +00:00
* [Software Engineering Lectures ](https://youtube.com/playlist?list=PLV8vIYTIdSnat3WCO9jfehtZyjnxb74wm ) - Easy Engineering Classes
2022-10-04 15:10:03 +00:00
2022-10-23 22:32:07 +00:00
### Swift
* [Swift Tutorials For Beginners(Full) in Hindi. ](https://www.youtube.com/playlist?list=PLWZIhpNhtvfqBd00bF3ouroGHMPe-iroO ) - Yogesh Patel
2022-10-04 15:10:03 +00:00
### System Design
2022-10-15 18:28:18 +00:00
* [System Analysis and Design ](https://www.youtube.com/playlist?list=PLWxTHN2c_6cbuRXdCpsYYMxy0N4SSfIX9 ) - TJ WEBDEV
2022-10-08 01:34:39 +00:00
* [System Analysis and Design ](https://www.youtube.com/playlist?list=PLi81x6d2Os_8Sa8HifiFruWK6wmgG3Wrg ) - Gursimran Singh Dhillon