JoBat VirtuSchool
JoBat VirtuSchool
  • 18
  • 90 205
Learn GIT under 30 Minutes [ In Tamil ] | For Absolute Beginners
In this video we will discuss what is Git and how to use it. We will also see some common terminologies like Repository, Staging and Branches with examples.
Detach head Issue : www.git-tower.com/learn/git/faq/detached-head-when-checkout-commit#:~:text=The%20problem%20with%20a%20detached%20HEAD&text=You%20are%20automatically%20on%20the,NOT%20belong%20to%20any%20branch.
Inspired By : Colt Steele, Brad Traversy, Dev Ed
Music Credits : Ajith Kumar V [ ajithkumarv188@gmail.com ]
Переглядів: 568

Відео

Learn Middlewares in ExpressJS | In TAMIL | Node JS
Переглядів 6 тис.4 роки тому
In this video we will see, what is middlewares and how to use it in express and also discuss what are all the common mistakes people do while writing custom middlewares. Source Code : jobatupdate.blogspot.com/2020/07/middlewares-in-express-js.html JWT Authentication : ua-cam.com/play/PL08k51bYn7cCxJZJpS-oD_-F7ri4YKP_n.html Inspired By : Colt Steele, Brad Traversy, Dev Ed Music Credits : Ajith K...
What's Next ? | React js | In Tamil | Coming Soon
Переглядів 2014 роки тому
Hi guy, We are planning to release react course in youtube by this july end.
Async functions in JS [ In Tamil ]
Переглядів 14 тис.4 роки тому
In this video we are going to see what is async functions and how it is used with await keyword with one example. prerequisite : Asynchronous and Promises : ua-cam.com/video/FJk-b-QQ4wQ/v-deo.html Fetch API : ua-cam.com/video/InyNJsZ719M/v-deo.html Inspired by : Colt steele, Brad Traversy, Dev ED, Selva sir Intro Music By : Ajith kumar V
Learn Fetch API in 10 Minutes | Tamil
Переглядів 13 тис.4 роки тому
In this part 2 of the API series video, we will see disadvantage of XHR and How to use fetch api with an example. Promises in JS - ua-cam.com/video/FJk-b-QQ4wQ/v-deo.html Part 1 of API Series - ua-cam.com/video/j5GTZKqjYwk/v-deo.html Code pen - codepen.io/balajbm/pen/pojPEeo API url - jsonplaceholder.typicode.com/posts Credits : Colt Steele Inspired by : Colt Steele, Brad Traversy, Dev ED, Selv...
API and AJAX for Beginners crash course In Tamil
Переглядів 5 тис.4 роки тому
In this video, We will talk about what is api and ajax, also we see how to use ajax to call api using XHR. Dog API : dog.ceo/api/breeds/image/random Api site : www.programmableweb.com/ Codepen : codepen.io/balajbm/pen/QWjGyGG Async and Callbacks : ua-cam.com/video/FJk-b-QQ4wQ/v-deo.html Credits : Colt steele Inspired by : Colt steele, Brad traversy, Dev ED, Selva sir
Creative Home Page for website using Particles.js - In Tamil
Переглядів 3124 роки тому
In this video we see some interactive home page design for a website using particles.js Particles.js : github.com/VincentGarreau/particles.js/ Credits : Brad Traversy Inspired By : Colt Steele, Brad Traversy, Dev ED
Authentication using JWT - Part 4 ( Generate and Validate JWT ) In Tamil
Переглядів 6 тис.4 роки тому
Part 4 of 4, In this video we see How to generate and validate JSON web token and also learn how to make a private routes Playlist Link : ua-cam.com/play/PL08k51bYn7cCxJZJpS-oD_-F7ri4YKP_n.html Credits : Dev Ed Inspired By : Colt Steele, Brad Traversy
Authentication using JWT - Part 3 ( Password Hashing ) In Tamil
Переглядів 3,8 тис.4 роки тому
Part 3 of 4, In this video we see How to hash a password and store it in DB and also to verify the hashed password. Playlist Link : ua-cam.com/play/PL08k51bYn7cCxJZJpS-oD_-F7ri4YKP_n.html Credits : Dev Ed Inspired By : Colt Steele, Brad Traversy
Authentication using JWT - Part 2 ( Mongo DB Set up ) In Tamil
Переглядів 4,2 тис.4 роки тому
Part 2 of 4, In this video we see How to setup mongoDB and connect with express server and insertion of record in DB. Playlist Link : ua-cam.com/play/PL08k51bYn7cCxJZJpS-oD_-F7ri4YKP_n.html Credits : Dev Ed Inspired By : Colt Steele, Brad Traversy
Authentication using JWT - Part 1 ( Introduction & Express Setup ) In Tamil
Переглядів 8 тис.4 роки тому
Part 1 of 4, In this video we see about this video series Introduction and How to set up the express. Playlist Link : ua-cam.com/play/PL08k51bYn7cCxJZJpS-oD_-F7ri4YKP_n.html Credits : Dev Ed Inspired By : Colt Steele, Brad Traversy
Javascript callback and promise [ In Tamil ]
Переглядів 19 тис.4 роки тому
In this video, we will see the difference between synchronous and asynchronous, then we will discuss what, how and why callback and promise are used Slides : slides.com/balajbm/deck-5 Reference article : codeburst.io/javascript-what-the-heck-is-a-callback-aba4da2deced developers.google.com/web/fundamentals/primers/promises credits : colt steele Inspired by : colt steele, brad traversy, Selva sir
Flex box CSS [ In Tamil ]
Переглядів 2,5 тис.5 років тому
In this video, we will see the properties of Flex Box and at the last section of this video we will implement a mini project using flex box Slides : slides.com/balajbm/css Starter Code : codepen.io/balajbm/pen/xxKLyBG Reference article : css-tricks.com/snippets/css/a-guide-to-flexbox/ 38:22 - mini project using flex box credits : colt steele Inspired by : colt steele, brad traversy, Selva sir
Quick Sort Algorithm [ In Tamil ]
Переглядів 2,4 тис.5 років тому
In this video we will talk about the concept of quick sort algorithm and execution of quick sort using C language. Recursion - ua-cam.com/video/T-lcxxpYZ-M/v-deo.html Merge Sort - ua-cam.com/video/0lZB4HvM3JA/v-deo.html Credits : Colt Steele Inspired By : Colt Steele, Brad Traversy, Selva Sir
Recursion [ In Tamil ]
Переглядів 3,2 тис.5 років тому
In this video we will see the concept and working flow of Recursion with few example programs using javascript Credits : Colt Steele Inspired by : Colt Steele, Brad Traversy, Selva Sir
Merge Sort PART - 3 [ In Tamil ]
Переглядів 1505 років тому
Merge Sort PART - 3 [ In Tamil ]
Merge Sort PART - 2 [ In Tamil ]
Переглядів 1925 років тому
Merge Sort PART - 2 [ In Tamil ]
Merge Sort PART -1 [ In Tamil ]
Переглядів 1,2 тис.5 років тому
Merge Sort PART -1 [ In Tamil ]