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.…
// ARTICLES · GUIDES, NOTES, EXPERIMENTS, LINKS
WordPress, performance, security, AI, browser APIs, and the boring devops in between. Newest first. The old posts are kept for context — they may reflect the tools and versions of their time.
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…
It was 3 years ago that I used Ubuntu as my main primary operating system. As a web developer, using a Linux-based operating system makes things…
ModSecurity is an open source web application firewall. Working embedded in the web server, or standalone as a network appliance, it detects and prevents attacks against…
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…