Reverse Proxy using AWS Lambda
A reverse proxy is a server that acts as an intermediary between client devices (such as web browsers) and backend servers. Unlike a traditional forward …
A reverse proxy is a server that acts as an intermediary between client devices (such as web browsers) and backend servers. Unlike a traditional forward …
Integration testing is an important part of the Software Testing Life cycle as it helps identify system-level issues such as a broken database schema, incorrect …
Representational state transfer (REST), a term coined by Roy Fielding in 2000, is a software architectural style that defines a set of constraints to be used for creating Web services. Web services …
Recently, I had to process some information available in Excel sheets and ended up using PowerShell, which turned out to be a pretty easy to …
An Apache, MySQL, PHP stack is really easy to setup on a Mac. MAMP is a very easy solution to achieve this. Apache can be …
Python 3 was released in 2008 and is the way to go. Its not backwards compatible and many programs still use Python 2, but Python …
In the previous post, we discussed about setting up nginx on a Raspberry Pi. To serve dynamic content, a server side language like PHP and …
In the previous post, we saw how to setup nginx web server with RTMP plugin. We will now install ffmpeg and use it to publish …
The Raspberry Pi is a credit-card sized computer that plugs into your TV and a keyboard. Several web server softwares are available for Linux-based operating systems including …