Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
41 results
Hello everyone, I hope aap sabhi acche ho. In this video, we will learn how to **insert a new element at the first position of an ...
7 views
17 hours ago
Stop writing full Java programs just to test a single line of code. Learn how Java REPL makes testing logic immediate. JShell is an ...
22 views
11 hours ago
Understanding Class and Object is one of the most important steps for learning Java programming because they form the ...
1 view
7 hours ago
120 DAYS PLACEMENT ARC – DAY 10 | EVENING SECTION Welcome to Day 10 of my placement preparation journey!
134 views
Streamed 1 day ago
In this video, we will learn Inheritance in Java in detail with simple real-life examples and practical Java programs. Inheritance is ...
10 hours ago
Explore whether modern compilers can optimize variable access in multithreaded Java programs by caching variables exclusively ...
0 views
18 hours ago
Git is the foundation of modern collaborative software development, but using version control well requires more than simply ...
9 views
21 hours ago
Code ownership and team conventions help development teams create clearer responsibilities, more consistent codebases and ...
4 views
14 hours ago
Refactoring improves the internal structure of software without intentionally changing its external behaviour. In this video by Uplatz ...
3 views
Continuous Integration helps development teams merge code frequently, detect problems early and maintain a reliable shared ...
18 views
22 hours ago
Good developer documentation should be easy to find, easy to understand and useful at the moment someone needs it.
Good error handling and logging help teams detect failures, understand what went wrong and recover from problems without ...
11 views
Dependency management is the process of controlling the external libraries, frameworks, packages and services that software ...
Continuous Deployment automates the release of validated software changes into production, helping teams deliver updates ...
10 views
Observability helps engineering teams understand what is happening inside a software system by using signals such as logs, ...
Well-designed APIs are easier to understand, integrate, maintain and evolve without breaking dependent applications.
Software architecture should evolve as products, teams, workloads and business requirements change. In this video by Uplatz, we ...
Good database design helps software remain reliable, scalable and easier to maintain as data volumes and application ...
8 views
Caching can significantly improve application performance by storing frequently accessed data closer to where it is needed.
Technical debt is the cost of shortcuts, outdated design choices and accumulated complexity that make software harder to change ...
15 views