Skip to content

2424 results

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

Skip Pruning Because NODE_ENV is Not Production

The NODE_ENV variable is not set to production by default. Add the NODE_ENV variable to fix the Skip Pruning error in Node.js applications.
Reading time
1 min read
Updated date
April 25, 2023
Post type
Docs

Build Process Failed – No Buildpack Groups Passed Detection

If your application's build fails with a no buildpack groups passed detection error, this guide will help you troubleshoot and resolve the failed b…
Reading time
2 min read
Updated date
May 25, 2023
Post type
Docs

How To Fix the “React Hook useEffect Has a Missing Dependency” Error

Learn 3 different ways to fix the common error that developers encounter, the “React Hook useEffect has a missing dependency" error.
Reading time
7 min read
Updated date
May 23, 2023
Post type
Knowledge Base
Topic
React
Topic
React Errors

How to install Python on Windows, macOS, and Linux

Learn about Python and then get guided through the installation process for Python on operating systems like Windows, macOS, and Linux.
Reading time
15 min read
Updated date
May 6, 2024
Post type
Knowledge Base
Topic
Python

Project Preservation achieves 72% faster loading speed with Kinsta

Discover how Project Preservation saw a remarkable 72% speed boost and received stellar customer service that exceeded all expectations.
Reading time
5 min read
Post type
Case Study

Application Troubleshooting — PHP Memory Limit

The default PHP memory limit for Application Hosting is 128MB. You can increase the available memory for your application in a .user.ini file.
Reading time
1 min read
Updated date
May 10, 2023
Post type
Docs