In the world of database administration, practical experience is irreplaceable. Julien Moreau brings over a decade of hands-on database management experience to his Dargslan titles, having managed databases ranging from small business applications to petabyte-scale analytics platforms.
From Developer to Database Specialist
Julien's path to database expertise started in web development in Paris. As a PHP developer building e-commerce platforms, he quickly noticed that most performance problems weren't in the application code β they were in the database queries. "I would spend days optimizing PHP code only to realize that a single missing index was causing 90% of the slowness," he recalls.
This realization led him to specialize in database optimization. He transitioned from full-stack development to backend engineering with a focus on database architecture, eventually becoming a database reliability engineer at a major European fintech company.
Professional Experience
E-Commerce Scale
Managing product catalogs with millions of items, inventory tracking, and transaction processing during peak sales events taught Julien the importance of proper indexing and query optimization.
Financial Services
Working with financial data β where accuracy is legally mandated and downtime costs thousands per minute β shaped his approach to backup strategies, replication, and disaster recovery.
Multi-Database Environments
Experience with PostgreSQL, MySQL, MariaDB, MongoDB, and Redis gives Julien a unique perspective on choosing the right database for each use case. His comparison articles and books reflect genuine multi-platform expertise.
Writing Style
Julien's writing is characterized by:
- Performance-first thinking β Every technique is evaluated for its performance impact
- Production-tested examples β All configurations and queries have been used in real environments
- Migration expertise β Practical guides for moving between database platforms
- Troubleshooting focus β Common problems and their solutions, based on years of on-call experience
Notable Books
PostgreSQL Database Setup: The Complete Guide
Julien's comprehensive PostgreSQL guide covers everything from initial installation to advanced replication and performance tuning. It's become a go-to reference for DBAs building production PostgreSQL environments.
MySQL Fundamentals
A thorough introduction to MySQL that goes beyond basics to cover real-world administration scenarios, backup strategies, and performance optimization.
MariaDB Administration
Focused on the unique features and administration tasks specific to MariaDB, including Galera Cluster setup and ColumnStore engine configuration.
Current Focus
Julien is currently exploring database automation and Infrastructure as Code for databases. "Too many DBAs still manage databases manually," he says. "The future is automated provisioning, automated backups, automated failover β with human oversight for strategic decisions."