Featured in SQL

Designing a Blog Database Properly

When building a blog, many developers focus on the frontend experience and forget that everything relies on a solid database design. A poorly structured database can quickly become difficult to maintain, inefficient to query, and hard to extend. Let’s break down how to design a proper blog database from the ground up.

Admin 14-Apr-2026
Latest SQL Posts

Writing Raw SQL When Entity Framework Isn’t Enough

Entity Framework makes database access straightforward, handling most queries with minimal code. However, there are situations where LINQ queries become difficult to optimise, database-specific features are required, or performance is critical. In these cases, writing raw SQL can provide greater control, improved efficiency, and access to capabilities that Entity Framework does not directly support.

Admin in SQL
31-May-2026
Writing Raw SQL When Entity Framework Isn’t Enough

SQL Queries Every Developer Should Know

Whether you are building web applications, desktop software, or APIs, a solid understanding of SQL is essential. While ORMs can simplify database access, every developer benefits from knowing how to write efficient SQL queries. This article explores some of the most useful SQL queries and techniques that can help you retrieve, analyse, and manage data more effectively.

Admin in SQL
22-May-2026
SQL Queries Every Developer Should Know

Indexes Explained Like It’s 1988

Back in 1988, computers were slower, hard drives were noisy, and every second counted. Database indexes were the secret weapon that helped systems find information quickly without searching every single record one by one. Even though technology has changed dramatically since then, indexes still work on the same core idea today. This article explains database indexes using retro computing comparisons anyone can understand.

Admin in SQL
19-May-2026
Indexes Explained Like It’s 1988

Designing a Blog Database Properly

When building a blog, many developers focus on the frontend experience and forget that everything relies on a solid database design. A poorly structured database can quickly become difficult to maintain, inefficient to query, and hard to extend. Let’s break down how to design a proper blog database from the ground up.

Admin in SQL
14-Apr-2026
Designing a Blog Database Properly

Become a member

Get the latest news right in your inbox. It's free and you can unsubscribe at any time. We hate spam as much as we do, so we never spam!

The Bedroom Coder — retro computers, modern .NET, and late-night experiments.

Navigation

Contact

Want to talk retro tech or modern coding? I'd love to hear your thoughts.

© 2026 The Bedroom Coder. All rights reserved.