The Valuable Dev

10 Tips to Become a Better Web Developer

10 Tips to Become a Better Web Developer

This list range from the obvious to the underestimated skills and mindsets you should have if you want to be a better web developer. Spoiler ahead: it's not only being good technically. Interest and motivation will drive you faster than any knowledge in the last ephemeral trend.

Vim for PHP: The Complete Guide for a Powerful PHP IDE

Vim for PHP: The Complete Guide for a Powerful PHP IDE

I can see you spitting your cereals in front of you computer. 'What? A PHP IDE with Vim? Are you insane?'. If I am, I'm not the only one: many developers use Vim, why not PHP developers? This article will describe everything you need for you to build your own personal IDE, which fits your way of working and answers your specific needs.

How did I Replace PhpStorm by Vim in my Heart

How did I Replace PhpStorm by Vim in my Heart

Behold the story of a developer (me) who were mocking his colleague for using Vim! He was young, innocent and presumptuous! But at the end, he understood why Vim is so praised since the 70s: it's the best editor ever. I won't go into a crusade to evangelise you with Vim, but you need to know my story: how I ended up using Vim after years with PhpStorm.

PHP 7 Type Hinting: Inconsistencies and Pitfalls

PHP 7 Type Hinting: Inconsistencies and Pitfalls

When PHP 7 came up with strong types, I saw the light. I had the hope not to see anymore bugs and inconsistencies due to weak typing in PHP. I remember reading some code and having no idea what could be the type of the variables I had in front of me. Can I use the return of this method as an int? A boolean? Will it create silent bugs and unexpected behaviors?