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.
A monthly roundup of interesting links and articles about data engineering, databases, streaming tech, and data infrastructure.
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 developer's monthly curated list of tech resources, covering databases, LLM performance, AI in development, and microservices.
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#.
Comparing Oracle JDBC drivers for OBIEE Publisher scheduler, highlighting better error feedback from oracle.bi.jdbc.AnaJdbcDriver.