Search Results for: Node js

How To Setup Node.js App in cPanel

Node.js is a popular, event-driven JavaScript runtime you can use to build robust web applications. If you are already familiar with creating Node.js apps, you may be wondering how to get your app onto a shared server, a hosting environment in which you are limited in customization. Node.js requires some configuration of your server environment. Read More >

How to Install Node.js

In this guide I’ll show you how to install Node.js on either your VPS or dedicated server. Node.js is a server-side JavaScript framework built off the V8 JavaScript engine from Google Chrome that allows for event-driven, asynchronous I/O requests to help handle a large amount of concurrent requests efficiently. The best method to install Node.js Read More >

Node.js

Node.js is a popular server-side JavaScript framework built off the impressively fast open source V8 JavaScript engine used in Google Chrome. Programs for Node.js are written in JavaScript using event-driven, asynchronous I/O requests which can help allow for handling of tens of thousands of simultaneous client connections efficiently. Node.js is built around a server network Read More >

A Step-by-Step Guide to Installing Next.js

Next.js, the powerful React framework, has become a go-to choice for developers building modern web applications. If you’re ready to dive into the world of Next.js, follow this step-by-step guide to get it installed on your machine. What you will need: Before we start, make sure you have Node.js and npm (Node Package Manager) installed. Read More >

Install Tailwind CSS in Laravel

Integrating Tailwind CSS with Laravel enhances your web application’s styling capabilities and revolutionizes how you approach UI development. Tailwind CSS is a utility-first CSS framework that allows developers to style their applications directly within their HTML markup. By providing a vast array of utility classes, Tailwind enables rapid UI development, making it easier to implement Read More >

Troubleshooting Laravel Errors

Laravel, a comprehensive PHP framework, is favored for its elegance and robustness in web application development. Nonetheless, encountering errors is an inevitable part of the development process. This detailed guide will walk you through common Laravel errors, highlighting their root causes and offering practical solutions. Topics Include: Understanding Laravel Error Logs Laravel’s error logs, located Read More >

The Ultimate Guide to Optimizing WordPress Performance

In our Ultimate Guide to High Performance WordPress for High Traffic Sites, we will show you how to identify and fix common performance issues with WordPress and the server it’s hosted on. Our guide combines over 20 years of experience of fine-tuning servers, CDNs, and website code to deliver high performance WordPress sites. If you’re Read More >

How to Create a Website Stress Testing Plan

An important aspect of managing a website is benchmark testing in order to determine how it performs while under stress. This can help you identify any potential issues that may occur before it affects your live site. There are many ways that you can perform load testing and stress testing on your site, you must Read More >

How to Create a PeerTube Account

PeerTube is an ActivityPub compliant YouTube alternative that can federate with Mastodon and other federated social media platforms. There are public instances of the Fediverse app that cater to many unique communities, similar to any other video hosting platforms. Vimeo is beloved by many professional videographers. Dailymotion can have some rare gems that were wiped Read More >

Install Mastodon Social Media App on Ubuntu 18.04

The Mastodon social media application is a self-hosted Twitter alternative you can use to communicate with a private community or the Fediverse. Mastodon requires a Linux Ubuntu server (version 18.04 or greater). We recommend using a clean operating system (OS) image if possible as the Mastodon installation process requires many dependencies including PostgreSQL, Ruby, and Read More >

Configuring the Drupal Webform Module

The Webform module allows you to build any type of form to collect any type of data, which can be submitted to any application or system. Every single behavior and aspect of your forms and their inputs are customizable. Whether you need a multi-page form containing a multi-column input layout with conditional logic or a Read More >

How to Install Rocket.Chat with snapd

Rocket.Chat is an open-source, online communications platform you can self-host on Linux systems. When you install Rocket.Chat you gain an open-source platform where you have complete control over system availability and your team’s data. Rocket.Chat now uses the snapd package manager, available for all Linux operating systems. This makes installation and upgrades easier to manage Read More >

How To Install a Write Freely Blog

Write Freely federated blogging software provides you with everything you would need to run a successful blog in the style of Medium or Substack, but it’s hosted on your own server, giving you more control and creative expression. Create a MySQL Database For Write Freely Setting Up The MySQL Database User Create A Database For Read More >

How to Contact Drupal Developers

Being told by technical support that “you’ll need to contact a Drupal developer” for issues with a PHP-based content management system (CMS) rarely feels satisfying. Enlisting a third party web developer/designer for assistance means more work and research. You need to find a developer with some important traits: These are the same traits that helped Read More >

JavaScript Resources for Beginners

JavaScript has helped keep the internet interactive since the early days of web browsers. There are thousands of resources available to help you if you want to get better at this essential programming language. It can be difficult to figure out where to start! Below are a few JavaScript resources ranging from tutorials, books, and Read More >

Editing the UltraStack Ansible Configuration File

Ansible offers the ability to set default settings for how modules and playbooks interact with remote nodes in your inventory. There is a huge list of settings you can add within your Ansible configuration file. Below we cover how to locate your Ansible configuration file and included settings. Managing your Ansible agent on CentOS, Ubuntu, Read More >

What is your default PHP.ini file?

Whether you are looking to make some custom changes to your PHP settings or just switched PHP versions and the wrong settings are being loaded, you may need the default PHP.ini file for your current PHP version. Below we will go over why this file can be important. What does the PHP.ini file do? The Read More >

@var – Joomla DocBlock headers

Please note the following: This article is supporting documentation for our tutorial, using DocBlocks in Joomla. There is official documentation that references what headers to use in your DocBlocks (such as @copyright and @license), but documentation is missing that outlines what values to use for each header. In an effort to learn what values to Read More >

@since – Joomla DocBlock headers

Please note the following: This article is supporting documentation for our tutorial, using DocBlocks in Joomla. There is official documentation that references what headers to use in your DocBlocks (such as @copyright and @license), but documentation is missing that outlines what values to use for each header. In an effort to learn what values to Read More >