Tagged in

Web Development

Vaidik Kapoor
Vaidik Kapoor
Thoughts on software engineering and technology
More information
Followers
224
Elsewhere
More, on Medium

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…


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…


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…