Add Custom Handlebars Helper to Ghost 5.x
The last version of the Ghost Blogging Platform is 5.2.2.There have been great improvements in...
Run Cron jobs inside Docker container
This Dockerfile can be used to execute python code, scheduled by a Cron job.
The basic steps...
Python Socket.io server Dockerfile
Python Dockerfile to run a Socket.io server using Python-socketio server.
Dockerfile for a...
Run a Socket.io Python application
This article shows how to use Socket.io with Python, running a simple python-socketio...
Terraform Example With Hetzner
This article shows how to use Terraform to create a single VPS instance using the European...
Get started with C
A collection of web resources go get started with C language.C was designed by Dennis R. it...
Docker Cleanup
Docker is a great tool, we all know it.Often, there are consecuences of a rash usage like to...
Run Node.js in production
Node.js is a great technology allowing flexibility and speed for building server side...
Configure Nginx to Serve a Node.js Express App
This nginx server block is configured to proxy the node application.Mind the server port, set to...
Run mongodb as a docker container
The following Dockerfile definition runs a mongodb 3.4.18 database inside a docker container. ...