Showing tag results for Team

Mar 25, 2020
Post comments count0
Post likes count0

From 0 to continuously delivered microservices applications – part 2

Developer Support

In part 1 of this blog post series, I talked about one of the most critical “technologies” that people leverage to create microservices, and that is containers. In this post we will discover, the most used product to create and run containers and that is Docker.

TeamDocker
Mar 23, 2020
Post comments count1
Post likes count0

GitHub with Azure DevOps

Developer Support

With GitHub and Azure DevOps you have a powerful combination of tools to help you develop world class applications where you are an open source or enterprise developer.

TeamAzure DevOpsGitHub
Mar 20, 2020
Post comments count0
Post likes count0

.NET Platforms Feature Comparison

Developer Support

There are situations where people would like to have a comprehensive view of the feature comparison. Instead of digging into every feature across all three platform, I compiled a list of name spaces in each platform and put them side by side so you can easily see the differences.

Team.NET.NET Core
Mar 17, 2020
Post comments count0
Post likes count0

Create a Callout in SharePoint

Developer Support

This post will give an example of creating a callout in SharePoint. The gd-sprest library was recently updated to include the SharePoint Callout Manager helper class, which we will be using for this example.

TeamSharePoint
Mar 12, 2020
Post comments count0
Post likes count1

Azure DevOps Cross-Organization Reporting and Analysis using Power BI

Developer Support

In this post, App Dev Manager Andy Moore shows how to create cross-organizational reports for Azure DevOps with Power BI. When using Azure DevOps to manage teams, backlogs, work items and bugs there are tools available for quick reporting and understanding of the current state of the project. Dashboards provide an easily digestible view of d...

TeamDevOpsAzure DevOps
Mar 6, 2020
Post comments count0
Post likes count0

A DevOps Dojo for Microsoft Enterprise Services

Developer Support

The DevOps Dojo: White Belt contains eight modules, each aligned to key DevOps concepts such as Continuous Integration, Continuous Security, Continuous Planning, and others.

TeamDevOpsALM
Mar 5, 2020
Post comments count5
Post likes count1

Technical Debt – The Anti-DevOps Culture

Developer Support

Technical Debt can be defined as as “the concept in software development that reflects the implied cost of additional rework caused by choosing an easy (limited) and faster solution now instead of a using a better approach that would take longer”

TeamDevOps
Mar 4, 2020
Post comments count0
Post likes count0

Dapr in a microservices architecture

Developer Support

Dapr is an event driven runtime that helps to build stateless and stateful microservice applications, with a diversity of languages and frameworks.

TeamMicroservices