Showing posts with label Scrum. Show all posts
Showing posts with label Scrum. Show all posts

Wednesday, December 13, 2017

SmartHotel360 Demo Apps and Architecture showcased in Microsoft Connect(); 2017

Hello All,

If you are eagerly waiting to dirty your hands on the demo app showcased in Microsoft Connect() 2017, Here you go..

Today Microsoft keynote demo team made the demo app called "SmartHotel360" public.
https://github.com/Microsoft/SmartHotel360

SmartHotel360 is a fictitious smart hospitality company showcasing the future of connected travel.

The heart of this application is the cloud – best-in-class tools, data platform, and AI – and the code is built using a microservice oriented architecture orchestrated with multiple Docker containers. There are various services developed in different languages: .NET Core 2.0, Java and Node.js. These services use different data stores like SQL Server, Azure SQL DB, Azure CosmosDB, and Postgres.

The App contains:
  • Website
  • Mobile App
  • Desktop App
  • Backend it contains Azure Functions, CosmosDB, SQL and lot of API's
In production, all these microservices run in a Kubernetes cluster, powered by Azure Container Service (ACS) as shown in the accompanying architecture diagram.



You can find everything you need to run the backend services locally and/or deploy them in a Azure environment, the team has shared SmartHotel360 Backend repository in GitHub .

You can also grab all the presentations, links to workshops and demos, and creative assets to host your own Re-Connect(); events, shared by Microsoft team Connect-Event-in-a-Box repo on GitHub.

All the public repos w.r.t SmartHotel360 can be found here:

https://github.com/Microsoft/SmartHotel360
https://github.com/Microsoft/SmartHotel360-Azure-backend
https://github.com/Microsoft/SmartHotel360-mobile-desktop-apps
https://github.com/Microsoft/SmartHotel360-public-web
https://github.com/Microsoft/SmartHotel360-Sentiment-Analysis-App

The team says
"Our Microsoft Application Platform gives developers the power or Azure, our best-in-class tools, our data platform, artificial intelligence, and cross-device apps to start building the apps of the future. We hope you can use SmartHotel360 as a great learning resource to start building what you need today with any apps, any tools, and any platform."

Thanks to Erika and team for coming with the awesome app, this will definitely help developers, consultants to understand the power of Azure, VSTS, .Net Core and entire Microsoft tool ecosystem.

Happy Reading!

Tuesday, December 12, 2017

VS ALM brief Overview

In Visual Studio ALM brief overview. We will discuss about TFS features like TFS Project Management, Work Item tracking, Version Control, TFS Build and Reporting.

TFS 2013 Project Management features

This video describes the Project Management features of TFS 2013 with Update 3. Lets check out features of TFS like Portfoli Mgmt, Iteration planning, Product Backlog item Mgmt, Work Item Tiles and Chart.

TFS 2013 Scrum Team Concept

This video describes the Team Concept in TFS 2013 like Agile Portfolio Management, Scrum Teams. This video also helps in understanding the master team and sub teams and how to use TFS Area Path.

TFS Kanban Board Part 1

In this video we will learn how to use VSTS/TFS Kanban Board to manage and track our backlog items. Topics covered in this first part are as below:

  • What is VSTS Kanban board How to add new cards in board 
  • How to Reorder cards in same column or other and which reflects in Backlog Page or Vice Versa About Swim-lanes and how to use Swim-lanes to categories the backlogs 
  • Search Item in Kanban Board 
  • Delete Card or Work Item 
  • Add task checklists i.e. how to Create child task for a backlog/card within Kanban Board view, view task list w.r.t Card and edit or mark as done for task.  

TFS Kanban Board Part 2

This part 2 is continuation of VSTS/TFS Kanban Board video series. In this video we will see advanced features of VSTS Kanban Board. Topics covered in this first part are as below:
  • Map the flow of how your team works
    • Add new Kanban columns
  • Work in Progress (WIP) limits
  • Show bugs on backlogs and boards
  • Definition of Done
  • Split columns (Doing and Done)
  • Add swim-lanes to expedite work
    • Add new swim-lanes 
    • Rename Kanban columns and swim-lanes inline
  • Query on Kanban columns

SmartHotel360 Demo Apps and Architecture showcased in Microsoft Connect(); 2017

Hello All, If you are eagerly waiting to dirty your hands on the demo app showcased in Microsoft Connect() 2017 , Here you go.. Today M...