Skip to main content

4 posts tagged with "azure"

View All Tags

Getting Cloud Networking into your Head

· 18 min read
Garo Yeriazarian
Software Whisperer

Getting Cloud Networking into your Head

This year I had the privilege of presenting my perspective on cloud networking to two conferences: DevOpsDays Austin 2024 and KCDC 2024. This talk is an analysis of a LOT of psychic debugging situations I had resolved where the onlookers were genuinely surprised that I was able to diagnose the problem and suggest a solution that usually worked (or at least got them closer to working). Most of the time, especially in cloud environments, the issue was networking related. Even in non-cloud environments, it was usually a network issue that the developer hadn't considered. What I was doing was "software whispering" and for the uninitiated, it felt like magic. However, I don't like being a magician (or an illusionist) so I thought this talk would help codify some of my thinking to make it easier for others to peek behind the curtain.

Getting your head in the cloud by getting the cloud in your head

· 2 min read
Garo Yeriazarian
Software Whisperer

DevOpsDays Austin 2023

I recently gave an "Ignite" talk at DevOpsDays Austin 2023 (in Austin) about a mental model for the cloud to build a foundation of knowledge for you to better understand cloud technology as a whole. An "Ignite" talk is a 5 minute talk where you present 20 slides, each advancing at 15 seconds, without stopping until the end. The challenge is to distill your message such that it can be presented in 5 minutes. It's a fun, but challenging, format that really makes you edit, edit, and edit some more.

Getting Started with .NET Core 3.0 and React SPA Template

· 7 min read

.NET Core 3.0 is out and it's chock full of new features to get your application off the ground faster. I'm working on a greenfield application for managing a small church that:

  • Tracks community members and the mailing list
  • Handles weekly checklists and tasks
  • Links up with the accounting software to track donations
  • Handles simple expense reporting for reimbursements
  • And ... that's it for now (gotta start somewhere!)

As I work through these, I'll talk through the development process, the settings, take screen shots and point out any salient code snippets. I'm using this as my vehicle for learning more of the new ins and outs of .NET Core 3.0 and React 16.8+, along with demonstrating ways to manage infrastructure as code and deploy everything in Azure. All the code will be kept open (forcing me to make sure I don't commit anything dumb like passwords or my credit card number).

Gatsby JS on Azure CDN

· 10 min read
Garo Yeriazarian
Software Whisperer

I've been super excited lately about building JAM stack sites using GatsbyJS, and I recently setup a way for our church website to be updated from Facebook, Office 365 calendar, and static content automatically, hosting them on Azure simply.