Skip to content

Instantly share code, notes, and snippets.

@stanosmith
Last active March 19, 2016 17:40
Show Gist options
  • Save stanosmith/b785bc785e9ffd73c757 to your computer and use it in GitHub Desktop.
Save stanosmith/b785bc785e9ffd73c757 to your computer and use it in GitHub Desktop.
Notes from Boise Code Camp 2016 talk: API-First Development with Swagger by Fred Willerup.

API-First Development with Swagger

Presented by: Fred Willerup

  • Development is about balance
  • API-first (or Spec-first) as a methodology
  • Swagger issues
    • Swagger errors aren't very helpful
    • Lot's of duplicate code in the spec
  • Enable CORs in Node app
    • npm install cors
    • Look up enabling CORs in node app
  • "Architecture is making decisions about what is hard to change."
  • Why wouldn't you always do API first?
    • In many cases it takes more work

Links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment