Moving from MySQL JSON to Postgres arrays
Transitioning from JSON columns to native Postgres arrays provides a more efficient approach for handling simple list-based data structures through indexing and direct querying.
Read moreOne thing I learn every day
Transitioning from JSON columns to native Postgres arrays provides a more efficient approach for handling simple list-based data structures through indexing and direct querying.
Read more
Removing sensitive or problematic files from Git history requires a complete purge to ensure they do not reappear during future merges or rebases.
Read more
Exploration of how mixed directory separators between Unix and Windows lead to Git repository checkout failures and the necessary steps to restore a clean file history.
Read more
Tracing my blog traffic by IP revealed a surprising concentration of requests from Ashburn, Virginia, and the reason behind it turned out to be more interesting than expected.
Read more
Exploring the architectural patterns for building high-performance feed systems by leveraging Redis sorted sets, atomic operations, and efficient caching strategies.
Read more
Different programming languages handle division by zero in varied ways, ranging from throwing critical exceptions to generating special floating-point values like Infinity or NaN.
Read more