Shishir Raven

I code things

Blog

Crowdsourcing, what it is, types, benefits and how you can use it.

What is Crowdsourcing? Crowdsourcing is extremely powerful in accessing Intelligence, talent and cumulative power of many for your project or problem The word Crowdsourcing originates from A mixture of “crowd” and “outsourcing,” and was coined in 2006. It can be said that it is a way of using crowds as a source for various things […]
Author
Shishir Raven
Filed Under
Published
February 20, 2021
Read the Article

How to write articles faster?

Tip 1 : Write More. Write Daily. Practice Translates to Speed. Writing helps in Vocabulary Expansion & Maintenance and it with daily practice it makes it easier for your to translate an Idea to Words. Writing daily has some great benefits Your Ideas get improved exponentially. Writing in the form of Journal helps you gain […]
Author
Shishir Raven
Filed Under
Published
February 6, 2021
Read the Article

PHP Function for Generating Random Number & Random Digits placeholder.

While developing a SMS sending Tool, we wanted to provide the developers to use placeholders such as. {{random_number_7}} or {{random_string_8}}When these placeholders will be used in the bulk SMS sending program they will be replaced by a random number of 7 digits and random string of 8 digits respectively. Behind the scene we had to […]
Author
Shishir Raven
Filed Under
Published
February 3, 2021
Read the Article

How to Automate Backup for PHP & MySQL Project on Google Drive.

Taking backups is a way of ensuring that if your computer crashes you won’t lose hours of valuable work. I have a habit of building rapid prototypes and project of hundreds of ideas and I usually do not get time to take their backups on a regular bases. Considering the current situation when the Corona […]
Author
Shishir Raven
Filed Under
Published
April 23, 2020
Read the Article

Image Optimization in PHP

Why should I care about Image Optimization? Faster loading page is what we all need, this is the reason why we use google search. It simply loads faster than any other search engine. Web-pages contain images and images are one of the components which contribute most to the size of any webpage. More heavy the […]
Author
Shishir Raven
Filed Under
Published
April 16, 2020
Read the Article

How to access your localhost from Anywhere

I develop a lot of things for the web. And when you do so you do not code live you usually develop on your localhost and then you have to upload it online so that you can give a demo to your client (or show progress to your boss). To avoid of hassles of uploading […]
Author
Shishir Raven
Filed Under
Published
April 11, 2020
Read the Article

Vtiger Opensource showing blank page after Installation and logout.

Fix : Comment out the following
Author
Shishir Raven
Filed Under
Published
April 1, 2020
Read the Article

Zip only specific extensions on Linux/Debian

Case Requirement: I wanted to download only the PHP files in the existing folder structure leaving all the images, js and other folders. Zip Command Zip command to Download PHP and HTML Files.
Author
Shishir Raven
Filed Under
Published
March 31, 2020
Read the Article

Debian 10 Buster, Installing LAMP and PHPMyAdmin

Writing this guide to help anyone who would like to install LAMP Debian 10 with MySQL (not maria DB). I found great help on the internet and I would be using articles. I tried to use Tasksel for some reason it just did not work. It would have been wonderful to install everything from a […]
Author
Shishir Raven
Filed Under
Published
January 28, 2020
Read the Article

Finding the heaviest files or folders in Debian.

Keeping the server clean is quite an activity and for me where my companies DNA is to create SAAS based platforms. Users are responsible for most of the uploads. I needed a quickly find out which folders or files are taking most of the space on our server and I found the following command. Basically […]
Author
Shishir Raven
Filed Under
Published
January 24, 2020
Read the Article
1 2 3 4 5 7