How to Install Ruby on Rails 6 on Windows 10

Download & Install Ruby on Windows You can now install both Ruby 2.6 and DevKit together from rubyinstaller website. But if you only need ruby to be installed on your windows system, just download any ruby 2.x version from Ruby without DevKit download section. Download & Install DevKit on Windows If you wish to install […]

How to install WordPress locally – Windows 10

install wordpress on windows 10

How to Install WordPress locally on/in Windows 10. In this video, I show how I install WordPress locally on windows 10 desktop/laptop, moreover, if you have Windows 8/8.1/7, you should be able to follow these steps to install WordPress locally on Windows 7/8/8.1 without any issues. Download XAMPP – Apache, PHP, MySql on Windows 7/8/10 […]

How to update/upgrade composer

update composer

Update Composer If you already have installed composer on your system, just willing to update or upgrade it to the latest composer version. Launch your command prompt on Windows system and terminal on your Linux and MacOS and run the composer self update command. On Windows: On Linux: if you are running Ubuntu Then On […]

How to install python 3.6.7 and pip on Ubuntu 18.04

install python3 pip3 ubuntu 18

With Ubuntu 18.04.2, you get python 3.6.7 pre-installed. To check it, you simply launch the terminal and run python version check command If you still want to install python3.6 on your Ubuntu 18.04, please run the terminal command below To install pip3 on Ubuntu 18.04, run the following terminal command

PHP foreach loop in HTML table – working

php foreach loop in html table

This is how I got PHP foreach loop working in HTML table. You can find the working code below. Get all the code for PHP Connect to MySQL Database, using mysqli api. PHP foreach Loop PHP foreach loop iterates through the array, associative array, MySQL table, and also lets run arithmetic operators. Download PHP 7 […]

How to install pip in Windows

install pip windows

How to install python pip in Microsoft windows 7/8/10 with python installation and manually as well. Steps to download and install pip in Windows download the pip file on your system desktop/downloads folder from https://pip.pypa.io/en/stable/installing/ Launch Windows CMD and navigate to the folder, where pip is downloaded and then type in the CMD: python get-pip.py […]

WordPress 2019 child theme

wordpress 2019 child theme

This Wordpress Twenty Nineteen – 2019 theme is ready for PWA, web performance, accessibility, and coded with best practices. Good for the users and SEO.

WordPress Speed Test: Credit goes to choosing the right theme

website speed test

Just like you, I struggled to optimize my first WordPress website to please Google. So, I realized that if you don’t know what themes score without optimizing with plugins. Over the time, I came to know that themes from WordPress team, are the best performing themes. When it comes to page load time, accessibility, coding […]

MySQL Tutorial: Create Database, Table, & Insert Values

Hello World!! In this tiny MySQL Tutorial video, I demonstrate how to create a database, select database, create a table, and insert values into the table, using the terminal, command line, prompt. How to hash the password in MySQL Database. How to create a database in MySQL CREATE DATABASE database_name; How to list databases in […]

PWA Examples – Progressive Web Apps

Hello and welcome! my name is Amulya and you are watching TubeMint. In this video I am going to show you another progressive web app example. So, I just converted this website to progressive web app. This one www.tubemint.com and I am already online, just trying to pull up this website on my android phone. […]