Blog

Ontdek onze nieuwste inzichten, tips en updates

Building Verdant UI: How We Stopped Reinventing Dashboard Wheels
English Web Development Processes

Building Verdant UI: How We Stopped Reinventing Dashboard Wheels

05 Jul 2025 | Ayoub EZZINI

Tired of rebuilding the same dashboard components for every Laravel project? We were too. After copy-pasting forms, tables, and navigation for the fourth time in six months, we built Verdant UI, our component library that cut dashboard setup from days to hours.

Alle Posts

Why Your Code Needs Bodyguards: The Real Value of Testing
English Web Development Processes

Why Your Code Needs Bodyguards: The Real Value of Testing

26 Jun 2025 | Ayoub EZZINI

Testing isn't overhead—it's your superpower. Feature tests catch the "it worked yesterday" bugs, unit tests guard your logic, and that green CI check means you can deploy with confidence instead of crossed fingers. Here's how we transformed from debugging heroes to prevention masters.

PostgreSQL: The Swiss Army Knife of Databases
PostgreSQL English

PostgreSQL: The Swiss Army Knife of Databases

09 Jun 2025 | Ayoub EZZINI

Modern applications typically require diverse data handling: search, documents, time-series, caching. The conventional approach uses specialized databases for each. PostgreSQL eliminates this complexity.

Custom Domain Management for Trust Platform: A Technical Deep Dive
Cases English

Custom Domain Management for Trust Platform: A Technical Deep Dive

25 Jun 2025 | Ayoub EZZINI

Building custom domains for Trust Platform seemed simple until we hit the reality: DNS chaos, SSL automation nightmares, and security challenges. Here's how we made it feel magical while taming the technical chaos behind the scenes.

The Hidden Superpowers of PostgreSQL: Geospatial Queries
PostgreSQL English

The Hidden Superpowers of PostgreSQL: Geospatial Queries

02 Jun 2025 | Ayoub EZZINI

Faced with analyzing millions of real estate transactions across an entire country, I thought I'd need separate geospatial databases and complex data pipelines. Instead, PostgreSQL's PostGIS extension handled proximity calculations, spatial indexing, and real-time property valuations with simple SQL queries.

The Hidden Superpowers of PostgreSQL: Fuzzy Search
PostgreSQL English

The Hidden Superpowers of PostgreSQL: Fuzzy Search

02 May 2025 | Ayoub EZZINI

Discover how we avoided adding unnecessary complexity to our stack by unlocking PostgreSQL's hidden superpowers. Learn how the simple pg_trgm extension transformed our search capabilities without sacrificing performance.