Showing category results for Development

Mar 25, 2020
Post comments count0
Post likes count0

From 0 to continuously delivered microservices applications – part 2

Developer Support
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 24, 2020
Post comments count0
Post likes count0

Evolutionary Change to Cloud Computing

Developer Support
Developer Support

As the cloud visionary, your job is to keep your band of pioneers dogmatically cloud native. You will be able to back off the dogma after a while, but one of the best ways to get out of an old groove and in to a new one is to use a well-defined methodology.

AzureCloud
Mar 18, 2020
Post comments count3
Post likes count0

Sharing gRPC ProtoBuf contracts using a REST endpoint

Developer Support
Developer Support

One of the challenges of implementing gRPC services is distributing the required ProtoBuf contracts and updates to clients. Delivering the contracts using a URL can make the services easier to use and discover. Learn how you can use ASP.NET Core static files middleware to distribute your proto files.

asp.net core
Mar 11, 2020
Post comments count0
Post likes count0

In-Memory OLTP Best Practices – Part 1

Developer Support
Developer Support

In this multi-part series, App Dev Manager Jon Guerin and Premier Consultant Daniel Taylor (@dbabulldog) lays out some best practices around setting up and using In-Memory OLTP.

SQL ServerPerformance
Mar 5, 2020
Post comments count5
Post likes count1

Technical Debt – The Anti-DevOps Culture

Developer Support
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
Jan 23, 2020
Post comments count0
Post likes count0

Flawless Demos using Git

Developer Support
Developer Support

Premier Consultant Andrew Charbonneau explains how he conducts flawless demos with help of Git.

TeamDevelopmentgit