How to install latest NGINX build on Ubuntu Server

NGINX is an open source reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer, HTTP cache, and a web server (origin server). The NGINX project started with a strong focus on high concurrency, high performance, and low memory usage. NGINX serves static content more efficiently than most … Read more

Pendulum in CEL animation

This animation is created using 14 sheets of paper each having a small change in the drawing. Each piece of paper is scanned or captured using a camera and placed/formatted in a video editing software. The result it the output above.

Atom on Debian/Ubuntu

Atom is a free open-source text/source editor for Mac OS X, Linux and Windows written in Node.js/C++/CSS/JavaScript and CoffeeScript with support for plugins written in Node.js and CoffeeScript. Atom offers embedded Git Control, Atom is developed by GitHub. Atom is based on Chromium. Atom can also be used as an IDE. Atom comes with a … Read more

Composer on Windows

Composer is a cross-platform tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs and it will install them in your project for you. Composer is very easy to use and makes web development even faster and easier on Windows. To install Composer all you need is PHP … Read more