3 followers
Senior Engineer at LinkedIn. Interested in programming languages, open source, and software engineering.
In software engineering, we’re often focused on building applications, optimizing algorithms, and ensuring robust system architecture. However, as...
Introduction: Transitioning from Java 8 to Java 17 marks a significant leap forward, unlocking a wealth of new possibilities and enhancements. This...
Learn to visualize your database structure effortlessly with ERDs · Database design is a crucial step in developing any software system that involves...
List Lists are ordered collections of items that can be of any data type and can be changed (mutable). # Initialize a list numbers = [1, 2, 3, 4] #...
Setup 1. Install MAT To use MAT we need to have Java version at least greater than 11 at the time of writing. We can install the latest java easily...
Rules for thread pool creation Here are Sun's rules for thread creation in simple terms: If the number of threads is less than the corePoolSize,...