Developer Support

Advocacy and Innovation

Latest posts

Aug 13, 2019
Post comments count 1
Post likes count 0

Certified Kubernetes Application Developer (CKAD) Exam Tips

Developer Support

In this post, we'll offer guidance on preparing for the Certified Kubernetes Application Developer (CKAD) exam.

Aug 8, 2019
Post comments count 0
Post likes count 0

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.

Aug 8, 2019
Post comments count 8
Post likes count 0

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.

Aug 6, 2019
Post comments count 0
Post likes count 0

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.

Aug 2, 2019
Post comments count 0
Post likes count 0

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.

Jul 28, 2019
Post comments count 0
Post likes count 0

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.

Jul 27, 2019
Post comments count 9
Post likes count 1

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).

Jul 26, 2019
Post comments count 0
Post likes count 0

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.

Jul 24, 2019
Post comments count 2
Post likes count 0

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.