Skip to content

826 results

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
December 21, 2023
Post type
Blog
Topic
Laravel

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
April 2, 2024
Post type
Blog
Topic
Python

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

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

How To Craft a Stylish Static Website with Eleventy (11ty)

Learn how to use Eleventy to craft a stunning and functional static portfolio website without needing a server-side language or database.
Reading time
28 min read
Updated date
December 12, 2023
Post type
Blog
Topic
Headless CMS
Topic
Static Site Generators
Topic
Web Development Tools

Learn Deno and Go Beyond Node.js

Explore Deno basics, learn how it compares to Node.js, and follow a hands-on demonstration that uses Deno to build a simple HTTP web server.
Reading time
8 min read
Updated date
January 24, 2024
Post type
Blog
Topic
JavaScript Frameworks
Topic
Node.js

What’s New in TypeScript 5.0: Declarators, Const Type, Enums Improvement, Speed, and Much More!

Take a deep dive into the new TypeScript 5.0 and find out what's new, including Declarators, Const Type, Enums Improvement, and much more.
Reading time
10 min read
Updated date
March 13, 2024
Post type
Blog
Topic
JavaScript Frameworks
Topic
JavaScript Tutorials

Tor Browser Review: An Essential and Anonymous Way to Surf the Web

Internet safety and security start with a rock-solid browser that protects the user. This post gives an in-depth look into the Tor browser.
Reading time
22 min read
Updated date
December 15, 2023
Post type
Blog
Topic
Online Marketing Tips

How To Perform a “Git Delete” on a Local Branch

Git branches are small in size, but you may not want extras around. This post will explain how to perform a "git delete" on a local branch.
Reading time
11 min read
Updated date
August 14, 2023
Post type
Knowledge Base
Topic
Git
Topic
Web Development Tools

Why MariaDB Is a Good Fit For Your Python Backend

Python is typically used in data-heavy applications because it has powerful libraries for data manipulation. Learn why MariaDB is a great choice wh…
Reading time
6 min read
Updated date
July 3, 2023
Post type
Blog
Topic
MySQL Database
Topic
Python
Topic
Web Development Languages