jquery-local-load-time

By Dillon Smart · · · 0 Comments

Local jQuery loading time

0 Comment

Was this helpful? Leave a comment!

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Laravel 9: How to Add a New Column to an Existing Table in a Migration

Updated 1st October 2023

Laravel has a number of features designed to make developing web applications easier and faster. Migrations in Laravel allows us to manage the structure of our databases. In this post, you will learn how to add a new column to an existing table in a migration. Create a new migration file First, we need to

How to install PostGIS

Updated 2nd October 2023

PostGIS is a plugin which adds support for storing, indexing and querying geographic data in PostgreSQL databases. To get started with PostGIS, you will need to install the extension on your PostgreSQL database. If you are using PostgreSQL as a service from a cloud provider, you may already have PostGIS installed. How to check if

How to use a robots.txt file to improve your website’s SEO

Updated 16th August 2022

A robots.txt file is a text file that tells web robots (also known as spiders or crawlers) which pages on your website to crawl and which pages to ignore. Robots are often used by search engines to index websites, so the more information you can give them about your site, the better! You can use