Skip to content

2455 results

Redis vs MongoDB: Which One Should You Choose?

Redis and MongoDB are both scalable, open-source NoSQL databases that offer highly comparable results in ease and speed. Let's choose one.
Reading time
7 min read
Updated date
June 21, 2023
Post type
Blog
Topic
Web Development Tools

Troubleshooting Database Connections

When connecting to your Kinsta-hosted database, if you see a connection error or an error the server has gone away, follow this guide to fix the er…
Reading time
1 min read
Updated date
May 25, 2023
Post type
Docs

Data Validation in Laravel: Convenient and Powerful

Laravel validation ensures data in your applications is valid, accurate, meets all system requirements, and is powerful and convenient.
Reading time
8 min read
Updated date
April 30, 2024
Post type
Blog
Topic
Laravel

How To Install Git On Windows, macOS, and Linux

Git is the perfect tool for version control and collaboration. Here's how to easily install Git on your Windows, macOS, or Linux machine
Reading time
13 min read
Updated date
October 17, 2023
Post type
Knowledge Base
Topic
Git
Topic
Web Development Tools

How and Why To Run Redis in Docker

Have you ever wondered how and why to run Redis in Docker? This article teaches you how to use both open-source technologies effectively.
Reading time
9 min read
Updated date
November 10, 2023
Post type
Blog
Topic
Docker

How To Generate and Use Fake Records with Laravel Model Factories

Laravel Model factories define database records in a predictable and easily replicable way. Learn how to get comments data without real user comments.
Reading time
9 min read
Updated date
December 21, 2023
Post type
Blog
Topic
Laravel

What’s New in Node.js v20 (Test Runner, Permission Model, SEA, V8 JS Engine 11.3)

Node.js v20 is now available. Take a look at what's new in this version, including Test Runner, Permission Model, SEA, and V8 JS Engine 11.3.
Reading time
9 min read
Updated date
December 8, 2023
Post type
Blog
Topic
Node.js

25 Python frameworks worth learning

Level up your Python skills and take a look at this list we compiled of 25 top-notch Python frameworks for you to learn
Reading time
21 min read
Updated date
July 12, 2024
Post type
Blog
Topic
Python

Add a Background Worker Process

Adding a background worker lets you run other processes in the background, separate from your application's web process.
Reading time
2 min read
Updated date
April 17, 2024
Post type
Docs

Add a Cron Job Process

A cron job process lets you run a process at a specific time interval and only launches based on the schedule you have configured.
Reading time
2 min read
Updated date
April 17, 2024
Post type
Docs

Database Backups

We provide automatic daily backups of your database that are stored for 7 days. You can also create up to 5 manual backups that are stored for 14 d…
Reading time
2 min read
Updated date
April 17, 2024
Post type
Docs

How To Use GitHub Actions Secrets To Hide Sensitive Data

One disadvantage of using GitHub Actions is that your logs are public. Learn how to keep your GitHub Actions private and secure.
Reading time
6 min read
Updated date
October 18, 2023
Post type
Blog
Topic
Web Development Tools
Topic
WordPress Development