VirtualBox
December 18, 2018
/System

Resize Virtual Hard Disk Size in VirtualBox

While setting up virtual machine in VirtualBox, we usually setup with the lowest recommended size for storage space (20GB), so it doesn’t consume much of our HDD. However, on course of the use, we may install more apps and save more data in VM, then we find that 20GB of storage space was hardly enough. We feel […]

VirtualBox
November 14, 2018
/Blog

Share files between host and guest OS in Virtualbox

VirtualBox is a free and open-source virtualization application for enterprise as well as home use from Oracle, freely available as Open Source Software under the terms of the GNU General Public License (GPL) version 2. We can run and test different OS on VirtualBox, irrespective of the host OS platform. I usually use virtualization to test […]

Google Analytics
September 17, 2018
/Blog

Analytics in React Js App with Google Analytics

Adding Google analytics in React app the easy way. Analytics is the key to get the overview of the impact of our application and tool to analyze and improve the performance

Firebase
September 16, 2018
/Blog

Web app push notification with Firebase

Push Notifications with Firebase Firebase platform offers various services for mobile and web  applications to help developers to build apps quickly with lots of features. We will use Cloud Messaging service provided by Firebase platform which allows us to send messages to any device using HTTP requests. Setup To start using Firebase, we first need […]

Custom Artisan Command in Laravel
July 2, 2018
/Blog

Laravel In Shared Hosting The Easy Way

Deploying laravel application to shared hosting without SSH

jQuery
May 25, 2018
/Blog

jQuery SelectList

jQuery selectList is a jquery plugin to move selected options from one select box to another. Move single, multiple or all options to another select box

Oracle Instant Client in Ubuntu
April 5, 2018
/PHP

Oracle Instant Client setup in Ubuntu

Setup Oracle Instant Client in Ubuntu machine for connection to oracle database PHP oci8 extension

February 27, 2018
/Blog

CSV to JSON with Javascript

Read .csv file from local machine and convert data to json string with Javascript

January 26, 2018
/Blog

REDIS in CodeIgniter 3 for caching web page

Implementing REDIS as cache server with CodeIgniter 3

January 18, 2018
/Blog

Composer in Codeigniter to extend external libraries

Composer is package manager or dependency management tool for PHP

CSS 3
January 5, 2018
/Blog/HTML/CSS

Loading animation with CSS

Loading animation with CSS and HTML only with css animation property

January 4, 2018
/Blog

SSL certificate from Lets Encrypt in manual mode

Install Let’s Encrypt SSL certificate in manual mode in local/other machine other than target web server