show episodes
 
Learn about serverless, APIs, and all things cloud from industry leaders. This podcast is for everyone from beginners in the cloud to seasoned veterans. Brought to you by AWS Serverless Hero Allen Helton. Support this podcast: https://podcasters.spotify.com/pod/show/readysetcloud/support
  continue reading
 
Loading …
show series
 
Event-driven architectures (EDA) is an intimidating subject for many, but don't confuse complexity with unfamiliarity. While EDA might seem unnecessarily complex, it's a necessary architectural pattern as the world goes more and more distributed. Join James Eastham and Allen Helton as they discuss all things EDA, ranging from what to put in your ev…
  continue reading
 
When was the last time you attended an event? It was probably virtual, right? Why is that? The tech industry has moved more and more virtual the past few years and we're starting to slowly but surely crawl our way back to in-person. In this episode, Raphael Manke and Allen Helton talk about their experiences with getting together in person and how …
  continue reading
 
Join Johannes and Allen as they talk about the world of modern CI/CD. The duo describes exactly what CI/CD is and is not and how your pipeline might be a bit more involved than you think. Johannes shares what he considers "the best" pipeline in the industry today, describes his experience with Amazon Code Catalyst, and goes into detail about a proj…
  continue reading
 
In this episode I was joined by James Eastham to initially to chat about AWS and Serverless with .NET… but we ended up covering a whole lot more! We chatted about OpenTelemetry, Kubernetes, Rust, and our Dometrain courses too! James Eastham is a Senior Cloud Architect at Amazon Web Services and content creator. He has over 10 years of experience in…
  continue reading
 
They say the best way to learn is by doing, but is that always true? Does the way people effectively learn change the further they get into their career? Join Luc and Allen as they discuss continuing education as a developer and what they've experienced over the last decade. The two cover the benefits of side projects and the impact taking them to …
  continue reading
 
Join Allen Helton and Jeremiah Dunham as they explore math in the world of computer science. Do developers use it as much as they thought they would or is it abstracted away to a point where we have no idea? What if there was a way to use math to prove the correctness of your code instead of writing unit tests? Guess what? It's possible. Tune into …
  continue reading
 
In this episode, I was honoured to be joined by Mads Torgersen, Dan Roth, and Scott Hunter!!! 🤯 We chatted about Blazor in .NET 8; C#12 interceptors, C#13, C#36 (you have to listen 😉), source generators, discriminated unions, AOT, and Stephen Toub’s performance blog posts! Mads, Dan, and Scott all work for Microsoft, and are heavily involved in .NE…
  continue reading
 
The serverless community loves talking about serverless. Despite the amazing innovations happening all around us, we still talk about cold starts and scalability like they are new. But what if we didn't? What would it take to get to a post-serverless era? What does post-serverless even mean? Join Jeremy Daly and Allen Helton as they discuss what th…
  continue reading
 
In this session I explore how introducing limitation into your art practice can give you energy and inspiration. This is perfect for those of us who have everything; all the materials, space and ability that we need, yet still don't make art because we lack motivation or ideas. Limitation can come in various forms and it has enacted huge shifts in …
  continue reading
 
In this episode, I was joined by Justin Roberts and Eric Amodio to chat about the GitKraken Git client. We chatted about its features, and also what it’s been like working on it. We also spoke about the GitLens VS Code client. Justin is the Senior Director of Product at GitKraken, and has been leading the design of the GitKraken Git Client. Eric is…
  continue reading
 
In this episode, I was joined by Gary Ewan Park to chat about Chocolatey, and what it’s been like as a developer working on it. Chocolatey is a package manager for Windows, and it’s a tool that I’ve used for many years - so really enjoyed chatting with Gary about it! Gary is a Principal Software Engineer at Chocolatey Software and Microsoft Visual …
  continue reading
 
In this episode, I was joined by Mia Gordon to chat about speed mentoring! I was recently invited to a speed mentoring event that she organised, and it was such a fun event and great idea and concept - that I invited her onto the show to chat about it! We also spoke about the power of community, and how big a difference it can make to your career a…
  continue reading
 
In this episode, I was joined for a second time by Shahid Iqbal, this time to chat about Platform Engineering and Infrastructure as Code! We discussed what Platform Engineering means, and also different IaC tools. And Shahid’s undying love for Pulumi! 😂 Shahid is a Principal Platform Architect at Auror based in Auckland NZ, and is also an Azure MVP…
  continue reading
 
Have you ever wondered how it works when you tell Alexa to turn off your lights and you're suddenly sitting in darkness? The Internet of Things (IoT) is all around us - from automating smart homes to alerting us when an industrial piece of equipment is malfunctioning. Join Allen and Rohan Desai as they discuss how SmartThings integrates hundreds of…
  continue reading
 
If you've been around the serverless community for any length of time, you've undoubtedly heard of Serverless Guru. But do you know what they do? Listen to Sam Lock and Allen discuss the day-in and day-out of being a serverless developer, cover the emerging importance of automating boilerplate code, and of course, dive into generative AI. About Sam…
  continue reading
 
In this episode I was honoured to be joined by Scott Hunter to chat about the announcements from .NET Conf 2023! The main areas we discussed were C#12 features, the new .NET Aspire, C# Devkit, Native AOT, and also touched a bit on Blazor. As always - it’s an exciting time to be a .NET developer! For a full list of show notes, or to add comments - p…
  continue reading
 
