Showing results for February 2018 - Developer Support

Feb 28, 2018
0
0

Microsoft Flow: Expose Public APIs via Custom Connector

Pam Lahoud
Pam Lahoud

In this post we’d like to highlight an article from Premier Developer consultant Megan Meyer’s blog where she walks us through setting up a Custom Connector in Microsoft Flow in order to access data from her FitBit device.I love fitness trackers. I was excited to get the new Fitbit Alta HR, but some of my eagerness waned when I remembered why I...

TeamMicrosoft FlowMegan Meyer
Feb 27, 2018
0
0

5 Ways to Reduce the Impact of Failure

Pam Lahoud
Pam Lahoud

In the second post in his series on risk management in modern software development, Premier Developer consultant Assaf Stone further explores the concept of mitigating risk by reducing the impact of failures. In the previous post we discussed risk management, how many of us manage it today by attempting to control the likelihood of failure, and ...

TeamDevelopmentAssaf Stone
Feb 26, 2018
0
0

Git in Education

Pam Lahoud
Pam Lahoud

In this post, Premier Developer consultant Brian Blackman introduces one of our training offerings – the Microsoft Git Solutions workshop.With Premier Support for Developers, our customers have access to many resources including education. Case in point is our Microsoft Git Solutions workshop. This educational opportunity is a two-day instructor...

TeamVisual StudioServices
Feb 24, 2018
0
0

Using VSTS Service Hooks in Release Management to add resource cleanup resilience

Developer Support
Developer Support

In this post, Principal Consultant/App Dev Manager Lou Sawyer describes how to integrate webhooks and runbooks to cleanup failed Azure deployments. Release Management capabilities in Visual Studio Team Service are fantastic and offers extensibility points to make everyone's life easier. In this post, we'll be discussing the Service Hooks ...

TeamALMVSTS
Feb 23, 2018
0
0

Risk: You’re Managing it Wrong!

Developer Support
Developer Support

The following post about managing risks in modern software development is from Premier Developer consultant, Assaf Stone.No offense, but despite your best intentions, you might not be handling risk properly. In this day and age, everything is software-dependent; even if you do not consider yourself a “software-firm” per-se, even if you are just...

TeamDevelopmentAgile
Feb 17, 2018
0
0

Enabling ALM Tooling in the Cloud for PubSec Customers

Developer Support
Developer Support

In this post, Senior App Dev Manager Doug Owens explores cloud hosted TFS options for government organizations.In sharing notes with peers within Microsoft, it becomes clear that many of our PubSec customers can benefit from improved Application Lifecycle Management (ALM) and DevOps practices. The world-class features, low barriers to entry, ...

TeamALMGovernment
Feb 16, 2018
0
0

Docker Blog Series Part 5 – Understanding new container management features in Service Fabric

Pam Lahoud
Pam Lahoud

In the latest post in his Docker series, Premier Developer consultant Monu Bambroo talks about some of the new features in Service Fabric regarding container management. Service Fabric is a distributed systems platform that makes it easy to package, deploy, and manage scalable and reliable microservices and containers. Service Fabric also ...

DockerContainersService Fabric
Feb 15, 2018
0
0

Walk-through of using SSH to connect Azure VM Jump Servers

Pam Lahoud
Pam Lahoud

In this post, Premier Developer consultant Kurt Schenk walks us through setting up an SSH connection to Azure using a jumpbox. Using SSH to access resources is becoming increasingly common for Windows users. Some typical scenarios are connecting to Linux VMs from Windows development computers; another common one is using SSH to connect to ...

AzureLinuxKurt Schenk
Feb 14, 2018
0
0

DevOps and Finance

Pam Lahoud
Pam Lahoud

Premier Developer consultant Ron Vincent recently posted this article on the relationship between Finance and modern software development practices such as Agile and DevOps.  It’s an interesting discussion of how you can bring finance and planning along on your DevOps journey.I know, who wants to talk about finance when it comes to software ...

DevOpsAgileBudget Planning
Feb 14, 2018
0
1

One user scenario to rule them all

Sergey Tepliakov
Sergey Tepliakov

The async series Almost every non-trivial behavior of the async methods in C# can be explained based on one user scenario: migration of the existing synchronous code to asynchronous should be as simple as possible. You should be able to add keyword before a method's return type, add suffix to its name, add keyword here and ...

seteplia

Feedback