PinnedVikram GuptainLevel Up CodingHow to Containerize Your Java ApplicationPlay with Your Java Application Docker ContainersAug 12Aug 12
Vikram GuptaSynchronous vs. Asynchronous API CallsUnderstanding Blocking and Non-Blocking OperationsSep 28Sep 28
Vikram GuptaMemcacheD vs Redis vs Aerospike — Which One to Choose for Your Application Design?Most Frequently Asked Design Interview Question — Choose As Per Your Use Case.Sep 28Sep 28
Vikram GuptaHow to Use @ConfigurationProperties with Java RecordLearn how we can reduce boilerplate code for immutable configs and optimize our Java Code.Sep 25Sep 25
Vikram GuptaSpring Boot Profiles and How to Set It?Create environment-specific configs in the Spring Boot ApplicationSep 25Sep 25
Vikram GuptaSpring Boot @Async Annotation — Make API Calls AsynchronousBuild Non-blocking Asynchronous applications that are highly performantSep 25Sep 25
Vikram GuptaDo You Know Immutable Class in Java? Why String is Immutable?Everything about Immutability — What, How, and When.Sep 25Sep 25
Vikram GuptaWhat Does String Pool Mean in Java?Know about the String Pool in Java and how objects are stored and retrieved from the String Pool.Sep 25Sep 25
Vikram GuptaString, StringBuilder, and StringBuffer: A Complete GuideKnow text/string manipulation classes in Java, how, and when to use them.Sep 181Sep 181
Vikram GuptaWorking of toString and Comparing Concat, ‘+’ and appendHow and when to use the toString method in your Java application.Sep 181Sep 181