Channel Avatar

Code With Ease - By Varsha @UCiWsQBA97JYGntWs99ZrQmw@youtube.com

6.4K subscribers - no pronouns :c

Solving coding problems isn't easy, but we are here to help.


23:16
ELK Stack Project Demo - Step-by-Step Guide 🔥 | Bonus - Grok Patterns and MDC (2024)
37:09
This Could Be Your First Spring Boot Project as a Beginner | ++ Kafka, and MySQL | Backend Tutorial
20:31
System Design Notes THAT ACTUALLY WORK | Learn how to make EFFECTIVE notes (+ 1 Bonus Tip)
21:34
Your Ultimate Java BACKEND developer ROADMAP - 2024
13:53
Why do we need a CDN in System Design | Content Delivery Networks - What, When, How -Decoded - 2024
23:49
How to refactor your CODE like a PRO Developer - Tips and Examples (2024)
02:40
Don’t let your screen time take a toll on your EYES !
38:11
Tricky Backend Java Developer Interview Questions - Day 4 | Core Java | Spring Boot | Microservices
55:24
Tricky Backend Java Developer Interview Questions - Day 3 | Core Java | Spring Boot | Microservices
42:38
BEST Backend Java Developer Interview Questions to Get You HIRED in 2024 - Day 2
36:14
BEST Backend Java Developer Interview Questions to Get You HIRED in 2024 - Day 1
03:15
The #1 Reason You're Not Getting Promoted!
04:40
Top 6 Ways to Document Your Code Like a 10X Developer
32:05
All about CACHING What every developer MUST know | Cache eviction, invalidation, types, strategies
03:22
How to do Back of the envelope calculation in System Design?
23:22
Message Queues, Async , Pub-Sub Model in System Design | Real-world examples | Key differences
09:33
How to Mask Sensitive Data in Spring Boot with Log4j2 | Log Masking | Data Masking Using Spring Boot
02:57
The Real Reason Behind Crimes Against Women | BRUTAL | HORRIFIC | SPINE-CHILLING
14:50
How can you truly become a modern independent woman? - 5 PRACTICAL TIPS
30:07
MUST-KNOW 3 R's of System Design 101 Series | Redundancy, Reliability, Replication
15:05
Load balancer with REAL EXAMPLES in System Design 101 Series | @codewithease-byvarsha
01:58
Introduction to System Design 101 Series
14:11
How to Ensure High Availability in Your System? | Active vs Parallel | 9's of AV | System design
34:19
The 5 Best Tips for Improving Spring Boot App Performance + 1 FREE MAJOR Bonus Tip
37:07
Ultimate DSA Revision Guide 2024 for Coding Interview | DAY 2 | Best way to revise DSA
42:51
Ultimate DSA Revision Guide 2024 for Coding Interview | DAY 1 | Best way to revise DSA
47:14
15 System Design Concepts Every SOFTWARE ENGINEER Must Know | Scenarios | With 5 BONUS concepts
25:10
Can you avoid these 15 Common MISTAKES as a Java Developer? | Best Practices for Clean Code
18:54
java.util Arrays and Collections: 15 Coding Questions You Need to Know | LIVE Code Demo
19:25
CompletableFuture LIVE All Methods Demo + Real World Applications | thenCombine() allOf() | Part 2
15:36
Java 8 CompletableFuture LIVE Code Demo + Tutorial | runAsync() ,supplyAsync() | Async | Part 1
18:42
Don't miss these 10 Questions on Java 8 Optionals With Best Practices | Hands-On Code Demo 🔥
12:21
What is Scheduled Executor Service | scheduleAtFixedRate | scheduleWithFixedDelay | Java Concurrency
16:39
When to use Atomic, Volatile, Synchronized keywords in Java ? | Java Multithreading Race Condition
20:24
CountDownLatch vs CyclicBarrier | Code example, Usecases,When to Use, Comparison | Java Concurrency
23:33
Semaphore, Locks, and ReEntrant Locks - Explained in Java Concurrency | synchronized, tryLock
18:34
How does LinkedHashMap work internally? | VS Hashmap internals? | LRU cache | Is it synchronized?
18:54
How does ArrayList work internally | Source code walkthrough | Array vs ArrayList vs LinkedList
21:18
Sliding Window Maximum | Leetcode Hard | Asked by - Uber, Salesforce, Twilio, Bloomberg
23:36
Java 8 Streams PART 2 🔥 | Intermediate level -10 More Coding Questions & Answers | Streams API
17:45
Largest Rectangle in Histogram | Stacks | Asked by - Bloomberg , Uber, Microsoft | LEETCODE HARD
13:34
Can you implement Custom Thread Factory - With ThreadPoolExecutor ?
14:47
Add Two Numbers I , II - Add Two Binary | Strings, Linked List | Microsoft, Google, Uber, Oracle
26:35
Producer Consumer Problem in Java? | Blocking Queue in java | Threads and Concurrency
22:27
Top 10 Interview Questions on Garbage Collection | Mark and Sweep Algorithm? Major vs Minor GC
13:40
Odd Even Linked List | Linked List Series | Leetcode Medium | FACEBOOK, AMAZON, ADOBE
22:25
Insert Delete GetRandom in O(1) | Design Data Structure | HashSet, HashMap, ArrayList | UBER ,GOOGLE
22:05
Top 10 Interview Questions on Serialization | SerialVersionUID | Transient | Externalizable | JAVA
12:08
Swap Nodes in Pairs - JAVA | Leetcode Medium | LINKED LIST | FACEBOOK | ADOBE | MICROSOFT | APPLE
13:33
Decode String - JAVA | Leetcode Medium | String | Stack | APPLE | ADOBE | GOOGLE | UBER | INTUIT
15:25
Top 9 Interview Questions on wait(), notify() & notifyAll() | Multithreading | Core JAVA QnA
12:04
Daily Temperatures | Stacks in Java Leetcode Medium | FACEBOOK, AMAZON, MICROSOFT, UBER, SALESFORCE
07:27
Min Stack | Leetcode Medium - JAVA | Stacks and Queues | AMAZON, SALESFORCE, ORACLE, MICROSOFT
10:11
Non-overlapping intervals - Leetcode Medium - Java | Intervals Based Questions
14:13
Internal working of Concurrent HashMap & Interview Questions - JAVA | Concurrent Collections
09:22
Implement Queue Using Stack - JAVA | GOOGLE, AMAZON, MICROSOFT | Write your own Data Structure
16:31
Hands-On LIVE code demo Java 8 Comparators 🔥| 8 IMPORTANT Coding Questions & Answers | Java 8 API
09:56
Remove Duplicates From Sorted List PART 2 | Leetcode Medium | FACEBOOK, AMAZON, MICROSOFT
11:22
Fruits into Baskets - SLIDING WINDOW QUESTION - Solution explained in Java | Leetcode Medium
16:00
Internal working of CopyOnWriteArrayList | Java Concurrent Collections |Follow-up interview question