English Adjectives and Adverbs

This post will get you antiquated with the uses of English adjectives and adverbs in your day to day life. We use an adverb, not an adjective to say how something happened or was done I’ve always greatly enjoyed his novels. (not great enjoyed. The people who work in that shop always politely no customers […]

How to Install Shopify CLI on Ubuntu/Linuxmint/Debian

connect shopify store to youtube

To install Shopify CLI on Linux debian based disros like Ubuntu, Linuxmint, Debian, xubuntu etc, you can follow all terminal commands from below, please make sure have privilege to install apps/software on your system. Check versions of tools required to install Shopify CLI Update your system first Shopify cli is a Ruby gem that you […]

Install Ruby on Rails 7 on Linuxmint

install ruby on rails 7 on linuxmint

If you would like to try Ruby on Rails 7 with Ruby 3 on Linuxmint 20.03, I am quickly going to demonstrate how to install Ruby, Node, NPM, Yarn, git, build essentials, Ruby on Rails 7 and all other required packages and also will create the demo Rails app and run the Rails server and […]

MySQL SELECT DISTINCT & CONCAT Query with Example

I am using MySQL 8 and was trying to query SELECT DISTINCT with CONCAT on my Linux Mint system. If you have MySQL 5.x, please refer to the official documentations. Here is the query that worked for me..

PHP, MySQL CRUD with PDO Driver – Minimal HTML & CSS

php mysql pdo crud

A quick PHP, MySQL CRUD operation with PDO mysql driver with minimul HTML and almost no CSS. I am going to share the code for each file and operation separately. I am using XAMPP server with MariaDB, PHP 8.1, and Apache 2.4 web server on my Windows 10 Pro. I assume that you are already […]