@DarkMatter29
Absorbing all the knowledge and trying to become best Engineer and problem solver out there.
Nothing here yet.
Nothing here yet.
Sep 18, 2024 · 2 min read · Evolution of Application designs It becomes too difficult to handle after the application becomes too big, and many single-point error arises. Each Microservice deals with one business function end-to-end independently from other microservices...
Join discussionSep 18, 2024 · 1 min read · What is an annotation in Java? Annotations in Spring Boot are a form of metadata that provide additional information to the Spring Framework about a particular class, method, or field. They are used to configure and customize the behaviour of Spring...
Join discussionJul 5, 2024 · 1 min read · to convert String to Int int i=Integer.parseInt("200"); Always use Long instead of it; String[] arr=s.split(" "); use of trimming(.split() me see empty strings that dete hai) A to Z are 65 to 90, and for lowercase letters they are 97 to ...
Join discussionMay 12, 2024 · 26 min read · Spring Beans Visualization. What is an HTTP session? In simpler terms, an HTTP session is like a temporary memory space that a website creates for each visitor. Imagine you're shopping online. When you add items to your cart, the website reme...
Join discussion