Learn how to enable logging of SQL statements in Spring Boot with this comprehensive tutorialMay 23, 2023·6 min read
How to Create SSH Tunneling or Port Forwarding in LinuxEvery network device has an IP address, which can be either public or private. Public IPs are used globally, while private IPs are reserved for internal networks such as 192.168.x.x or 10.0.x.x. Regardless of whether it’s through a router’s public IP...Jun 20, 2023·5 min read
Secure Your Spring Boot App with JWT Authentication: A Comprehensive GuideSome prerequisites for working with Spring Boot and JWT Authentication include: Basic knowledge of Java programming language and web application development. Familiarity with Spring framework and its core concepts. Understanding of RESTful web ser...Apr 11, 2023·10 min read
"Revolutionize Your Data Management with Spring Boot and MongoDB: A Complete Guide to Mastering CRUD Operations"Introduction A) Spring Boot It is an open-source, microservice-based Java web framework. Spring Boot makes it easy to create stand-alone, production-grade Spring-based Applications that you can simply run. It takes an opinionated view of the Spring p...Apr 6, 2023·7 min read
Unleashing the Power of HashMap: Exploring the Different Types in JAVAIntroduction In simple terms, HashMap is the class of the Java collection framework that provides the functionality of hash table data structures. It is a basic implementation of the Map interface. HashMap stores data in (Key, Value) pairs. One key a...Apr 5, 2023·8 min read