<!DOCTYPE html>
<html lang="en">
   <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>
         
         Resume | Philip Todd
         
      </title>
      <meta name="description"
         content="Philip Todd - Senior Software Engineer, Azure Cloud Architect and Technical Leader specialising in .NET, Azure, distributed systems and modern software delivery.">
      <style>
         :root {
         --primary: #0078d4;
         --text: #222;
         --muted: #666;
         --border: #e5e5e5;
         --background: #ffffff;
         --max-width: 1100px;
         }
         * {
         box-sizing: border-box;
         }
         body {
         margin: 0;
         padding: 0;
         font-family: Segoe UI, Roboto, Helvetica, Arial, sans-serif;
         color: var(--text);
         background: var(--background);
         line-height: 1.7;
         }
         a {
         color: var(--primary);
         text-decoration: none;
         }
         a:hover {
         text-decoration: underline;
         }
         header {
         border-bottom: 1px solid var(--border);
         background: #fff;
         }
         .container {
         max-width: var(--max-width);
         margin: 0 auto;
         padding: 0 20px;
         }
         .site-header {
         display: flex;
         justify-content: space-between;
         align-items: center;
         padding: 24px 0;
         flex-wrap: wrap;
         }
         .brand {
         font-size: 1.4rem;
         font-weight: 700;
         }
         .tagline {
         color: var(--muted);
         font-size: 0.9rem;
         }
         nav {
         margin-top: 10px;
         }
         nav a {
         margin-left: 20px;
         font-weight: 500;
         }
         main {
         padding: 50px 0;
         min-height: 70vh;
         }
         h1 {
         font-size: 2.5rem;
         margin-top: 0;
         }
         h2 {
         margin-top: 2.5rem;
         border-bottom: 1px solid var(--border);
         padding-bottom: 8px;
         }
         h3 {
         margin-top: 2rem;
         }
         p,
         li {
         font-size: 1.05rem;
         }
         code {
         background: #f4f4f4;
         padding: 2px 6px;
         border-radius: 4px;
         }
         pre {
         background: #f8f8f8;
         border: 1px solid var(--border);
         padding: 16px;
         overflow-x: auto;
         }
         blockquote {
         border-left: 4px solid var(--primary);
         padding-left: 16px;
         color: var(--muted);
         margin-left: 0;
         }
         footer {
         border-top: 1px solid var(--border);
         margin-top: 50px;
         padding: 30px 0;
         color: var(--muted);
         font-size: 0.95rem;
         }
         .footer-links a {
         margin-right: 20px;
         }
         @media (max-width: 768px) {
         .site-header {
         flex-direction: column;
         align-items: flex-start;
         }
         nav {
         margin-top: 20px;
         }
         nav a {
         margin-left: 0;
         margin-right: 15px;
         display: inline-block;
         margin-bottom: 10px;
         }
         h1 {
         font-size: 2rem;
         }
         }
      </style>
   </head>
   <body>
      <header>
         <div class="container">
            <div class="site-header">
               <div>
                  <div class="brand">
                     Philip Todd
                  </div>
                  <div class="tagline">
                     Senior Software Engineer | Azure Cloud Architect | Technical Leader
                  </div>
               </div>
               <nav>
                  <a href="/">Home</a>
                  <a href="/about">About</a>
                  <a href="/projects">Projects</a>
                  <a href="/architecture">Architecture</a>
                  <a href="/github">GitHub</a>
                  <a href="/resume">Resume</a>
                  <a href="/contact">Connect</a>
               </nav>
            </div>
         </div>
      </header>
      <main>
         <div class="container">
            # Resume

## Philip Todd

### Senior Software Engineer | Azure Cloud Architect | Technical Leader

Sydney, Australia

**LinkedIn:** https://linkedin.com/in/philiptodd
**GitHub:** https://github.com/philiptodd
**Website:** https://ausdatatech.com.au

---

# Professional Summary

Software engineering professional with more than 25 years of experience designing, building, delivering, and leading software solutions across a broad range of industries and technologies.

