Django

Setup Django behind uWSGI and NGINX on CentOS 7
Setting up a web server for Django could be challenging and headache. Let’s try to make it simple: Django behind uWSGI…
Python

Setup Python3 Development Environment on Mac
By default, you do not need to install or configure anything else to use Python 2. This article is aimed to…
Web Server

Building a secured Java web server using Spark framework and Nginx
Spark framework (www.sparkjava.com) is a small Java framework used to build a REST server quickly. You can build a Java…
WordPress

Add Google reCAPTCHA to WooCommerce Signup
That’s all I need “Add Google reCAPTCHA to WooCommerce Signup Form”. There are ton of plugins out there can satisfy…
Web Server

Self-signed certificate for local HTTPS connection
When setting up an HTTPS server for development purpose, you probably don’t want to buy a certificate. However you still need to…
General

Demystifying 3 Common Misconceptions About Xpath In Web Automation
Problem Element identification lies at the core of automating web tests because without it, your test automation tool has no…