Tagged in

Projects

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…


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…