11 articles

📰 Dev.to · Mickel Samuel

Articles from Dev.to · Mickel Samuel · 11 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (9363) ArXiv cs.AIDev.to · FORUM WEBForbes InnovationDev.to AIOpenAI NewsHugging Face Blog
How to Safely Add a Column with a Default Value in PostgreSQL
Dev.to · Mickel Samuel 1mo ago
How to Safely Add a Column with a Default Value in PostgreSQL
Adding a column with a DEFAULT value is one of the most common migration operations. It is also one...
Adding NOT NULL Constraints to Existing PostgreSQL Columns Safely
Dev.to · Mickel Samuel 1mo ago
Adding NOT NULL Constraints to Existing PostgreSQL Columns Safely
Adding a NOT NULL constraint to an existing column is one of the most common schema changes, and one...
Which ALTER TABLE Operations Lock Your PostgreSQL Table?
Dev.to · Mickel Samuel 1mo ago
Which ALTER TABLE Operations Lock Your PostgreSQL Table?
ALTER TABLE is not a single operation. PostgreSQL has dozens of ALTER TABLE sub-commands, and they...
How to Add Database Migration Checks to Your CI/CD Pipeline
Dev.to · Mickel Samuel 1mo ago
How to Add Database Migration Checks to Your CI/CD Pipeline
Code review catches logic bugs, linting catches style issues, and type checking catches type errors....
Flyway vs Liquibase for PostgreSQL: An Honest Comparison
Dev.to · Mickel Samuel 1mo ago
Flyway vs Liquibase for PostgreSQL: An Honest Comparison
Flyway and Liquibase are the two most widely used database migration tools in the Java ecosystem....
Atlas Paywalled Their Migration Linter — Here Are Your Free Alternatives
Dev.to · Mickel Samuel 1mo ago
Atlas Paywalled Their Migration Linter — Here Are Your Free Alternatives
In October 2025, Atlas moved atlas migrate lint out of their free Starter plan. If you relied on...
Squawk vs MigrationPilot: PostgreSQL Migration Linters Compared
Dev.to · Mickel Samuel 1mo ago
Squawk vs MigrationPilot: PostgreSQL Migration Linters Compared
Squawk and MigrationPilot are both open-source PostgreSQL migration linters. Both analyze SQL files...