Repository pattern in Go service
Learn how to implement the repository pattern in Go services for clean architecture, testability, and easy database swapping.
Learn how to implement the repository pattern in Go services for clean architecture, testability, and easy database swapping.
Explores a Linux user-land persistence technique using D-Bus to execute code without root access, targeting desktop environments.
Explores database durability without write-ahead logs, contrasting in-memory and disk-based approaches to build intuition for WAL design.
A developer shares initial impressions and basic concepts of SwiftData, Apple's data persistence framework built on Core Data, after experimenting with it.
A guide on integrating CoreData with SwiftUI for iOS app development, covering setup, context management, and data persistence.
A guide to migrating Redis data within Kubernetes to implement Redis Sentinel for high availability, addressing stability issues in a Mastodon setup.
An introductory guide to database fundamentals, covering data design, relationships, and types of databases for application development.
A guide on persisting Swift enums in Core Data using computed properties and private integer storage.
A beginner-friendly guide explaining what Core Data is, why it's needed for iOS/macOS apps, and how it simplifies data persistence.
A developer shares their approach to setting up a Core Data stack outside of AppDelegate, including code for a singleton Database class.
Explores implementing Domain-Driven Design building blocks in Java, balancing conceptual purity with technical pragmatism.
Explains improvements in joblib's compressed persistence for Python, focusing on reduced memory usage and single-file storage for large numpy arrays.
A recap of a panel discussion on Object-Relational Mappers (ORMs) in Python, covering selection criteria and unanswered questions.