Showing archive results for 2019

Aug 8, 2019
Post comments count0
Post likes count0

DevOps and Beyond Outcomes

Developer Support

Not only do high-velocity organizations get better at what they do, they get better at getting better at what they do. This scales so that no one can keep up with them. After all, most companies hire from the same pool of talent, they use the same software practices such as Agile/Scrum, they use the same tools, and so on.

DevOps
Aug 8, 2019
Post comments count8
Post likes count0

Configure Azure App Service for 64-bit platform and Node.js

Developer Support

As a follow-up to my original post explaining how to Deploy Ghost CMS on Azure Web App, learn how to configure Azure Web App Platform and Node.js to run as 64-bit, a prerequisite for the latest Ghost build.

TeamAzureWeb App
Aug 6, 2019
Post comments count0
Post likes count0

DevOps and Safety

Developer Support

Beyond Lean, another important contributor to DevOps is the safety science movement. In this blog, Ron discusses this subject and show how important this is and how it changes the ways we think of the systems we build.

DevOpsSecuritySafety
Aug 2, 2019
Post comments count0
Post likes count0

Accessibility at all stages: A Good-for-All SDLC approach

Developer Support

Accessibility improves usability; considering accessibility reviews early-on and at all stages gives us an opportunity to not only save cycles of design, dev, and QA, but more importantly, it creates a more usable product for everyone.

Accessibility
Jul 28, 2019
Post comments count0
Post likes count0

DevOps and Mental Models

Developer Support

We need to regularly update our Mental Models but more importantly we need to find better means to update our Mental Models if we are serious about enabling a better culture which enables more innovation and happier individuals in our organization.

TeamDevOpsRon Vincent
Jul 27, 2019
Post comments count9
Post likes count1

Creating a Ghost Blog on an Azure App Service

Developer Support

Have you ever wanted to run your own blogging website but not sure if you want to build your own site or purchase an existing service? I had the same question myself and when I was studying for an Azure certification, I came across a demo of using this Ghost platform and the Azure Container Registry (ACR).

TeamAzureApp Services
Jul 26, 2019
Post comments count0
Post likes count0

DevOps and Complex Adaptive Systems

Developer Support

What is DevOps? This is a question that I find challenging to answer and the more I study the subject the more difficult it is to define the term. One way to think of DevOps is by applying the notion of Complex Adaptive Systems.

TeamDevOpsAgile
Jul 24, 2019
Post comments count2
Post likes count0

Versioning REST APIs in Azure Serverless

Developer Support

In this post, you will see practical examples on how to version Logic Apps and Function Apps for breaking and non-breaking changes with common API versioning schemes and related techniques such as API gateway pattern.

TeamLogic AppsAzure Functions
Jul 22, 2019
Post comments count1
Post likes count0

Angular How-to: Page load times using Application Insights

Developer Support

Find out how to integrate Application Insights into your Angular SPA and track custom metrics such as Page Views and Load Time. You will also learn how instrument Angular apps with Application Insights with some best practice guidance.

TeamAngularApplication Insights