Skip to content
Theodo logo

Articles from Paul Molin

How to become a hacker in 10 minutes

Paul Molin6 min read

As a Web developer, and above all, as someone who is interested in bringing value as soon as possible to my client, one of my main goals is to release the features I developed into production as soon as possible.

Continue reading →

Preventing CSRF attacks with Express and AngularJS

Paul Molin5 min read

CSRF vulnerabilities are one of the most common and important flaws in Web applications security. It is listed as the eighth most critical vulnerability in the OWASP Top 10. Symfony2, which we often work with at Theodo, offers cool automatic…

Continue reading →