Skip to content

Instantly share code, notes, and snippets.

@pthieu
pthieu / vc-blogs.md
Created February 26, 2020 15:27
VC Blogs
@pthieu
pthieu / project-documentation-template.md
Last active November 8, 2018 17:38
Project Documentation Template

Project Documentation Template

Overview

  • Problem/Motivation
  • Solution
  • Execution Plan

Architecture

  • Critical Path/Flow
  • Swimlane diagram (flow and critical path)
@pthieu
pthieu / swaggerSpec.json
Last active August 4, 2016 15:52
loopback basic app (created from apic cli)
{
"swagger": "2.0",
"info": {
"version": "1.2.2",
"title": "wlpn"
},
"host": "phongs-macbook-pro.local:9446",
"basePath": "/api",
"consumes": [
"application/json",