Blog about development. Anything that interests me at work or at home.

Here are some not necessarily obvious things that are quite useful in TortoiseGit.

When using Symfony, we often need to clear the cache. The problem is that depending on how you configure the user rights, you may need sudo privileges to clear the cache: eg the owner of the Symfony files is a normal user, the group is the web server. Whenever Symfony...

I generated an SSH key using PuTTYgen. I chose Save private key and saved it under %USERPROFILE%/.ssh as privKey.ppk. This is what I use for TortoiseGit. I then chose Conversions / Export OpenSSH key and saved it as id_rsa. It will be automatically used by some programs, like PHPStorm or...

I really like npm and the way more and more frameworks come with easy scaffolding features. With Ionic2 (still beta currently) for example, you just need to