Skip to content

Instantly share code, notes, and snippets.

View slamb2k's full-sized avatar

Simon Lamb slamb2k

View GitHub Profile
@slamb2k
slamb2k / marketplace.md
Last active February 2, 2022 17:28
Faststarts

Azure Marketplace – Technical Fast Start for Developers

Overview

The Microsoft commercial marketplace is a catalog of solutions from our independent software vendor (ISV) partners. As an ISV member of the Microsoft Partner Network, you can create, publish, and manage your commercial marketplace offers in Partner Center. Your solutions are listed together with our Microsoft solutions, connecting you to businesses, organizations, and government agencies around the world.

| Topic | Duration |

@slamb2k
slamb2k / build2022.md
Last active June 2, 2022 05:19
Build 2022 Links

Build Logo

Lambie's Favourites from Build 2022


Windows 11

If Windows 11 was one of my children, it would be my favourite...

Web Application Delivery Best Practices

This is a summary of popular methods for incorporating the "Build once, deploy everywhere" principal of DevOps when delivering any type of server based application. The main idea is to use the same bundle for all environments, from testing to production. This approach enables easy deployment and testability and is considered a fundamental principle of continuous delivery. Supporting resources are included below and will be referenced where possible.


Single Page Applications

In static web applications, the configuration is baked in at build time, meaning you most likely need to create individual build artifacts for dev, test, uat, live etc. This can turn into a significant time sink if the build process is even remotely lengthy.