Transfer files using Rsync

I had been using FTP for a very long time for transferring, it is a great protocol for file transfer, but it is time-consuming when transferring big files or ma

Read Article

Uninstalling all RubyGems

I was trying to clean up my Mac, this is when I wanted to uninstall all the Gems I installed on my system, removing them manually was a pain as some of them wer

Read Article

PHP: 301 Redirect

In PHP, you can use the built-in header() function to set up a permanent 301 redirect. Here is the modern, streamlined snippet to get it done: Just place this

Read Article

Search: why your website needs it?

At first pagination is everything you need to organize a website, it does the job, visitors can easily access the content on your website. But as you update you

Read Article

Take a break!

Working on a project for hours is a regular thing for me now, whether it’s web development, graphic design, or animation. I work for hours daily, spending most

Read Article

Why comment your code?

It lets other know why that piece of code needs to be there in the first place. While learning programming most of us forget how important it is to comment as

Read Article