Use PHP Code Sniffer (phpcs) in Sublimetext 3
PS: This is an old article, it may not work anymore. I would suggest trying an IDE such as VSCode or PHPStorm for better phpcs support.…
// CATEGORY · 173 POSTS · TOOLING
Editor setup, CLI scripts, CI tricks, things that compound.
PS: This is an old article, it may not work anymore. I would suggest trying an IDE such as VSCode or PHPStorm for better phpcs support.…
Using Ubuntu for web development is a perfect match. Since I migrated to Ubuntu a month ago, I could code faster and deliver more results. Along…
It’s been a month since I moved back to Ubuntu as my primary OS. I would like to write about one of the most used commands…
I’m using a LAMP stack on my Ubuntu desktop for my development environment. So I’m writing this article so I know what to install when I…
If you install Git from the repository on CentOS 6.5, you will get the old version of git v1.7.x. But I need to use a feature…
Since I moved to Ubuntu recently, I need to set up my entire development environment. My stack uses Nginx with Apache + PHP as the webserver…
I’m using FreeNAS for more than 2 years for our internal centralized file storage in our company. It is free and open source and has a…
Sometimes sending email can be a pain for some servers. Especially if it is shared hosting with a blacklisted IP, and all the emails sent either…
A couple of months ago Google App Engine announced their support for PHP. It is the fourth language supported by Google App Engine after Python, Java,…