11 articles

📰 Dev.to · Mohamed Hussain S

Articles from Dev.to · Mohamed Hussain S · 11 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (10511) ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog
PostgreSQL Backups and Point-in-Time Recovery with pgBackRest
Dev.to · Mohamed Hussain S 1mo ago
PostgreSQL Backups and Point-in-Time Recovery with pgBackRest
This article is part of a series on PostgreSQL WAL. Part 1 - How PostgreSQL WAL Actually Works Part...
How Debezium Uses PostgreSQL WAL for Change Data Capture
Dev.to · Mohamed Hussain S 1mo ago
How Debezium Uses PostgreSQL WAL for Change Data Capture
This article is part of a series on PostgreSQL WAL. Part 1 — How PostgreSQL WAL Actually Works ...
How PostgreSQL WAL Actually Works (And Why Everything Depends On It)
Dev.to · Mohamed Hussain S 1mo ago
How PostgreSQL WAL Actually Works (And Why Everything Depends On It)
Every change in PostgreSQL is written twice. First to WAL. Then later to the actual table...
Why 'FINAL' in ClickHouse Is Usually a Design Smell
Dev.to · Mohamed Hussain S 1mo ago
Why 'FINAL' in ClickHouse Is Usually a Design Smell
If you're using FINAL regularly in ClickHouse, your schema might be wrong. Not always. But...
Apache Iceberg Explained: From Data Lakes to Metadata, Snapshots, and Real-World Usage
Dev.to · Mohamed Hussain S 2mo ago
Apache Iceberg Explained: From Data Lakes to Metadata, Snapshots, and Real-World Usage
If you’ve worked with data lakes for a while, you’ve probably heard names like Apache Iceberg, Delta...
Analyzing and Optimizing a Parquet ClickHouse Ingestion Pipeline
Dev.to · Mohamed Hussain S 4mo ago
Analyzing and Optimizing a Parquet ClickHouse Ingestion Pipeline
Hey devs, Recently I got the chance to analyze an existing ingestion pipeline that loads large...
Clean Code in ETL:How Python, Go, and SQL Each Teach You to Think Differently
Dev.to · Mohamed Hussain S 4mo ago
Clean Code in ETL:How Python, Go, and SQL Each Teach You to Think Differently
Hey Devs 👋 Sometimes in data engineering, the biggest lessons don't come from huge systems or fancy...