Jump Start Your Web Application With PHP Composer
If you are a web developer who loves PHP, I bet you have heard about Composer. Composer is a dependency manager for PHP. So what does…
// CATEGORY · 173 POSTS · TOOLING
Editor setup, CLI scripts, CI tricks, things that compound.
If you are a web developer who loves PHP, I bet you have heard about Composer. Composer is a dependency manager for PHP. So what does…
If you are using XAMPP, you can access your local server by going to http://localhost. Now I would like to share how to create your own…
As I am working on some open source projects with the community, it is best to send file patches instead of merge requests. A couple of…
Gist is a snippet code repository made by GitHub to share snippets and pastes with others. Gist is also a git repository, so you can version,…
You can boot an Ubuntu ISO without burning it to a CD. This is very useful if you want to test the latest Ubuntu without installing…
Grep is one of the most used Linux commands from the command line. The grep command is used to search text or search a given file…
Putty is one of the top SSH clients available on Windows. It is lightweight and just runs out of the box. Doesn’t need installation and connects…
What is Git? Git is a distributed revision control and software code management system used in team software or web development. Git allows a single developer…
I bet many of you know what MySQL is and probably use it a lot. One of the best MySQL client tools is MySQL Workbench as…