Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 943 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 943 Bytes

Bookshelf Code used in Cloud Next 2019 Talk: Super-charge your GKE Developer Workflow in Visual Studio Code and IntelliJ

This is a slightly modified version of the Deploy Bookshelf to Google Kubernetes Engine sample for NodeJS.

About this Code

This code was for demo purposes only and may not be the best example of well written software:

  • In many places a GCP project id is hard coded (bookshelf-next-2019)
  • Error handling is lacking
  • The OAuth flow is not set up
  • Unused files and code is not cleaned up.
  • And many other issues

About the Talk/Demo

The accompanying Java code can be found here. TODO(talarico): Add a link.

A link to the recorded talk can be found on YouTube: Super-charge your GKE Developer Workflow in Visual Studio Code and IntelliJ (Cloud Next '19).