Coding Env
Folks
What's up? I am Prakash.
My content mostly revolves around software engineering, Java Programming, Technical interview questions, career in tech & a little bit of opinionated information on stuff I care about.
DISCLAIMER:
The views presented in this channel are solely mine and mine alone and not that of my employer or any other organization.
What REALLY Happens When You Clone a Singleton?
Reverse Proxy Secrets EXPOSED What Experts Don't Want You to Know
Proxy Server: Enhancing Privacy while browsing
Optional Class in Java
Java Virtual Thread Simplified | Java 21
Merge Two Sorted Linked List | Leetcode 21| Java | Linked List
Intersection of two linked list | Leetcode 160 | Java
Detect a cycle in Linked list | Linked List Cycle | Leetcode 141 | Java| Floyd Algo| Linked List
Delete Node in a Linked List without head node| Java| Leetcode 237 | Linked List
Remove Nth Node from The End | Java| Linked List| Leetcode #19
Add Two Numbers | Linked List | Leetcode Problem # 2.
Iterative Reverse Linked List in Java | Linked List tutorial
Recursively Reverse a Linked List in Java | Linked List Tutorial
Delete Node In Linked List | Java
Basics Of linked list | Java
Linked List in Java
REST API Fundamentals
Facade Design Pattern | Structural Design Pattern | Java
Decorator Design Pattern in Java
Adapter Design Pattern in Java | Structural Design Pattern
Prototype Design Pattern | Creational design pattern | JAVA
Service Oriented Architecture (SOA) Simplified.
Объяснение событийно-управляемой архитектуры
Software Architecture Part 1 | Monolithic and Micro Services Architure.
Best time to Buy And Sell Stocks/Share 2 | Leetcode | Hackerrank | Java
Best time to Buy And Sell Stocks/Share 1 | Leetcode | Hackerrank | Java
Value based sorting in HashMap in Java.
HashMap internal working with performance improvement in Java 8 with explanation of time complexity.
Why is it important to override the hashCode and equals method of Object class in Java?
Dynamic Array in Java | ArrayList Internal working