BlogHide Resteemsdevelopweekly (25)in haproxy • 7 years agoHAProxy For Load Balancing and Subdomain-Port RedirectionHAProxy is a high performance TCP/HTTP load balancer that can also be used as reverse-proxy. I used HAProxy for load balancing multiple web servers and managing different web applications serving…developweekly (25)in programming • 7 years agoHow to create a Docker Container using a DockerfileDocker is an open-source platform for containerization. If you haven't heard what a container is, docker.com defined it as follows: A container image is a lightweight, stand-alone, executable…developweekly (25)in programming • 7 years agoHandling HTTP GET/POST Requests in Python using Tornado Web ServerThrough the on-boarding process of the internship in my company, we get a lot of questions from juniors. Since our company is a startup and our team is relatively small, we haven't prioritised…