Sample Mixed Chart Chart.js

Sample Mixed Chart Chart.js

Abhijeet Pratap
How to draw a Mixed chart in chart.js The chart.js javascript charting library is an excellent library for making different types of charts including bar charts, line charts, mixed charts, bubble charts, radar charts, pie charts and so on. These charts are highly customizable which means when you draw charts using chart.js you do not feel limited by features. Chart.js is an open source and well maintained library. It is also the most popular one based on number of downloads and Github stars.
Title and Subtitle Chart.js

Title and Subtitle Chart.js

Abhijeet Pratap
How to Add title and subtitle in chart.js Chart.js is a javascript charting library used for creating charts of various types including line charts, bar charts, mixed charts radar charts, bubble charts, pie charts and so on. Chart.js is also the most popular javascript charting library based on the number of Github stars and downloads. One of the leading reasons it is so popular is that it is highly customizable. You can use plugins that can add new functionalities and help you create absolutely awesome looking charts.

Install Free SSL Certificate on Apache Server Ubuntu 22.04

Abhijeet Pratap
How to Install Free SSL on Apache Ubuntu 22.04 Every website needs a SSL certificate. It is important for the security of your website and visitors’ data and it is also important in terms of SEO. If you are running a website on an Apache server or planning to run one, you can easily install a free ssl from Let’sEncrypt on your server for each website you have hosted on it.
How to Fix Crawled Currently Not Indexed

How to Fix Crawled Currently Not Indexed

Abhijeet Pratap
If you check in your search console account, inside the pages section, you will see that the pages are divided into two categories - indexed pages and not indexed pages. The search console also provides the reasons why some of your pages have not been indexed and there can be various reasons behind it. There can be pages that are not indexed because they have been marked as not indexed. Other pages are not indexed because they redirect to other pages or they are 404s.

Manage Mysql Database Using Wp Cli

Abhijeet Pratap
How to Manage your MySQL/Mariadb Database Using WP-CLI Wordpress depends on the mysql database to store content and deliver performance. The role of the database is central to the performance of Wordpress sites and a slow database can cause the site to load slower. In a previous post, we have discussed plugins and methods to manage, clean up and maintain as well as backup your Wordpress database. It is a good practice to care for your database and maintain it so that your Wordpress loads faster.
Resize EBS Volume on EC2 Instance

Resize EBS Volume on EC2 Instance

Abhijeet Pratap
HOW TO RESIZE YOUR EBS VOLUME ON EC2 INSTANCE If you need to resize your EC2 instance’s EBs volume that means you have already created the EC2 instance. To use the new volume size with your instance, you will need to resize the volume and extend the file system. Until you have extended the file system, the extra storage will remain unused. Resize EBS Volume Attached to an EC2 Instance To resize an EBS volume, first go to your EC2 dashboard.

Enable Mod_Expires

Abhijeet Pratap
How to enable the Expires Module on Apache Server Ubuntu Mod_expires plays an important role in caching on APache server, allowing you to specify expiration time for different types of content on your website for successful caching of content. Mod_expires controls the Expires HTTP header setting and the max-age directive of the Cache-Control HTTP header in server responses. There are two ways to set the expiration directives. One can set it relative to the time the content was modified or relative to the client access time.
EC2 Create Key Pair

EC2 Create Key Pair

Abhijeet Pratap
How to Create Key Pairs for EC2 Instances EC2 (Elastic Compute Cloud) Instances by Amazon have grown highly popular among users including developers, bloggers and enterprises. These instances are cost effective, secure and easily scalable as well as easily manageable. These instances are very easy to launch and use. When you are launching an EC2 instance, you are required to create a key pair for that instance. The Key Pair is required if you want to ssh connect with your instance.
Hugo Website on Apache Server

Hugo Website on Apache Server

Abhijeet Pratap
How to Run a Hugo Website on Apache Server Hugo is the world’s fastest static website generator that you can easily run on various platforms like Cloudflare pages, github or Netlify. However, if you want, you can also run a hugo site on an Apache or Nginx server. Read this tutorial to learn more. Why use Hugo for your website/blog? Hugo is the world’s fastest framework for creating websites. It is an open source static site generator that you can use to easily generate a website and bring it online in minutes.
Use Astra Hooks

Use Astra Hooks

Abhijeet Pratap
How to use Astra Hooks with Astra Free Theme Astra is the most popular Wordpress theme with five out of five star ratings and more than 1 million active installations. The theme offers a lot of customization options. It is lightweight, fast, responsive and SEO friendly. You can design just any type of website including blog, portfolio websites and ecommerce sites using Astra. The theme is also very user friendly and most customizations can be applied easily.
Customize Chart.js Tooltip