Experienced in cloud-native application development, distributed systems, software architecture, Azure platform services, DevOps practices, and Agile delivery. Combines deep technical expertise with leadership experience gained through software engineering management and technical leadership roles.

Currently focused on hands-on software engineering, cloud architecture, event-driven systems, and modern Azure-based application development using .NET and C#.

---

# Core Competencies

### Software Engineering

* C#
* .NET
* ASP.NET Core
* REST APIs
* Distributed Systems
* Event-Driven Architecture
* Domain-Driven Design
* Event Sourcing
* CQRS

### Microsoft Azure

* Azure App Service
* Azure Container Apps
* Azure Functions
* Azure SQL
* Cosmos DB
* Service Bus
* Event Hubs
* Blob Storage
* Key Vault
* Microsoft Entra ID
* Application Insights

### DevOps

* Azure DevOps
* GitHub
* CI/CD Pipelines
* Infrastructure as Code
* Bicep
* ARM Templates
* Docker

### Leadership

* Engineering Leadership
* Technical Strategy
* Agile Delivery
* Team Development
* Stakeholder Engagement
* Software Delivery Management

---

# Professional Experience

## Head of Technology

### DIVVY Parking

Led the technology function responsible for the development and operation of a cloud-based parking management platform.

### Responsibilities

* Technology strategy and roadmap planning
* Solution architecture
* Software delivery leadership
* Azure cloud platform ownership
* Team leadership and mentoring
* Stakeholder engagement
* Agile delivery management

### Key Achievements

* Led development of the DIVVY Drive-Up parking platform
* Established software delivery practices and engineering standards
* Managed cloud-based application delivery on Microsoft Azure
* Improved team effectiveness through Agile processes and continuous improvement

---

## Software Development and Technical Leadership

Over a career spanning more than two decades, responsibilities have included:

* Software architecture
* Enterprise application development
* SaaS platform development
* Cloud migrations
* Team leadership
* Agile transformation
* Solution design
* DevOps implementation
* Software delivery management

---

# Reference Projects

## Azure Distributed Systems Reference

A cloud-native reference platform demonstrating:

* .NET microservices
* Azure Container Apps
* Azure Service Bus
* Azure SQL
* Microsoft Entra ID
* Bicep Infrastructure as Code
* Azure DevOps CI/CD

**Repository**

https://github.com/philiptodd/azure-distributed-systems-reference

---

## Event Sourcing Reference Platform

A reference implementation demonstrating:

* Event Sourcing
* CQRS
* Domain-Driven Design
* Cosmos DB Event Store
* Azure SQL Read Models
* Azure Service Bus
* Angular Front-End
* Azure DevOps

**Repository**

https://github.com/philiptodd/blastiq-event-sourcing-reference

---

# Technical Interests

Current areas of focus include:

* Cloud-native applications
* Distributed systems
* Event-driven architecture
* Event sourcing and CQRS
* DevOps and platform engineering
* Infrastructure as Code
* Artificial Intelligence
* Software architecture

---

# Professional Approach

I enjoy working on complex technical challenges and creating solutions that are practical, maintainable, and aligned with business objectives.

My approach combines:

* Strong engineering fundamentals
* Modern cloud technologies
* Architectural thinking
* Pragmatic decision making
* Continuous improvement
* Focus on business outcomes

---

# Education and Certifications

Details available on request.

---

# Additional Information

This website includes architecture documentation, reference projects, GitHub repositories, and examples of software engineering work demonstrating modern Azure and .NET development practices.

---

> Building reliable software systems through thoughtful architecture, disciplined engineering, and continuous improvement.

         </div>
      </main>
      <footer>
         <div class="container">
            <strong>Philip Todd</strong><br>
            Senior Software Engineer | Azure Cloud Architect | Technical Leader
            <div class="footer-links" style="margin-top:15px;">
               <a href="https://github.com/philiptodd">GitHub</a>
               <a href="https://linkedin.com/in/philiptodd">LinkedIn</a>
               <a href="mailto:philip.todd@gmail.com">Email</a>
            </div>
            <p style="margin-top:20px;">
               © 2026 Philip Todd. All rights reserved.
            </p>
         </div>
      </footer>
   </body>
</html>
```
