Tag: database
All the articles with the tag "database".
Building a Backend for an Online Marketplace
Published: at 11:00 PMBackend architecture walkthrough of the Marketplace API, showcasing Java and Spring Boot proficiency in managing online marketplace advertisements, including user authentication, dynamic ad creation, and detailed API documentation using Swagger and Javadoc.
TIL Spring Data JPA: Making Database Stuff Easier
Published: at 10:00 PMSpring Data JPA simplifies database tasks, reducing boilerplate code with JpaRepository and enabling clear custom queries through intuitive method naming.
TIL Database Transactions and ACID Principles!
Published: at 10:00 PMDatabase transactions and the crucial ACID properties (Atomicity, Consistency, Isolation, Durability) are explored to ensure data integrity and reliability in real-world applications, using a practical example of money transfer between bank accounts.