Why I’m writing this? Obviously, because I’m a PHP programmer 🙂 and I felt how hard it is to decide which bundle (LAMP stack) should be used. I’ve worked on Linux back in 4-5 years ago, then Windows for a long time, and currently working on Mac platform. I’ve used all these three bundles over […]
Category: Technology
How to optimize your Macbook Pro performance
Well, I thought it’s worth to put the topic here. I’ve recently migrated from Windows 8.1 platform to Mac OS X Yosemite platform. I’ve used Windows (Windows XP, Windows 7, Windows 8/8.1) over six years, and before that I’ve also used Linux (Red Hat) platform for two years. I’ve got a Macbook Pro with 13″ Retina Display, […]
How to set up a Rsync between two or more Linux servers
Why would we need to set up a Rsync? Sometimes, we need to set up file sync between two or multiple servers. Especially, if you are creating a distributed platform using a load balancing over multiple servers, you can not upload the new or the modified files to each server separately. Linux/Unix provides a very […]
GIT repository with version control system
If you are associated with development and worked on big projects in a team, you might be already familiar with GIT. It is a distributed system for file repository with revision control system. During development phase of any project, team members often need to work on same file and keep track of the changes. GIT […]
Some useful htaccess rules
htaccess is basically a directory level configuration file for Apache based web servers. It allows you to set different decentralized configuration directives per directory and all sub-directory wide. You can say it an access control configuration file. htaccess works differently in CGI, fCGI, and Apache Module modes. Below are some useful htaccess rules that we […]
MIX – Great Tool with Handheld Device
Check out the site http://t.co/GQIkb5zBlP and video http://t.co/cmwSy6zn9i, great tool to explore in handheld devices pic.twitter.com/cSBB8DYe3M — Supratim Roy (@roy_supratim05) October 5, 2014
Web Design Trends 2014
Web design can not be rephrased as website design now a days. This particular term involves many techniques and set of skills. This includes HTML and CSS coding, graphic design, etc. along with some other specific technology. This is a continuously emerging and improving area of web development. Web design trends change very frequently to deliver the best […]