All Posts
Filtering by: database

Posts tagged "database"

3 posts found

⚙️ Backend

MyBatis: Finally Talking to a Database

Goodbye in-memory ArrayList, hello real database. Learn to connect Spring Boot to MySQL using MyBatis, write SQL mappers, handle transactions, and stop losing data every time you restart the server.

javaspring-bootmybatis +6
Read more
⚙️ Backend

Migrations & Seeding: Version Control for Your Database

No more 'run this SQL file I emailed you.' Migrations track database changes in code. Seeders fill your database with test data. Together, they make database management sane and shareable.

phplaravellaravel-5.6 +5
Read more
⚙️ Backend

Eloquent Relationships: Making Models Talk

Users have posts. Posts have comments. Orders have products. Learn to define and query relationships in Eloquent — hasMany, belongsTo, many-to-many, and the magical eager loading that saves you from the N+1 problem.

phplaravellaravel-5.6 +5
Read more
3 posts tagged "database"
Saurav.dev

© 2026 Saurav Sitaula.AstroNeoBrutalism