Defog Tech
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 [email protected] or LinkedIn (https://www.linkedin.com/in/vadgamadeepak/)
Thanks for stopping by!
NoSQL series - Part 2: CAP Theorem
NoSQL series - Part 1: Introduction to NoSQL
Java Concurrency Interview - What is an Ideal Threadpool size?
What is FAAS and event-driven architecture?
Spring Boot Security Basics
Map Reduce Paper - Distributed data processing
Файловая система Google — статья, которая вдохновила Hadoop
AMA / Q&A - Microservices, Concurrency & Upcoming Videos
Состояние гонки против гонки данных в Java
Bulkhead Pattern - Fault Tolerant Microservices
Circuit Breaker Pattern - Fault Tolerant Microservices
Что такое OAuth 2.0 и OpenID Connect?
Singleton and Double Checked Locking
AOT и JIT-компиляция в Java
Java Concurrency Interview: Implement Scatter Gather pattern
Интервью по Java Concurrency: Реализация шаблона «Производитель-Потребитель» с использованием wai...
Вопрос на собеседовании по параллелизму Java: Как установить тайм-аут потока?
Как обнаружить и устранить взаимоблокировки в Java
Что такое API-шлюз?
ThreadLocal in Java
Что такое спин-блокировки?
Cloud Foundry - Restage vs Restart
Using Retrofit to make HTTP calls
Spring Boot — Основы тестирования
Functional Interfaces in Java 8
Что такое сопрограммы (они же Java Fibers в Project Loom)?
Concurrency vs Parallelism
Guava library - Striped Locks in Java
Spring Boot — основы веб-разработки
ReadWriteLock против ReentrantLock