Architecting for the Cloud, One Pattern at a Time

Architecting for the Cloud, One Pattern at a Time

A series focused entirely around Cloud Architecture. This could be Cloud Design Patterns, foundational architectural concepts, requirements driven discussions and more. Have something architectural to discuss? Then this is likely the series for you!

For some time now, I’ve been using Windows Terminal as my local terminal for interacting with my command-line tools for quite some time now. Whenever I’m demonstrating Kubernetes concepts or working with the Azure CLI, I’ll likely have had the Windows Terminal open at some point. I always get questioned about which terminal that is, and how people can get access to it. I recently put together a Cloud Drop on How Windows Terminal can make YOU productive with Azure, so I figured it’s time to also write up a blog post on the same! Whether you’re a Developer, DevOps Engineer, Infrastructure Operations or Data Scientist, you’ve probably had to interact with a command-line terminal / shell at some point, so I hope this will be useful for you!

Blog

April 8, 2021

Have you implemented caching within your application and need a better way to maintain consistency between your cache and datastore? Or maybe you haven’t adopted caching yet, and intrigued on what patterns you could use to do so? Then take a look in this session as Chris explores how caching can improve your access to information in your data store, using the cache aside pattern.

Episode

March 12, 2021

When I mention the term JAMStack, I’m not pretending that I’m Paddington bear with a stack of Jam sandwiches! If you hadn’t heard, JAMStack is a term that describes applications based on JavaScript, APIs and Markup. That means, we’re referring to files that are content in nature. Think about files like HTML, CSS, Images, etc. Ok, now with that context - why has it risen in popularity? Surely this is something that could have been done for many years, so why now? My hypothesis… Cloud.

Blog

January 20, 2021