revisekarle.comMy Docker and Kubernetes LearningHeavily borrowed from Nana tutorial at:- https://www.youtube.com/watch?v=3c-iBn73dDE Basic Concepts about Docker:- Imagine Docker as a magic box for your applications. As a programmer, you know how sometimes getting your code to run in different envi...Apr 16, 2024·11 min read
revisekarle.comMore Java QuestionsBasic Java Explain the principles of SOLID design in Java. Describe the differences between static and dynamic binding in Java. How does Java handle memory management, and what are its implications for performance? Explain the difference betwee...Apr 10, 2024·23 min read
revisekarle.comJava - List of easy questionsHere's a set of 100 questions covering a wide range of theoretical and practical aspects of Java programming: Core Java Concepts: What is the difference between JDK, JRE, and JVM? Explain the difference between == and equals() method in Java. What...Apr 10, 2024·5 min read
revisekarle.comThe Curious Case of Dates: An Amusing Journey into JavaScript's NaN RealmIntroduction: Ah, dates - those elusive entities that seem simple until you try to work with them in JavaScript. In this journey(where, please indulge me, when I overreact !!!), we'll explore the quirky world of dates, NaN, and the curious conversion...Apr 6, 2024·3 min read
revisekarle.comSpring Boot app serving only fixed number of customers for a specific endpointProblem Scenario: - I have a spring boot application that acts as the backend for a frontned application that many users use. it has many rest controllers and hence many end points. One of the endpoints is an excel generation endpoint. But, since I u...Mar 23, 2024·2 min read