How to Install ISPConfig 3 on Ubuntu 18.04

ISPConfig is a well-known open-source web hosting control panel that allow us to manage services through a web browser. We can easily add Apache virtual host or Nginx server blocks, create/edit/delete databases, configure cron jobs, create email accounts, and much more. It is a free  alternative to paid control panels – you don’t have to …

FastXmlParser – Faster xml library

Validate XML, Parse XML to JS/JSON and vice versa, or parse XML to Nimn rapidly without C/C++ based libraries and no callback To cover expenses, we’re planning to launch FXP Enterprise edition in parallel. Watch it for further updates, if you’re interested. Main Features Validate XML data syntactically Transform XML to JSON or Nimn Transform JSON back …

Testing Lambda function locally

Testing Lambda function locally

Lambda-local lets you test NodeJS Amazon Lambda functions on your local machine, by providing a simplistic API and command-line tool. npm install -g lambda-local A simple way you can run lambda functions locally, without the need to create any special template files (like Serverless plugin and SAM requires), just adding the parameter –watch. It will raise a http server listening to …