In this episode, I was joined by Valentina Cupać to chat about Hexagonal Architecture. We discussed what Hexagonal Architecture is, how it can help us build better software, and the difference between it and other similar architectures, such as Clean and Onion Architecture. Valentina is a Technical Coach at Optive, helping development teams deliver…
  continue reading
 
What's the difference between developer advocacy, tech evangelism, and solutions architecture? A few years ago, all these job titles would have sounded made up. But in the mad rush we know as "cloud development", each of them have distinct roles and importance. Join Michael "Focus Otter" Liendo and Allen Helton as they dive into what makes develope…
  continue reading
 
In this episode, I was joined for the second time by Nick Chapsas! This time, we chatted about his new Dometrain teaching platform. Nick started off creating courses on his own website, nickchapsas.com, which he’s recently rebranded to Dometrain and reached out to other authors to also create courses - myself included! I’ve recently released a Dock…
  continue reading
 
Have you ever wondered why querying your data lakes were so slow? Or, if you're like Allen, did you ever wonder what a data lake actually is? Join Cliff Crosland as he explains how the Scanner team has changed data lakes forever by going serverless. This episode is a showcase of some brilliant engineering to solve a problem in a serverless manner. …
  continue reading
 
In this episode, I was joined by the host of The Modern .NET Show, Jamie Taylor to chat about both .NET and podcasting! We also chatted about various other things like productivity, remote working and life balance, supporting junior developers, and plenty more! For a full list of show notes, or to add comments - please see the website here…
  continue reading
 
Feature flags are much more than on/off switches to hide in-progress features. They separate releases from your deployments. They allow you to slowly roll out features to your user base. They give you access to easy A/B testing. Join Steve and Allen as they talk about the impressive capabilities of AWS AppConfig, a managed service that controls you…
  continue reading
 
In this episode, I had great fun chatting with Laïla Bougriâ about NServiceBus and how it can help with your distributed architecture. From its support for observability (including OTel) and dashboarding, to sagas and pub/sub. Even zombie and ghost messages! (spooky!). And as has been known to happen on this show - we did end up going on a tangent …
  continue reading
 
Are you cloud certified? In this episode of the Ready, Set, Cloud podcast Ro Ndimofor stands his ground on a hard-hitting stance against certifications. Enjoy the classic debate of "practice vs theory" as Ro and Allen discuss alternatives to certifications and if there really is a place for them in your career. About Ro Ro is a software developer a…
  continue reading
 
Java is notorious for slow cold starts in Lambda. But why? What can you do to make them faster? Is it time to ditch Python and make your way to the JVM? Join Vadym and Allen as they talk about Java's journey in serverless and explore some of the optimization techniques developers use to mitigate cold starts like Snap Start, priming, and using Graal…
  continue reading
 
Have you ever wondered how MidJourney or ChatGPT work? Generative AI has taken the world by storm with millions of adopters using it daily. But how does it work? How does it go from a question you type in a dialog box to a meaningful answer or perfectly drawn image on screen? Join Matt and Allen as they discuss how completion models work, explain t…
  continue reading
 
In this episode, I had the pleasure of speaking with Oren Eini about RavenDB and diving deep into the world of database internals. We explore the intricacies of how databases work under the hood and discuss the challenges - especially around performance. Oren Eini, also known as Ayende Rahien, is the Founder and CEO of RavenDB, a leading NoSQL docu…
  continue reading
 
Many people say DevOps is dead with the introduction of serverless. Responsibilities change from infrastructure management to platform engineering. But what happens when you throw generative AI into the mix? How does this shake up what we now know as DevOps and what does it hold for the future? Is DevOps going to die? Omkar and Allen talk about the…
  continue reading
 
Serverless services make it incredibly easy to start building. They reduce time to market, improve uptime (generally), and lower overall costs when starting up. But there's an entire world to consider before going serverless that most of us forget about - business operations. Aside from shifting ownership from hardware to software, you also have ro…
  continue reading
 
Anyone who's heard of serverless has heard of cold starts. But have you heard about proactive initialization? This is a newly published service enhancement from the AWS Lambda team that pre-warms execution environments of on-demand functions. This enhancement results in reduced cold start times and costs consumers no extra money to take advantage o…
  continue reading
 
In the serverless world, we sometimes take the word "managed" a little too seriously. We often forget that not ALL software responsibilities are taken over by cloud vendors. Oftentimes responsibilities are shared between builders and cloud vendors, like security. In this episode, Allen and Jason talk about ways to improve your security posture star…
  continue reading
 
People throw around the phrase "app modernization" and "cloud migration" far too often. What do they mean? Are they the same thing? In this episode, Allen sits down with Alex Kearns to navigate the twists and turns of the cloud to find out the answer. The two talk about different strategies of modernization like the strangler pattern and learn how …
  continue reading
 
In this episode, I was thrilled to be joined by Matt Hunt to chat about using the CQS pattern to improve your codebase quality and help avoid writing those ‘Big Ball of Mud’ code-bases that sadly we see way too often in our industry! CQS (Command Query Separation) is a pattern that states that a method should either be a command that performs an ac…
  continue reading
 
The tech community is not just about networking or acquiring new skills - it's about discovery and mutual growth brought on by impactful interactions. Often seen as an mysterious black box, Allen and Jonah dive in to clarify some of the confusion around the tech community. First of all, what is it? How do you start on your own journey? And most imp…
  continue reading
 
Loading …

Quick Reference Guide