84 тысяч подписчиков
56 видео
Java ExecutorService - Part 4 - Callable / Future
Java ExecutorService - Part 3 - Constructor & LifeCycle methods
What is OAuth 2.0 and OpenID Connect?
Intellij IDEA Shortcuts - Part 1 - Working with Panels
Intellij IDEA Shortcuts - Part 4 - Text Editing
Intellij IDEA Shortcuts - Part 5 - Working with Run/Debug
Using Retrofit to make HTTP calls
Java ExecutorService - Part 1 - Introduction
Spring Boot - Web Basics
Functional Interfaces in Java 8
Java ReentrantLock - fairness, tryLock and more
Choose the best Garbage Collector in Java
Java 8 Streams API
How detect and resolve DeadLocks in Java
What is a SynchronousQueue in Java?
Java Concurrency Interview - What is an Ideal Threadpool size?
What are spinlocks?
Java Memory Model in 10 minutes
AOT vs JIT compilation in Java
What are Java interrupts?
Java Concurrency Interview: Implement Producer Consumer pattern using wait-notify
NoSQL series - Part 2: CAP Theorem
Bulkhead Pattern - Fault Tolerant Microservices
Spring Boot Security Basics
Google File System - Paper that inspired Hadoop
Map Reduce Paper - Distributed data processing
What is an API Gateway?
ReadWriteLock vs ReentrantLock
Java Asynchronous Programming
Java Concurrency Interview: Implement Scatter Gather pattern
Introduction to CompletableFuture in Java 8
Intellij IDEA Shortcuts - Part 2 - Working with Files
Java ExecutorService - Part 2 - Type of Pools
What is FAAS and event-driven architecture?
Semaphore in Java Concurrency
Guava library - Striped Locks in Java
Understanding how ForkJoinPool works
Spring Boot - Testing basics
Race Condition vs Data Races in Java
Cloud Foundry - Restage vs Restart
ThreadLocal in Java
Using volatile vs AtomicInteger in Java concurrency
What are coroutines (aka Java Fibers in Project Loom)?
What is Spring Webflux and when to use it?
Concurrency vs Parallelism
Singleton and Double Checked Locking
NoSQL series - Part 1: Introduction to NoSQL
Circuit Breaker Pattern - Fault Tolerant Microservices
AMA / Q&A - Microservices, Concurrency & Upcoming Videos
Java Concurrency Interview Question: How to timeout a thread?