Skip to content

Articles from Cédric Kui

How I stopped using Bootstrap's layout thanks to CSS Grid

Cédric Kui4 min read

Why did I stop using Bootstrap?Bootstrap is too verbose: you need plenty of div even if you only have a couple of blocks in your layout Things get even worse when you add responsiveness... ... or when you want to move your blocks…

Continue reading →

Extend the Algolia Search Bundle to Multiple Databases

Cédric Kui4 min read

Creating a search engine from scratch may be tricky and lengthy. That is why, when I wanted to implement one in my Symfony app, I chose to use Algolia through its SaaS model. Thanks to their Symfony bundle, I managed to…

Continue reading →