1. var bob = new Person();
2. bob.sayHello();
3. bob.wave();
##################################################################################################################

Daniel Bass

I'm a developer, author and speaker. I love working with serverless on azure and a range of other topics

##################################################################################################################
4. var cup = new Coffee();
5. bob.drink(cup);
6. var cupTwo = new Coffee();


Blog Posts:

The magic of GitHub CodespacesJune 04, 2021

Recently Zeti was privileged to get access to a new product from GitHub, Codespaces. Lets start with the headline. This is my iPad Air from…

Bincoin and building with Azure Static Web AppsMarch 14, 2021

Bitcoin has a massive electricity footprint - that is relatively well known. Every few months a stat comes out about it using the same…

Revolutionising environmental impact tracking with real-time data delivered to your desk!February 18, 2021

In my new role at Zeti, the big environmental mission we are targeting is reducing the CO2 and air pollution of transport. CO2 is…

Setting up an M1 Mac Mini for my development workflowFebruary 13, 2021

I've recently gone through a fairly major career change, I've left a large organisation and started heading up the technology effort of a…

Resilient Global Serverless Apps with Blazor + AzureAugust 09, 2020

Previously , I showed you how you can build a serverless CRUD app on Azure using just C#. It has Blazor on the frontend and Azure Functions…

Get started with Full Stack Serverless C# - Blazor + Azure FunctionsAugust 02, 2020

I've spoken previously about how you can create full stack serverless applications that cost vastly less money than conventional apps as…

Brain Tumours & MeJuly 30, 2020

I've been away from blogging and doing any real work outside of my day job recently. This is mostly because I was recently diagnosed with a…

Building a Serverless CMS on AzureMay 03, 2020

Update I've released the source code for this on GitHub here and, very excitingly, I've had this code linked to by the official Netlify…

Security with ServerlessDecember 08, 2019

Cloud security is a big topic at the moment, with many organizations trying to port their on-prem models over to the cloud and finding it…

What is Serverless?November 12, 2019

I've been writing for a little while about Serverless technology and evangelizing about it both at work and elsewhere. But the most common…

Potential performance improvement of using Rust on Azure FunctionsOctober 22, 2019

My previous article detailed a proof of concept showing how to use Rust on the fully supported Node.js Azure Functions runtime. This used…

Using Rust on Azure Functions with WebAssemblyOctober 06, 2019

For the past few months I have been very interested in a relatively new language, Rust. For those of you who haven't heard of Rust, it is a…

Global Azure Functions with Azure Front DoorJuly 02, 2019

Recently I've been doing a lot of thinking about how to serve global customers with a serverless architecture. The applications I've been…

Serverless is more secure, not lessJuly 02, 2019

Serverless/Serviceful architecture could be said to be the art/science of constructing systems that deliver business value fast whilst…

Simple Serverless Site MigrationJune 09, 2019

This is just going to be a short post before I start another one on adding Application Insights to this blog to see how many hits I am…

Serverless Blogging on AzureJune 01, 2019

This is the story of how I hosted this blog and the serverless pattern that I used which you can use to host your own static sites on Azure…

Serverless Minimalism: How to save 98% on your Azure bill with Serverless ArchitectureJuly 23, 2012

Recently we've embarked on some work to tag and categorize our resource groups in Azure at work. One of the benefits of this was exposing…

© 2022 - Built by Daniel Bass