How to take screenshot of selected Area in Ubuntu v 20.04

# TL;DR version Press Shift + PrtSc button together, It will change your cursor to a + symbol, click and…

tgugnani

How to grab Query String and Send it to Ajax in jQuery

I had a peculiar requirement where I had to grab the entire query string (GET parameters) from the current page…

tgugnani

Add Parameters to Laravel Request Object

I encountered an instance where I was looking to add parameters in the Laravel's Request Object. You might encounter this…

tgugnani

Setting up Bootstrap 5 Workflow using Laravel Mix (Webpack)

Bootstrap version 5 beta is out. There are multiple ways in which you can get started with the Bootstrap website…

tgugnani

Installing NodeJS , NPM on Respbian

Quick and Easy guide on How to Install NodeJS and NPM (Node Package Manager) on Respberry Pi (Respbian OS) Run…

tgugnani

Beginners Guide on Starting your First WordPress Blog

So you are looking to start your blogging journey and wondering on how to go about on Starting your First…

tgugnani

Single Image Upload Example using VueJS & Laravel

In this blog post let's go through the steps involved in building a form in Laravel using VueJS that also…

tgugnani

How to change Vue CLI default port number

This is a quick post on how you can change the default port i.e. 8080 while running a Vue app…

tgugnani

Vue CLI Practice Excercises

Here are the few exercises for you to gain more understanding of Vue CLI applications. Changing Default Port of a…

tgugnani

How to Install Bootstrap library to Vue CLI Project

In this short tutorial, we will go over how we can add the Twitter Bootstrap frontend library to your Vue…

tgugnani