-
Devops 101 – Managing Python Dependencies
Intro In this blog, I would like to provide some techniques on how to incorporate your dependencies when deploying a…
-
Hands on Lab 4 – Maturing the CI/CD Pipeline
This is the final installment of the Python Azure (v2) function Hands on Lab series. In part 4, I dive…
-
Do you want to test Python based Azure Function (v2) in a DevOps build pipeline?
Intro You might come across some general guidance for testing python solutions in a build pipeline by doing Unit Testing…
-
Hands on Lab 3 – Build and Deploy Azure Function (v2) using DevOps CI/CD pipeline
In this video, I run through the basics of standing up an Azure DevOps CI/CD pipeline with continuous integration. Release…
-
Hands on Lab 2 – Add logging to Azure Function (v2) by integrating Application Insights
This is the second Azure hands on lab where I’ll walk you through adding logging capabilities to your Azure Function…
-
Call Azure DevOps Rest APIs using Managed Identity in Python
Intro and Setup You now have the ability to use a managed identity to securely access Azure DevOps (ADO) via…
-
Hands on Lab 1 – Build and Deploy custom Python Azure Function (v2)
-
My React Router Notes – Nested Pages
Before diving into nested pages with react router, I recommend reviewing my intro to react router blog posted here: My…
-
My React Router Notes – Intro
Intro to SPA React SPA or Single Page Application is one of the selling points of using react. The Single…
-
My React useEffect() Notes
Intro to useEffect() Just like other React hooks, useEffect is defined as a function. It gives you the ability to…