Skip to content

Instantly share code, notes, and snippets.

View johnpapa's full-sized avatar
💭
🐺Winter is coming

John Papa johnpapa

💭
🐺Winter is coming
View GitHub Profile
@johnpapa
johnpapa / SETUP.md
Created June 9, 2019 15:09
Angular Fundamentals Setup

Angular Fundamentals Workshop Setup

Please install the following recommended tools prior to the workshop.

Thanks for joining us!

Highly Recommended

  1. Install Visual Studio Code
@johnpapa
johnpapa / badges.md
Last active May 26, 2019 22:14
badges

npm version

npm version

@johnpapa
johnpapa / SETUP.md
Last active September 17, 2019 18:01
Angular Architecture Workshop Setup Instructions

Angular Architecture Workshop Setup

Please install the following recommended tools prior to the workshop.

Thanks for joining us!

Highly Recommended

  1. Install Visual Studio Code
@johnpapa
johnpapa / db.js
Created March 20, 2019 19:13
Mongo Connection and retry
// @ts-check
const mongoose = require('mongoose');
const {
mongoApiKey,
mongoApiAccount,
mongoApiPort,
mongoDb,
localMongo,
} = require('./config');
@johnpapa
johnpapa / Details.md
Last active April 13, 2020 10:09
Vue Fundamentals Workshop Setup

Description

Do you want to learn the fundamentals of Vue so you can start creating apps right away? Join us and you’ll learn Vue from the ground up including how to display data, capture user interactions, create components, communicate across components, debug your app, add in plugins, and so much more. This one day workshop is for developers who have not started or have just started, learning Vue. Bring your laptop, as you’ll be writing Vue code using what you learn in several hands-on exercises. Who should attend

This one day workshop is for developers who have not started or have just started, learning Vue.

What will you learn

@johnpapa
johnpapa / bookmarklet.js
Last active January 25, 2019 21:24
link generator for bookmarklet
// Directions
// Step 1: Click Gist Raw, then Copy/Paste entire gist into Bookmarklets.org/maker/
// Step 2: Change the first 3 variables: alias, event, docs
// Step 3: At the bottom of the Bookmarklets.org page, right click the Bookmarklet Hyperlink and "copy link"
// Step 4: Right click int he bookmark bar in the browser and paste
//
// Credit: Thanks to Shayne Boyer and Scott Care for core code and inspiration
javascript:
(
@johnpapa
johnpapa / course-flow.md
Last active July 6, 2019 03:04
Introduction to Vue

Getting Started with Vue

This course gently introduces how to start developing with Vue to create web applications.

You will learn how to hone your Vue component skills, display data, present lists and inputs, handle user interactions in components, navigate between views, manage data and state, and get started with all of the key tools to make you efficient at developing with Vue.

1 - Getting Started with Vue

The learner will see what we will learn and build in the demos for this course. We’ll cover the requirements for Vue, how to set up your tools to code with Vue, and what recommended tooling you will need.

@johnpapa
johnpapa / Agenda.md
Last active April 13, 2020 10:18
Angular Fundamentals Workshop Setup Instructions

Angular Fundamentals

Do you want to get a jumpstart on developing with Angular so you can build robust Web applications? Learn how to work with data binding, create components, and communicate across components with input/output bindings. You'll learn how to abstract logic into client-side services, provide services using the Angular injectors, and take advantage of dependency injection. When it's time to communicate with a server, you'll need to talk over HTTP. We'll learn how to send and receive data to and from a server using Http and use RxJS and observables.

You'll also learn how to get up and running quickly with the Angular CLI. Bring your laptop, as you’ll be writing Angular code using what you learn in several hands-on exercises.

What you'll learn

Learn about the Angular framework, the requirements to getting started, and the basic of TypeScript.

@johnpapa
johnpapa / zeroconfig.sh
Created September 20, 2018 01:22
zero config vue app
npm install -g @vue/cli-service-global
echo '<template><h1>Hello!</h1></template>' > App.vue
vue serve
@johnpapa
johnpapa / doc.md
Created August 9, 2018 21:16
cosmos api doc

title: Node.js tutorial for the SQL API for Azure Cosmos DB | Microsoft Docs description: A Node.js tutorial that demonstrates how to connect to and query Azure Cosmos DB using the SQL API keywords: node.js tutorial, node database services: cosmos-db author: deborahc manager: andrl editor: monicar

ms.service: cosmos-db