
Cloud Engineering Archives - Software Engineering Daily
Cloud Engineering Archives - Software Engineering Daily

2 Listeners
All episodes
Best episodes
Top 10 Cloud Engineering Archives - Software Engineering Daily Episodes
Goodpods has curated a list of the 10 best Cloud Engineering Archives - Software Engineering Daily episodes, ranked by the number of listens and likes each episode have garnered from our listeners. If you are listening to Cloud Engineering Archives - Software Engineering Daily for the first time, there's no better place to start than with one of these standout episodes. If you are a fan of the show, vote for your favorite Cloud Engineering Archives - Software Engineering Daily episode by adding your comments to the episode page.

Azure with Troy Hunt
Cloud Engineering Archives - Software Engineering Daily
06/08/21 • 55 min
Corey Quinn is guest hosting on Software Engineering Daily this week, presenting a Tour of the Cloud. Corey Quinn is the Chief Cloud Economist at The Duckbill Group, where he helps companies fix their AWS bill by making it smaller and less horrifying. If you’re looking to lower your AWS bill or negotiate a new contract with AWS, you can learn more about The Duckbill Group’s services at https://www.duckbillgroup.com/.
Corey is also the host and creator of Last Week in AWS, which publishes newsletters and podcasts covering topics to help you stay up to date on all things AWS and insightful conversations with experts in the world of cloud computing all delivered lovingly with Corey’s infamous snark. Subscribe at https://www.lastweekinaws.com and follow Corey on Twitter @QuinnyPig.
In this episode, Corey Quinn interviews Troy Hunt, who is a Microsoft Regional Director and MVP. Troy also runs “Have I Been Pwned” which checks to see if you have an email or password that has been compromised in a data breach.
The post Azure with Troy Hunt appeared first on Software Engineering Daily.
1 Listener

Kubefirst with Frédéric Harper
Cloud Engineering Archives - Software Engineering Daily
12/27/23 • 35 min
Frédéric Harper is the Principal Developer Advocate at Kubefirst, which is an open source platform that integrates some of the most popular tools in the Kubernetes space. Frédéric has deep experience at major software companies having worked at npm, Mozilla, Microsoft, DigitalOcean, Fitbit, and others. He joins the show to talk about the challenges and solutions associated with working with Kubernetes.
Starting her career as a software developer, Jocelyn Houle is now a Senior Director of Product Management at Securiti.ai, a unified data protection and governance platform. Before that, she was an Operating Partner at Capital One Ventures investing in data and AI startups. Jocelyn has been a founder of two startups and a full life cycle, technical product manager at large companies like Fannie Mae, Microsoft and Capital One. Follow Jocelyn on LinkedIn or Twitter @jocelynbyrne.
Please click here to see the transcript of this episode.
Sponsorship inquiries:[email protected]
The post Kubefirst with Frédéric Harper appeared first on Software Engineering Daily.

1 Listener

Developer Analytics with Calvin French-Owen
Cloud Engineering Archives - Software Engineering Daily
03/25/16 • 51 min
“Its sort of like the old joke in computer science – what do you do when you have a problem? Well, add a layer of abstraction.”
Today’s guest is Calvin French-Owen, the CTO of Segment, a tool that companies use to aggregate their analytics into once place. As Segment has scaled, the company has had to restructure its etire technical architecture. Microservices, containers, Amazon Web Services, and dev ops are a few of the topics that Calvin and I explore in our conversation, so this is a great episode for anyone who is trying to understand the relationships between those different subjects.
Segment’s product unifies analytics from different services and puts them into one centralized place. Full disclosure: Segment is a sponsor of Software Engineering Daily. For most of this episode, we don’t even talk about the product, we talk about the back end engineering behind the product.
Questions
- What tools are used to transfer data to analytics systems?
- Why is it useful to have a single API to fan out into all the different analytics processed
- Why did you embrace microservices at Segment, and why was it different from the reasons other companies have adopted them?
- Why are process level monitoring and program level monitoring worth differentiating?
- Could you explain the nuance between microservices and microworkers?
- How do you determine when to write a brand new microservice versus adding new functionality to an old one?
- How did you do an architectural rebuild while still running the business day-to-day?
- How should software engineering teams decide whether to build or buy certain aspects of their product?
Links
- Redshift
- Mode
- Segment
- Baremetrics
- Why Microservices Work For Us
- Rebuilding Our Infrastructure with Docker, ECS, and Terraform
- Hashicorp
- CoreOS
- Terraform
- Datadog
The post Developer Analytics with Calvin French-Owen appeared first on Software Engineering Daily.

API Design Standards with Andy Beier
Cloud Engineering Archives - Software Engineering Daily
04/05/17 • 49 min
There are various standards at play when creating and consuming Application Program Interfaces (APIs). These standards, though, are mostly technical and mostly lower-level than the content of the API.
Andy Beier has experienced the broad range of API quality in his role with Domo in creating integrations with other businesses. He has made standardization of good practices in creating APIs his mission, with an emphasis on making the right information easily accessible without having to download more than necessary. He has traveled to meet with leaders in the field to promote standards and to make APIs easier to create and to consume.
In this episode, Andy joins Dave Rael for a conversation about API design standards, what makes for a good API, and steps in moving the broader technical community toward more useful and secure APIs.
The post API Design Standards with Andy Beier appeared first on Software Engineering Daily.

Microservices with Rafi Schloming
Cloud Engineering Archives - Software Engineering Daily
11/22/16 • 43 min
Microservices are a widely adopted pattern for breaking an application up into pieces that can be well-understood by the individual teams within the company. Microservices also allow these individual pieces to be scaled independently and updated in isolation.
Past Software Engineering Daily episodes have covered the microservice architectures of Twitter, Netflix, Google, Uber, and other companies. In today’s episode, I sit down with Rafael Schloming, who is building tools for microservices at Datawire.
The post Microservices with Rafi Schloming appeared first on Software Engineering Daily.

