Showing results for 2018 - Page 11 of 21 - Developer Support

May 18, 2018
Post comments count0
Post likes count0

Debugging Beyond Visual Studio – WinDbg

Developer Support
Developer Support

In this post, Sr. App Dev Managers Al Mata, Candice Lai, and Syed Mehdi gives a walkthrough of WinDbg. You’re likely a developer and have used a code editor to debug and analyze your application failures. Few developers know or understand the “old school” way of troubleshooting to uncover additional details; enter the WinDbg debugger. Win...

debuggingDebug
May 18, 2018
Post comments count0
Post likes count0

DevOps and Appification

Developer Support
Developer Support

In the following post, Premier Developer Consultant Ron Vincent explains how adopting DevOps principles can help organizations be more productive and aid in maintaining many apps.These days the typical enterprise organization has dozens and even hundreds of apps that it creates and maintains. In this article we’ll discuss how we can apply DevOps pr...

DevOpsRon Vincent
May 17, 2018
Post comments count0
Post likes count0

How Azure IoT helped me buy a new house – Part 1

Developer Support
Developer Support

Premier Developer Consultant, Steve St Jean, shares a personal story on how he used Azure IoT to figure out a solution to a problem that many of us face – high electric bills. In the series, Steve shares the process and code that he used to implement this solution.Telemetry data is an important component of any good DevOps process. Being able to ob...

AzureIoTSteve St. Jean
May 16, 2018
Post comments count0
Post likes count0

The “P” in “PM”

Developer Support
Developer Support

In the following post, Premier Developer Consultant Ilias Jennane sheds more light on the PM role and how it fits into the bigger picture of DevOps. In recent discussions with customers and colleagues about why large I.T. shops often struggle in adhering to Agile principles or becoming DevOps organizations, I couldn’t help but notice something extr...

DevOpsIlias Jennane
May 15, 2018
Post comments count0
Post likes count0

Improved Privacy using Homomorphic Encryption

Developer Support
Developer Support

In the following post, Premier Developer Consultant Razi Rais gives more insight into how to use homomorphic encryption in the field of healthcare to improve privacy and secure data. Modern encryption schemes like homomorphic encryption (HE) provide higher privacy guarantees compared to the existing schemes. Basically, you don't need to reveal your...

blockchainRazi Raisencryption
May 14, 2018
Post comments count0
Post likes count0

Utilizing VSTS for Wholistic Organization Management – Should It Be Done?

Developer Support
Developer Support

In this post, App Dev Manager Kristofer Olin explores limits and intentions of a tool like VSTS to go beyond traditional ALM scenarios. You've probably heard stories of people who utilize Visual Studio Team Services (VSTS) for non-Application Lifecycle Management (ALM) related purposes.  For instance, I know someone that uses it to help mana...

TeamALMVSTS
May 11, 2018
Post comments count0
Post likes count0

Running Django on Azure Web Apps for Containers with Docker

Developer Support
Developer Support

In this post, App Dev Manager Drew Lewis walks us through how to host a simple Python/Django application in Azure App Services. In this post I will walk you through a very simple approach to developing and hosting a simple Python/Django application in Azure App Service.  For this demo we will target Azure Web Apps for Containers which gives ...

TeamDockerContainers
May 10, 2018
Post comments count0
Post likes count0

Exam Prep for 70-533, Implementing Microsoft Azure Infrastructure Solutions

Developer Support
Developer Support

In this post, App Dev Manager Omer Amin spotlights the skills measured by 70-533, Implementing Microsoft Infrastructure Solutions, and where to go to build your skills.I recently took the 70-533, Implementing Microsoft Azure Infrastructure Solutions exam. Each Microsoft exam page has a Skills Measured section. This section clearly outlines the know...

TeamAzureCertifications
May 9, 2018
Post comments count0
Post likes count0

Part 2 – Deploying Your Dockerized Angular Application to Azure Using VSTS

Developer Support
Developer Support

In part 2 of a series of posts, Premier Developer Consultant Wael Kdouh demonstrates how to eliminate daunting requirements and instead install Angular build tools and utilize Docker to more easily and efficiently deploy an application to Azure using VSTS. From Wael: In part 1 I demonstrated building a VSTS build pipeline which built an A...

TeamAzureVSTS
May 8, 2018
Post comments count0
Post likes count0

Deploying Linked ARM Templates with VSTS

Developer Support
Developer Support

In this post, Premier Developer Consultant Najib Zarrari walks through how to deploy linked ARM templates with Visual Studio Team Services. When dealing with deploying a large number of components in Azure, a single ARM template might be challenging to manage and maintain.  ARM linked templates allow you to make your deployment more modular ma...

TeamVSTSVisual Studio Team Services