Subscribers | 85,100 |
---|---|
Views | 10,816,135 |
Videos | 592 |
Country | IN |
Created | Sep 2017 (7 years old) |
Topics | Lifestyle_(sociology) Knowledge Technology |
Actions |
Copy all info to clipboard
You can use it to paste it into ChatGPT and analyze the channel |
I am Arulprasath. I hail from a rural background and struggled a lot to get into IT industry. When I was a student I couldn't afford money for any training institutes. Wanted to give back to the society and help people by teaching IT courses for FREE. MONEY should never be a barrier for learning and guess what my videos will be free forever! One of my core strengths is teaching and I have started posting video tutorials in Tamil. All my videos are for absolute beginners and even if you don't know coding or anything related to programming, you can master it. As of now, all the videos are revolving around TESTING and related concepts. In future will cover other areas of Computer Science. Let's learn together! Let's grow together! Help me in creating a better Tech learning Tamil community. Cheers!
You can support me at : arulprasath36@okicici
Follow me on Instagram: im_arulprasath
LinkedIn: Arulprasath Ranganathan
Podcast: Talk Teach Repeat
Discord: https://discord.gg/rN7ZwW3vnH
Published | Title | Description | Views |
---|---|---|---|
Oct 11, 2023 | Java8 | 70 | Collectors | To Map | Tamil | The toMap() method is a static method of Collectors class wh... | 7,637 |
Oct 10, 2023 | Java8 | 69 | Collectors | Unmodifiable List | Unmodifiable Set | Tamil | The unmodifiableList() method of java.util.Collections class... | 1,846 |
Oct 09, 2023 | Java8 | 68 | Collectors | To List | To set | To Collection | Tamil | Collectors.toList(): - This collector collects the elements ... | 984 |
Oct 06, 2023 | Java8 | 67 | Reduce function | Find max and min | Tamil | The reduce() function in Java is a terminal operation on str... | 869 |
Oct 05, 2023 | Java8 | 66 | Reduce function | Is identifier mandatory | Tamil | The reduce() function in Java is a terminal operation on str... | 579 |
Oct 04, 2023 | Java8 | 65 | Reduce function | When do we need a combiner | Tamil | The combiner in the reduce() function is a binary operator t... | 595 |
Oct 03, 2023 | Java8 | 64 | Reduce function | Tamil | The reduce() function in Java is a terminal operation on str... | 830 |
Oct 02, 2023 | Java8 | 63 | Functions in Optional class | Tamil | Functions In Optional Class: ... | 777 |
Sep 29, 2023 | Java8 | 62 | Handling null pointer exception using Optional class | Tamil | Optional is a class in Java 8 that is used to represent a va... | 1,695 |
Sep 28, 2023 | Java8 | 61 | How to create optional objects | Tamil | Optional is a class in Java 8 that is used to represent a va... | 1,572 |
Sep 27, 2023 | Java8 | 60 | Why do we need Optional class | Tamil | Optional is a class in Java 8 that is used to represent a va... | 2,355 |
Sep 26, 2023 | Java8 | 59 | Find First vs Find Any | Tamil | The findAny() method is a terminal operation, which means th... | 881 |
Sep 25, 2023 | Java8 | 58 | None Match | Tamil | The noneMatch() method in Java 8 is a short-circuiting termi... | 466 |
Sep 22, 2023 | Java8 | 57 | AllMatch function | Tamil | Stream allMatch(Predicate predicate) returns whether all ele... | 543 |
Sep 21, 2023 | Java8 | 56 | AnyMatch function | Tamil | Stream anyMatch(Predicate predicate) returns whether any ele... | 626 |