Subscribers | 85,500 |
---|---|
Views | 6,176,752 |
Videos | 56 |
Country | IN |
Created | Nov 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 |
Hey there! I created this channel as an attempt to educate fellow developers the way I wish someone had taught me. I plan to create content on topics like Java concurrency, distributed systems, system design, microservice etc. Hope it helps.
Feel free to leave any comments, requests or doubts. I will do my best to address them.
You can reach out to me at support@defogtech.com or LinkedIn (https://www.linkedin.com/in/vadgamadeepak/)
Thanks for stopping by!
Published | Title | Description | Views |
---|---|---|---|
Feb 20, 2022 | NoSQL series - Part 2: CAP Theorem | Series of videos explaining NoSQL in-depth. Everything from ... | 12,417 |
Jan 17, 2022 | NoSQL series - Part 1: Introduction to NoSQL | Series of videos explaining NoSQL in-depth. Everything from ... | 21,553 |
Sep 07, 2019 | Java Concurrency Interview - What is an Ideal Threadpool size? | Answer - the size depends on number of CPU cores and whether... | 63,012 |
Jun 05, 2019 | What is FAAS and event-driven architecture? | AWS Lambda, and higher level computing abstraction after PAA... | 28,003 |
May 19, 2019 | Spring Boot Security Basics | Authentication, URL matching, OAuth 2.0 and more... Channe... | 39,945 |
May 04, 2019 | Map Reduce Paper - Distributed data processing | Paper that inspired Hadoop. This video explains Map Reduce c... | 50,763 |
Apr 28, 2019 | Google File System - Paper that inspired Hadoop | Distributed File Storage made by Google around 2003 Channel... | 94,528 |
Apr 22, 2019 | AMA / Q&A - Microservices, Concurrency & Upcoming Videos | Sample Questions: 1. What are microservices? 2. How does w... | 6,088 |
Apr 07, 2019 | Race Condition vs Data Races in Java | Memory corruption vs incorrect programs. Learn more about ho... | 45,008 |
Apr 06, 2019 | Bulkhead Pattern - Fault Tolerant Microservices | Slowness in a single microservice dependency can exhaust thr... | 53,244 |
Mar 30, 2019 | Circuit Breaker Pattern - Fault Tolerant Microservices | Microservices can cause cascading failures. Use Circuit Brea... | 191,762 |
Mar 09, 2019 | What is OAuth 2.0 and OpenID Connect? | Authorization protocol used to access user's resources on ot... | 174,414 |
Feb 24, 2019 | Singleton and Double Checked Locking | Implementing singleton pattern in Java using idiom of double... | 32,075 |
Feb 17, 2019 | AOT vs JIT compilation in Java | Tiered compilations, code caches and more.. Channel -----... | 65,311 |
Feb 02, 2019 | Java Concurrency Interview: Implement Scatter Gather pattern | Write code to make IO calls (HTTP) to N sources, aggregate t... | 43,283 |