SQL: One of the most valuable skills
An article arguing that SQL is one of the most valuable and enduring technical skills across various roles like engineering and product management.
An article arguing that SQL is one of the most valuable and enduring technical skills across various roles like engineering and product management.
Announcing a free book that teaches how to build a full-stack application using React and Firebase, from setup to deployment.
A technical overview of the new .NET Cosmos DB SDK v3, covering setup, queries, and common pitfalls.
Author offers 12 free hours of expert consultation on Columnstore Indexes and Batch Execution Mode in SQL Server throughout 2019.
A preview of PostgreSQL 11's key new features, including usability improvements, safer column additions, and performance enhancements like JIT compilation.
A preview of the top talks at PostgresOpen 2018, covering topics like debugging the Postgres planner, indexes, extensions, and connection pooling.
Announcing a 2018 Asia & Australia tour featuring a full-day SQL Server performance analysis workshop in Melbourne and tech talks on Azure SQL and Availability Groups.
Microsoft's new Azure Postgres offering goes GA, bringing high availability, compliance, and competition to the managed PostgreSQL market.
A tutorial demonstrating Redis sorted sets using the command line interface, Python, and Go programming languages.
Practical tips for optimizing Django database interactions, covering aggregation filters, namedtuples, and custom functions.
A technical guide on enabling and locating MySQL query logs for debugging and monitoring database activity.
A guide to automating development database setup using Docker, including scripts to import production dumps into a MariaDB image for faster local deployment.
Announcement of the Spanish translation of 'SQL Performance Explained' with updates for latest database releases and a refreshed SQL indexing quiz.
Highlights from PASS Summit 2017 Day 1 keynote, covering SQL Server 2017, Azure data services, and Microsoft's data platform announcements.
A developer's personal appreciation letter to PostgreSQL, reflecting on its evolution, robust features, and adaptability over the years.
A technical article about optimizing Django Admin's date_hierarchy feature to eliminate performance bottlenecks caused by expensive database queries.
A preview of the 2017 Postgres Open Silicon Valley conference lineup, highlighting key talks on PostgreSQL indexing, scaling, and concurrency.
A beginner's guide to using Sequelize, a popular promise-based ORM for Node.js, covering installation, connection setup, and basic configuration.
A guide to implementing Kubernetes liveness and readiness health checks in a Django application using custom middleware.