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.
01 Jul 2025 | Ben Maes
De HR-module van IRC automatiseert de HR-processen zoals onboarding, IT-toegang en opvolging voor meer dan 350 onderzoekers. Een interne “Who is Who”-gids bevordert de samenwerking en maakt het makkelijk om collega’s met de juiste expertise te vinden.
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.
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.
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.
06 Jun 2025 | Ben Maes
De NIS2-richtlijn klinkt misschien als iets voor juristen of IT-beveiligingsteams. Maar vergis je niet: ook developmentteams krijgen ermee te maken. Want wie software bouwt, is mee verantwoordelijk voor hoe veilig die software is en NIS2 maakt dat nu explicieter dan ooit.
01 Jun 2025 | Ben Maes
Je kan technical debt het best vergelijken met Tetris. Eens je gaten laat vallen, zal je tijd en energie moeten steken om ze weg te werken of ze blijven een pijnpunt. Kijk je weg en laat je het zo, dan draag je daar vroeg of laat de gevolgen van.
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.