Skip to content

831 results

How To Remove the -2 From a WordPress URL (in 3 Steps)

The -2 url error can be frustrating. Fortunately, you can easily remove the -2 from your permalink using a few different methods.
Reading time
8 min read
Updated date
June 15, 2023
Post type
Knowledge Base
Topic
WordPress Issues
Topic
WordPress Tips

How To Create a MongoDB Database: 6 Critical Aspects To Know

To gain a better understanding of MongoDB, you need to know how to create databases in MongoDB, starting with the MongoDB Create Database command.
Reading time
32 min read
Updated date
December 15, 2023
Post type
Blog
Topic
Web Development Tools

A Primer To Understanding Database Sharding

Understanding database sharding is key to scaling large web apps and websites. You'll also learn the different types of database sharding.
Reading time
7 min read
Updated date
January 27, 2023
Post type
Blog
Topic
Tech Tips

The Ultimate Guide to Inertia.js

A look at how Inertia.js makes constructing single-page applications a piece of cake, while solving other problems for developers.
Reading time
15 min read
Updated date
March 13, 2024
Post type
Knowledge Base
Topic
JavaScript Tutorials

React UI Components Libraries: Our Top Picks

There are plenty of libraries for React UI components. We've rounded up our favorites to help you pick the right one for your next project.
Reading time
38 min read
Updated date
May 8, 2024
Post type
Blog
Topic
JavaScript Frameworks
Topic
React

How To Downgrade WooCommerce Version Without Losing Data

Learn how to downgrade WooCommerce version without losing your store's data using 3 different methods, with or without plugins.
Reading time
11 min read
Updated date
October 31, 2022
Post type
Knowledge Base
Topic
WooCommerce

Install a Custom SSL Certificate for Your Application or Static Site

Learn how to install an SSL certificate on your application or static site. This will allow you to enable HTTPS and prevent data from passing in pl…
Reading time
3 min read
Updated date
April 17, 2024
Post type
Docs

Add a non-Cloudflare Domain to an Application or Static Site

Learn how to add a non-Cloudflare domain to your application or static site. Make sure to add both the www and non-www versions and assign a primar…
Reading time
4 min read
Updated date
April 17, 2024
Post type
Docs

Add a Cloudflare Domain to an Application or Static Site

Learn how to add a Cloudflare domain to your application or static site. Make sure to add both the www and non-www versions and assign a primary do…
Reading time
5 min read
Updated date
April 17, 2024
Post type
Docs

How To List MySQL Databases (Step-by-Step Code Tutorial)

Skill up your server administration by learning the ins and outs of how to list MySQL databases using commands in the terminal.
Reading time
7 min read
Updated date
December 12, 2022
Post type
Blog
Topic
Adminer
Topic
DevKinsta
Topic
MySQL Database

Polish Your Python Chops by Connecting Your App with WordPress

Learn how Python apps and WordPress can team up and talk to each other using WordPress REST API and Python's HTTP client libraries.
Reading time
14 min read
Updated date
April 30, 2024
Post type
Blog
Topic
DevKinsta
Topic
Python
Topic
Web Development Languages
Topic
WordPress Development

A Guide to JavaScript HTTP Requests

In this tutorial, you'll learn the various ways in which you can make HTTP requests to remote servers and perform CRUD operations in JavaScript.
Reading time
21 min read
Updated date
November 6, 2023
Post type
Knowledge Base
Topic
JavaScript Tutorials