Archive of stories published by Vaidik Kapoor

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…


Marg — A Simple Request Router written in PHP

Dated: November 10, 2012

Marg is a simple HTTP Request Router, written in PHP. It has a very simple API and is motivated by my understanding and experience of using existing frameworks like Django, Flask, Drupal and some…


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…

These were the top 10 stories published by Vaidik Kapoor; you can also dive into yearly archives: 2011, 2012, 2013, 2015, 2018, 2020, and 2021.