Filtering as domain logic
Explores strategies for implementing and testing complex data filtering logic, balancing correctness and performance between in-memory and database queries.
Explores strategies for implementing and testing complex data filtering logic, balancing correctness and performance between in-memory and database queries.
A developer's advice on learning about core software systems like compilers, databases, and operating systems to become a better engineer.
Exploring Go's standard library features like JSON, templates, and static file embedding for SaaS development.
Author shares their experience starting a successful asynchronous paper reading club at work, focused on databases and distributed systems research.
A reference list of Maven coordinates (groupId and artifactId) for the most popular JDBC drivers, sourced from jOOQ integration tests.
A developer recommends two essential books for improving professional programming skills: one on browser networking and one on data-intensive applications.
Strategies for efficiently scheduling Docker containers to integration test 14+ databases in GitHub Actions, improving CI performance.
A technical blog post detailing the implementation of a MIME type parser and database in a new systems programming language.
An introductory guide to database fundamentals, covering data design, relationships, and types of databases for application development.
A guide detailing three methods for moving a Django model between apps, covering migration operations and CLI commands.
A practical guide on the essential and non-essential elements for building a successful web application, emphasizing simplicity and core problem-solving.
A developer's initial exploration of Apache Cassandra, covering installation, data models, and connecting to it from a .NET application using C#.