java-vs-spring-jdbc-transactions.hashnode.devJava Plain vs. Spring Framework: A Guide to JDBC and Transaction Management with CodeDiscover how plain Java and the Spring Framework handle JDBC operations and transaction management differently. This guide compares both approaches with clear code examples to help you choose the right tool for your backend workflow. Introduction: Wh...Sep 20, 2025·6 min read
how-pom-xml-works-practical-guide.hashnode.devBeginner's Guide to pom.xml with Real-Life ExamplesIntroduction to pom.xml: pom.xml is the main file for a Maven Java project. It defines the project coordinates, such as group, artifact, and version, manages all these aspects, and configures build plugins like compiler, test, runner, and packaging. ...Sep 20, 2025·4 min read