Please install the following recommended tools prior to the workshop.
Thanks for joining us!
- Install Visual Studio Code
Please install the following recommended tools prior to the workshop.
Thanks for joining us!
Please install the following recommended tools prior to the workshop.
Thanks for joining us!
// @ts-check | |
const mongoose = require('mongoose'); | |
const { | |
mongoApiKey, | |
mongoApiAccount, | |
mongoApiPort, | |
mongoDb, | |
localMongo, | |
} = require('./config'); |
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.
// 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: | |
( |
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.
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.
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.
Learn about the Angular framework, the requirements to getting started, and the basic of TypeScript.
npm install -g @vue/cli-service-global | |
echo '<template><h1>Hello!</h1></template>' > App.vue | |
vue serve |
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