Customize Chart.js Tooltip

Abhijeet Pratap
How to Customize the Tooltip in a Chart Drawn with Chart.Js Chart.js is an excellent tool for drawing and presenting charts on your website. It is the most popular javascript charting library based on the number of npm downloads and github stars. You can use this charting library to draw various types of charts including line chart, bar chart, mixed charts, area chart, pie chart, doughnut charts and so on.

EC2 Instances Billing Options

Abhijeet Pratap
How to Manage Costs and Save Money with EC2 Instances In a previous post, we have discussed EC2 Instance families. We are going to explain the various pricing options for EC2 instances in this post. If you have been believing that EC2 instances can be very costly, then you must not be aware of the multiple billing options offered by AWS. You can realize big savings by using a savings plan.
Amazon Cloudsearch Wordpress Integration

Amazon Cloudsearch Wordpress Integration

Abhijeet Pratap
Improve Wordpress Search Capabilities using Amazon CloudSearch Wordpress has its own built-in search features. However, the built in search feature has limited capabilities that are sufficient for small blogs but not for larger websites or ecommerce websites. You will need to improve the basic search in Wordpress using a dedicated search plugin or another external search service to provide your customers the best experience. Improving the existing wordpress search can have several benefits.

Ec2 Instance Families

Abhijeet Pratap
What is EC2? Amazon EC2 is a cloud compute service provided by Amazon Web Services (AWS). EC2 means Elastic Compute Cloud. EC2 instances have grown highly popular due to several reasons. They are easily scalable, easy to set up, and you have complete control over these instances and how you use them. AWS uses the virtualization technology to run EC2 instances on physical hosting machines. It means that when you spin up an Amazon EC2 instance, you are not taking an entire host.
Best Themes for Making Websites in  Wordpress

Best Themes for Making Websites in Wordpress

Abhijeet Pratap
Most Popular Wordpress Themes Wordpress is the content management system of choice for millions of websites around the globe. The reason is that while it is easy to design just any kind of website with Wordpress, the themes and plugins help give it an attractive look and extend functionalities according to your need. Themes have a crucial role in terms of design, performance and SEO of your website. Selecting the right theme will help you provide a superior user experience through a fast loading and responsive website as well as rank higher.
Host Google Fonts Locally Wordpress

Host Google Fonts Locally Wordpress

Abhijeet Pratap
How to Speed Up Font Loading on Your Wordpress site (load from Google or Host Locally) Google offers a vast collection of fonts including more than 1600 families. These font families cover more than 135 languages. There are various methods to add Google fonts locally to your Wordpress site including the Google API method and the plugin method. You can also load Google fonts from the Google cdn which will offer quite fast loading time.
Sample Pie Chart in Chart.js

Sample Pie Chart in Chart.js

Abhijeet Pratap
How to draw a pie chart in chart.js The chart.js javascript charting library can be used to create several types of awesome and colorful charts with small or large datasets. Compared to the other javascript charting libraries, chart.js is a lot simpler to use and easy to set up. You will not need to be a master of js to create charts in chart.js. However, some knowledge of javascript can be highly useful for various types of configurations.

Best Wordpress CDN

Abhijeet Pratap
Best CDNs for Wordpress Websites Website speed is a primary concern for website owners and bloggers since site speed is among the leading ranking factors. You need to keep your website optimized for loading fast and in less than a second since slow loading websites experience higher bounce rates and lower rankings. Apart from speed, sites built in Wordpress must also consider security crucial since the Wordpress sites are among the most targeted by hackers.

How to Add Border-Radius to Stacked Bar Chart in Chart.js

Abhijeet Pratap
Add Border radius to each Stacked bar in Chart.js Chart.js is the most popular javascript charting library based on nom downloads and github stars. While most javascript libraries are quite complex to use, chart.js makes it easy to draw attractive charts in various formats. You do not need to be a master of javascript to use chart.js. Some basic knowledge of javascript would do for drawing basically the most used forms of charts, even the ones involving large datasets.

How to Find and Fix Broken Links on Your Website

Abhijeet Pratap
What is a broken link? A broken or dead link is a link that does not take you to a valid page and instead takes you to a 404 not found page. You can frequently come across such links on the web. For example, you are browsing through an old article on your favorite news website and click on a link inside the content. The link takes you to a page that says the post you are looking for was not found and you must instead try searching.