Monitoring Architecture with Theo Schlossnagle
Cloud Engineering Archives - Software Engineering Daily
10/11/16 • 56 min
Building a monitoring system is a complex distributed systems problem. Events are produced from different points in an application and must be aggregated in order to form metrics. These events are often ingested by a time series database, which forms the backbone of our monitoring system.
Theo Schlossnagle is the CEO of Circonus, where he has been working on architecting the company’s monitoring software for six years. In this episode, we talk about how to build a monitoring system and the requirements for the underlying time-series database, as well as what monitoring even is.
The post Monitoring Architecture with Theo Schlossnagle appeared first on Software Engineering Daily.

Google’s Container Management with Brendan Burns
Cloud Engineering Archives - Software Engineering Daily
04/20/16 • 44 min
Kubernetes is an open source system for automating deployment, operations, and scaling of containerized applications. Google developed Kubernetes after fifteen years of running containers in production.
Brendan Burns is a founder of the Kubernetes project, and he joins us to talk about the lessons learned as Google has built containerized applications to distribute across its massive infrastructure. We talk about Docker, Borg, Kubernetes, and other distributed systems technologies.
Applications crash and engineers need to be able to quickly find the root cause of a crash. Apps have become distributed, and debugging workflows have changed. Developers need better tools to identify and troubleshoot problems with their apps.
The post Google’s Container Management with Brendan Burns appeared first on Software Engineering Daily.

Prometheus Monitoring with Brian Brazil
Cloud Engineering Archives - Software Engineering Daily
08/10/16 • 53 min
Prometheus is a tool for monitoring our distributed applications. It allows us to focus on the services we are deploying rather than the individual machines that make up instances of that service.
The monitoring service itself is a portion of a distributed system that is treated differently than the services we are monitoring. We don’t want to use a consensus-based tool like Zookeeper or Consul because we can’t afford the strong consistency.
Brian Brazil’s company Robust Perception is built around Prometheus, and he joins the show to discuss why and how to use Prometheus.
The post Prometheus Monitoring with Brian Brazil appeared first on Software Engineering Daily.

Modern Coding Superpowers with Varun Mohan
Cloud Engineering Archives - Software Engineering Daily
08/24/23 • 33 min
This episode is hosted by Lee Atchison. Lee Atchison is a software architect, author, and thought leader on cloud computing and application modernization. His best-selling book, Architecting for Scale (O’Reilly Media), is an essential resource for technical teams looking to maintain high availability and manage risk in their cloud environments.
Lee is the host of his podcast, Modern Digital Business, an engaging and informative podcast produced for people looking to build and grow their digital business with the help of modern applications and processes developed for today’s fast-moving business environment. Listen at mdb.fm. Follow Lee at softwarearchitectureinsights.com, and see all his content at leeatchison.com.Sponsorship inquiries: [email protected]
Please click here to view this show’s transcript.
The post Modern Coding Superpowers with Varun Mohan appeared first on Software Engineering Daily.

Superfast JVM Startup with Gerrit Grunwald
Cloud Engineering Archives - Software Engineering Daily
06/26/23 • 49 min
CRaC (Coordinated Restore at Checkpoint) is a new technology that can improve startup and warmup times by orders of magnitude. It is a project of OpenJDK that was proposed and led by Azul. The CRaC Project defines public Java APIs that allow for the coordination of resources during checkpoint and restore operations. With CRaC, a checkpoint can be set at any point where an application can be safely paused. Azul is releasing a reference implementation of CRaC in JDK 17 with the Azul Zulu Build of OpenJDK for x86 64-bit Linux update. CRaC allows for an “instant” start at any point in the application lifecycle at an optimal speed. It also work’s really well with Azul’s ReadyNow! feature that optimizes warm-up. For the first time, developers will have a TCK-tested, CRaC-configured, production-ready JVM with commercial support available for their use.
Gerrit Grunwald is a Java Champion & Principle Engineer at Azul and he joins us in this episode.
Full disclosure: Azul is a sponsor of Software Engineering Daily.
Alex is an AWS Data Hero, an independent consultant, and the author of The DynamoDB Book, the comprehensive guide to data modeling with DynamoDB. He was an early employee at Serverless, Inc., creators of the Serverless Framework, and was an early community member in the serverless space. His consulting and training work focuses on serverless architectures and database optimization. You can find him on Twitter as @alexbdebrie or on his site, alexdebrie.com.
Sponsorship inquiries: [email protected] TranscriptThe post Superfast JVM Startup with Gerrit Grunwald appeared first on Software Engineering Daily.
Show more best episodes

Show more best episodes
FAQ
How many episodes does Cloud Engineering Archives - Software Engineering Daily have?
Cloud Engineering Archives - Software Engineering Daily currently has 406 episodes available.
What topics does Cloud Engineering Archives - Software Engineering Daily cover?
The podcast is about News, Tech News, Podcasts and Technology.
What is the most popular episode on Cloud Engineering Archives - Software Engineering Daily?
The episode title 'Azure with Troy Hunt' is the most popular.
What is the average episode length on Cloud Engineering Archives - Software Engineering Daily?
The average episode length on Cloud Engineering Archives - Software Engineering Daily is 51 minutes.
How often are episodes of Cloud Engineering Archives - Software Engineering Daily released?
Episodes of Cloud Engineering Archives - Software Engineering Daily are typically released every 4 days, 6 hours.
When was the first episode of Cloud Engineering Archives - Software Engineering Daily?
The first episode of Cloud Engineering Archives - Software Engineering Daily was released on Aug 5, 2015.
Show more FAQ

Show more FAQ