Skip to content
Logo Theodo

Articles from Albéric Trancart

Logging uWSGI errors and alarms to Sentry

Albéric Trancart2 min read

uWSGI and Sentry logos

If you already use Sentry to manage your application errors and uWSGI as a WSGI server for your Python project (such as Flask or Django), you are one step away to improve your monitoring setup in a matter of minutes. It…

Continue reading →

Improve accessibility on your Angular Apps with Jasmine and Axe

Albéric TrancartEmyly Vo2 min read

At Theodo, we have multiple projects using Angular and we are currently focusing on building more accessible websites. (learn more about a11y) We had an experience with Axe and jest-axe on other React projects, and we wanted something similar for Jasmine,

Continue reading →

Web Accessibility Check Using the RGAA Guidelines

Albéric Trancart10 min read

Web accessibility (a11y) can be a little disorienting for everyday developers. Here is a practical, down-to-earth guide with examples to help you make your websites more inclusive and comply with legislation. Why is accessibility important? There are three main reasons why you…

Continue reading →

Write Better CSS: From Hell to Heaven (Part 1)

Albéric Trancart14 min read

Through my experiences, I encountered many fellow coworkers that found CSS code painful to write, edit and maintain. For some people, writing CSS is a chore. One of the reasons for that may be that they have never been properly…

Continue reading →

Symfony 3.0 is out!

Albéric Trancart4 min read

A new major version is always exciting: when it comes to one of our favorite frameworks like Symfony, it’s Christmas come early for developers. But is is also worrisome. Will my application break? Will I have to rewrite half of…

Continue reading →

How I stopped worrying and learned to love the CSS with BEM

Albéric Trancart10 min read

CSS coding should not be a pain in the neck. At some point, most developers notice that they avoid writing CSS and that it has an impact on their efficiency and on the code quality, which is unacceptable. It recently happened…

Continue reading →