Server

Server posts, videos, courses, and more

Cody Jenson · 1 year ago

Simple Nodejs Local Server

When building a website, application, or game you may need to setup a local server. You can easily setup a local server using the NodeJS http-server package (https://www.npmjs.com/package/ht...
2

Teri Eyenike · 2 years ago

How to create a proxy server on Heroku

The Cross-Origin Resource Sharing (CORS) Error Have you encountered this error? This error occurs when working with APIs in your application code, and these bugs creep up every time you try...
5

Dev Dojo · 2 years ago

Easily Restore Deleted Servers on Cloudways

If you manage your own server or you manage servers for clients, you know how important it is that you don't accidentally delete the wrong server. Luckily if you are using Cloudways, they h...
4

Tony Lea · 2 years ago

Launching a Laravel app via Cloudways API

In this tutorial I'm going to show you how easy it is to launch a Laravel application on a Cloudways server, via their API. We are going to launch the Laravel application via an API inside o...
7

Savio Martin · 3 years ago

Creating a super productive REST API in 30 seconds 💪

Hello Folks 👋 This is Savio here. I'm young dev with an intention to enhance as a successful web developer. I love building web apps with React. I have proved my superiority in frontend tec...
10

Tony Lea · 4 years ago

Send Email from Ubuntu with PostFix

Sending email from a single line of code inside your Ubuntu server is actually pretty simple. Make sure that you've installed PostFix on your server and then you can simply send out emails w...
8

Tony Lea · 4 years ago

Setting up Postfix on Ubuntu

Postfix is an open source Mail Transfer Agent which will allow your server to receive emails from a specific address and parse that email as you see fit.
5

Bobby Iliev · 4 years ago

Executing BASH script on Multiple Remote Servers

Bash is a Unix shell, which is a command line interface (CLI) for interacting with an operating system. Any command that you can run from the command line can be used in a bash script. Scrip...
5

Bobby Iliev · 4 years ago

Introduction to Load Balancing with HAProxy

HAProxy is great solution for load balancing as it does not require lots of resources, it is scalable, easy to setup and fairly simple to manage. In this guide I'll show you how to install a...
5

Dev Dojo · 5 years ago

What is a Symlink?

A symlink or a Symbolic Link is simply enough a shortcut to another file. It is a file that points to another file. They may sound a little complex, but they're really not, you can think of...

Dev Dojo · 6 years ago

What is Caching?

If you've ever heard the term cache or caching, and you're not too familiar with what it means. Fear not! Keep on reading to get the simplest answer any idiot could comprehend. Let's start...

Nostalgie Patrice · 6 years ago

Turn your home computer into a server

Publishing your Website on the Internet On your Windows machine you run an Apache web server with some PHP websites in there. What if you want to show all of them to your friends, or want to...

Tony Lea · 12 years ago

Getting to know your MediaTemple (dv) server

So, you finally upgraded from a Grid/Shared server and moved to a Dedicated Virtual (dv) server. MediaTemple sure knows how to entice people with their fancy graphics and awesome looking ser...

Tony Lea · 13 years ago

How to make your site redirect with and without the 'www'

Using your .htaccess you can do a lot of things, such as making SE Friendly URL's. One more great trick is the ability to redirect your site so that it always points to the www version or wi...

Loading More Content