httpbin.org : A simple HTTP Request & Response Service.
Public APIs : A collective list of free APIs for use in web development.
Novu : Novu provides a unified API that makes it simple to send notifications through multiple channels, including In-App, Push, Email, SMS, and Chat. With N...
Bliss.js : Want to use Vanilla JS but find native APIs a bit unwieldy? Bliss is for you
Falcor : Falcor is the innovative data platform that powers the Netflix UIs. Falcor allows you to model all your backend data as a single Virtual JSON object o...
Bluepine is a DSL for defining API Schema/Endpoint with the capabilities to generate Open API (v3) spec, validate API request and serialize object for API response based on single schema definition.
DesignPatternsPHP : This is a collection of known design patterns and some sample code how to implement them in PHP. Every pattern has a small list of examples (most of t...
Classical Inheritance in JavaScript : JavaScript is a class-free, object-oriented language, and as such, it uses prototypal inheritance instead of classical inheritance. This can be puzzli...
The Big List of Naughty Strings : The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data.