bradyjoslin.com

https://bradyjoslin.com/ (RSS)
visit blog
Use GitHub Actions + Azure AD to Govern GitHub Organization Members
29 Aug 2020 | original ↗

Manually maintaining member access in GitHub Organizations not integrated with single sign-on can be a challenge. GitHub Actions is a flexible automation platform that can be leveraged to create a cost-effective identity governance solution to help address this problem.

Password Encrypting Data with Web Crypto
19 Aug 2020 | original ↗

Web Crypto is a cryptography API available in modern browsers and in the cloud with Cloudflare Workers that can be used to password encrypt data. This basic example encrypts and decrypts values in the browser. AES-GCM encryption and decryption keys are derived from a password based key (PBKDF2). The encrypted output is written to and read from...

Sign and Verify Messages with HMAC Using the Web Crypto API
16 Aug 2020 | original ↗

Web Crypto is a cryptography API available in modern browsers and Cloudflare Workers that can be used to sign messages and verify message signatures using Hashed-Based Message Authentication Codes (HMAC). This post provides an example implementation of signing and verifying using Cloudflare Workers.

VS Code Dev Containers and Azure Pipelines Using one Dockerfile
13 Aug 2020 | original ↗

An example for how to share a single Dockerfile defined in a repository for both local development using VS Code dev containers and CI/CD with Azure DevOps Pipelines.

VS Code Dev Containers and GitHub Actions Using one Dockerfile
12 Aug 2020 | original ↗

An example for how to share a single Dockerfile defined in a repository for both local development using VS Code dev containers and CI/CD with GitHub Actions.

Create MS Teams Bots with Cloudflare Workers
11 Jun 2020 | original ↗

Outgoing webhook bots are an easy way to add powerful automation capabilities to MS Teams. Cloudflare Workers is serverless computing platform with excellent performance and global redundancy with a fantastic developer CLI called Wrangler. This article describes how to use the open source msteams-webhook-worker-template to kick-start Cloudflare...

Secure Remote Development with VS Code
11 Dec 2019 | original ↗

Microsoft recently released an exciting set of capabilities that allows a locally running instance of VS Code to attach to a remote VM or container that serves as the development environment. This allows the benefit of authoring code in a locally running instance of VS Code while moving the compute to a remote host providing the power and unique...

Automated Dependency Updates with Renovate
16 Nov 2019 | original ↗

Keeping project dependencies up to date helps ensure application security and reliability. Using Components with Known Vulnerabilities is the ninth of the OWASP Top 10 Application Security Risks, whose impact statement mentions "some of the largest breaches to date have relied on exploiting known vulnerabilities in components". According to...

↑ these items are from RSS. Visit the blog itself at https://bradyjoslin.com/ to find other articles and to appreciate the author's digital home.