Top Stories published by Vaidik Kapoor in 2015

Incoming — JSON Validation Framework for Python

Incoming is a JSON validation framework for Python. Validation of payloads sent over HTTP requests has always been a mess. A bunch of if-then-else further branching into more if-then-else blocks is common and over time becomes extremely difficult…


Problems with logging while using Gevent’s WSGI Server

Dated: February 01, 2015

This article is about the logging problem with Gevent’s WSGI Server and how a simple hack can actually help you solve that problem and make sure you continue to use Gevent for serving…


Vagrant for Development in a Service Oriented Architecture (SOA)

Vagrant is an amazing tool for developing throw-away dev environment that closely resembles production. It greatly reduces turn around times and effort on setting up your development environment. It gives you the…