Giter Site home page Giter Site logo

nodemva's Introduction

Repository for 'Building Apps with Node.js' & 'Using Node.js with Visual Studio Code' Microsoft Virtual Academy Videos

This is the repository containing the source code for all the demos and the PowerPoint presentations in the "Building Apps with Node.js" & "Using Node.js with Visual Studio Code" Microsoft Virtual Academy courses. These courses were developed by Rami Sayar && Stacey Mulcahy, both technical evangelists at Microsoft.

In Building Apps with Node.js, we teach how to develop web applications with Node.js and touch on topics like how to incorporate two-way communication into applications. In this course, you can see step-by-step demos and get practical tips and detailed explanations. By the end of the day, you know how to set up Node.js on your Windows machine, develop a web front end with Express, deploy an Express app to Azure, use Socket.IO to add a real-time layer, and bring it all together.

In Using Node.js with Visual Studio Code, we showcase how to write code with Visual Studio Code? Visual Studio Code is far more than a text editor, it works cross platform, looks great, has a ton of cool features, and is becoming increasingly popular! In this course, we walk through the tool's features, learn how to customize them, and explore the key commands. See how to create a basic REST API using Node.js with Express, connect your web app to a database, and learn how to debug Node.js apps using Visual Studio Code. Plus, see how to deploy your sites to Microsoft Azure, and create, test, and schedule Azure Web Jobs.

Useful Articles

nodemva's People

Contributors

bitchwhocodes avatar dashrendar102 avatar sayar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nodemva's Issues

fix README.md typo

README.md file has a a typographical error.
It should be Microsoft Virtual Academy course instead of Micorosft Virtual Academy course

09 NodeChatroom - sorting the stream

Hi thanks for the tutorials/examples. Really learning a lot. I have a query about the Node Chatroom in Ex 9.

Upon a new connection we take the mongo database and return 10 values
As it stands I tested and this returns the first 10 values.

var stream = collection.find().sort().limit(10).stream();

To return the most recent we need:

var stream = collection.find().sort({ $natural: -1 }).limit(10).stream();

This returns the newest value first (ie top of the list). Ideally we want the newest value at the bottom so we'd need to reverse the stream. I read that stream takes a transform function but I can't figure it out, I am very new to this world of developing - any help would be appreciated in this next step! Thanks!

Getting more done in GitHub with ZenHub

Hola! @jainnitin001 has created a ZenHub account for the sayar organization. ZenHub is the leading team collaboration and project management solution built for GitHub.


How do I use ZenHub?

To get set up with ZenHub, all you have to do is download the browser extension and log in with your GitHub account. Once you do, you’ll get access to ZenHub’s complete feature-set immediately.

What can ZenHub do?

ZenHub adds a series of enhancements directly inside the GitHub UI:

  • Real-time, customizable task boards for GitHub issues;
  • Burndown charts, estimates, and velocity tracking based on GitHub Milestones;
  • Personal to-do lists and task prioritization;
  • “+1” button for GitHub issues and comments;
  • Drag-and-drop file sharing;
  • Time-saving shortcuts like a quick repo switcher.

Add ZenHub to GitHub

Still curious? See more ZenHub features or read user reviews. This issue was written by your friendly ZenHub bot, posted by request from @jainnitin001.

ZenHub Board

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.