Rajiv Verma

Rajiv Verma is a freelance IT consultant based out of India. He helps organizations in strategizing their products and services and help them increase sales.

Create New Laravel 8.0 Project With TailwindCSS and LiveWire.png

Create New Laravel 8.0 Project With TailwindCSS and LiveWire

I have already written one post, if not two, about how to create a new Laravel Project but things and preferences in the Laravel world, change fast. So, here I am, writing yet another one around the same topic. However, the significant difference this time is that this post will cover How to create a …

Create New Laravel 8.0 Project With TailwindCSS and LiveWire Read More »

How To Install SSL on AWS LightSail

How To Install SSL Certificate on AWS LightSail using bncert-tool?

Configuring new servers for most of my new Laravel projects is something I do on a very regular basis. And once set up, the first thing I do, after pointing the app to the domain is set up HTTPS on the AWS Lighsail instance. The process of installing SSL on an AWS Lightsail instance is …

How To Install SSL Certificate on AWS LightSail using bncert-tool? Read More »

How to Add Google Rich Snippets on Product Pages and Add Them To The Product Catalogue of a Website in Laravel

Add Google Rich Snippets on Product Pages on a Laravel Website

The more data you provide Google about your web pages, the more accurately Google will be able to show your pages to your target audience. Google Rich Snippets are one of the many ways Google makes its search results more and more relevant. Today in this article, we will see how we can add Google …

Add Google Rich Snippets on Product Pages on a Laravel Website Read More »

How To Use Helper Functions in Laravel 8

How To Create a Global Helper Functions in Laravel 8?

Many times, we need to perform certain tasks over and over again, across multiple files (controllers & blade) files in a Laravel project. Laravel provides a very simple and efficient way to use global functions. Known as helper functions in Laravel, these global functions are accessible from anywhere within the project folder. Let’s see how …

How To Create a Global Helper Functions in Laravel 8? Read More »

How To Use Auth Token To 'git pull push clone' With Two Factor Authentication on GitHub

How To Use Auth Token To ‘git pull/push/clone’ With Two Factor Authentication?

While GitHub has been telling us about it for a while now, sometime last month GitHub finally discontinued allowing the usage of a username-password combo to login to any repository via the terminal and instead, moved to use personal access tokens. This directly affected me as my workflow heavily involved cloning and pulling repositories on …

How To Use Auth Token To ‘git pull/push/clone’ With Two Factor Authentication? Read More »

How To Solve PhpMyAdmin Checksum Error 1030 While Accessing 'Privileges'

How To Solve PhpMyAdmin Checksum Error 1030 While Accessing ‘Privileges’

I was attempting to add a user to a new database with ‘Privileges’ when I received this error: “#1030 – Got error 176 “Read page with wrong checksum” from storage engine Aria“ To solve it, I tried quite a few things like logging out of the PhpMyAdmin session reloading the database, etc. but nothing helped. …

How To Solve PhpMyAdmin Checksum Error 1030 While Accessing ‘Privileges’ Read More »

How To Store and Access Information using .env File – Laravel

How To Store and Access Information using .env File – Laravel?

Almost all web applications today have some amount of sensitive information that as a developer, we should not be adding directly in the code or commit to our source control. Laravel provides a very neat way of keeping all the sensitive information of a Laravel app away from the code via its configuration file, also …

How To Store and Access Information using .env File – Laravel? Read More »

[SOLVED] GameSir GKK 300 wireless mechanical keyboard malfuctioning due to Wifi Interference

[SOLVED] GameSir GK 300 Wireless Mechanical Keyboard Malfunctioning Due To Wifi Interference

A good Mechanical Keyboard is something that almost every developer aspires for and I am no different. So, I was on the lookout for a good mechanical keyboard for quite some time now. And while there are a few really good mechanical keyboards available in India, what I was looking for was a wireless mechanical …

[SOLVED] GameSir GK 300 Wireless Mechanical Keyboard Malfunctioning Due To Wifi Interference Read More »