Podcasts about serverless world

  • 11PODCASTS
  • 11EPISODES
  • 49mAVG DURATION
  • ?INFREQUENT EPISODES
  • Dec 14, 2020LATEST

POPULARITY

20172018201920202021202220232024


Latest podcast episodes about serverless world

Serverless Chats
Episode #79: What to do with your data in a serverless world with Angela Timofte

Serverless Chats

Play Episode Listen Later Dec 14, 2020 52:26


On this episode, Jeremy chats with Angela Timofte about your database options when building new or refactoring old apps with serverless, the process that Trustpilot uses to choose how to store data, and problems they solved using a serverless-first approach.

AWS re:Invent 2019
CMY301: Performing chaos engineering in a serverless world

AWS re:Invent 2019

Play Episode Listen Later Dec 7, 2019 48:28


The principles of chaos engineering have been battle-tested for years using traditional infrastructure and containerized microservices. But how do they work with serverless functions and managed services? In this session, we cover the motivations behind chaos engineering, how we perform chaos experiments, and what some of the common weaknesses are that we can test for in our serverless applications. We also run some actual experiments in a serverless AWS environment. Join us as we move from talking about principles to performing real chaos-engineering experiments for serverless.

CODEMOTION 2019
Java in a Serverless World - Chad Amiura

CODEMOTION 2019

Play Episode Listen Later Oct 21, 2019 37:31


Otras charlas de Codemotion 2019 también en podcast: https://lk.autentia.com/Codemotion-Podcast 12 million developers across 80% of the enterprise, run Java. It is the #1 language in the world, yet when it comes to serverless, rarely seen in the top 3. Why? I will review some of the recent improvements to the language, platform, and ecosystem, as well as offer a glimpse into upcoming features targeting both developer productivity and program performance while retaining Java’s core values of readability and compatibility. Come away with confidence that your Java skills can be applied to the next generation of serverless workloads.

otras java codemotion serverless world
Paul's Security Weekly
Underlying Capabilities - Application Security Weekly #56

Paul's Security Weekly

Play Episode Listen Later Apr 10, 2019 80:03


This week, we welcome Loris Degioanni from Sysdig to discuss their open source container native runtime security project called Falco! In the News segment, The Matrix turns 20, Containers are Weakest Security Leak Again, The Evolution of Application Security in the Serverless World, and more! To learn more about Sysdig, visit: https://securityweekly.com/sysdig Full Show Notes: https://wiki.securityweekly.com/ASW_Episode56 Visit https://www.securityweekly.com/asw for all the latest episodes! Visit our website: https://www.securityweekly.com Follow us on Twitter: https://www.twitter.com/securityweekly  

Paul's Security Weekly TV
Docker, ARM, & "Selfie" - Application Security Weekly #56

Paul's Security Weekly TV

Play Episode Listen Later Apr 10, 2019 37:14


In the News segment, The Matrix turns 20, Containers are Weakest Security Leak Again, The Evolution of Application Security in the Serverless World, and more! Full Show Notes: https://wiki.securityweekly.com/ASW_Episode56 Follow us on Twitter: https://www.twitter.com/securityweekly

Application Security Weekly (Video)
Docker, ARM, & "Selfie" - Application Security Weekly #56

Application Security Weekly (Video)

Play Episode Listen Later Apr 9, 2019 37:14


In the News segment, The Matrix turns 20, Containers are Weakest Security Leak Again, The Evolution of Application Security in the Serverless World, and more! Full Show Notes: https://wiki.securityweekly.com/ASW_Episode56 Follow us on Twitter: https://www.twitter.com/securityweekly

Application Security Weekly (Audio)
Underlying Capabilities - Application Security Weekly #56

Application Security Weekly (Audio)

Play Episode Listen Later Apr 9, 2019 80:03


This week, we welcome Loris Degioanni from Sysdig to discuss their open source container native runtime security project called Falco! In the News segment, The Matrix turns 20, Containers are Weakest Security Leak Again, The Evolution of Application Security in the Serverless World, and more! To learn more about Sysdig, visit: https://securityweekly.com/sysdig Full Show Notes: https://wiki.securityweekly.com/ASW_Episode56 Visit https://www.securityweekly.com/asw for all the latest episodes! Visit our website: https://www.securityweekly.com Follow us on Twitter: https://www.twitter.com/securityweekly

The Goat Farm
DevOps in a Cloud Native & Serverless World – The Goat Farm – S2E1

The Goat Farm

Play Episode Listen Later May 7, 2018


The Goat Farm is back with what we’re dubbing “Season 2”. In Season 2 we are going to focus on the challenges of inertia in organizations, how organizations are adopting the practices of Cloud Native and Serverless, and the intersection … Continue reading →

AWS re:Invent 2017
SRV303: Monitoring and Troubleshooting in a Serverless World

AWS re:Invent 2017

Play Episode Listen Later Nov 30, 2017 49:35


How do you monitor and troubleshoot an application made up of many ephemeral, stateless functions? How do you debug a distributed application in production? In this talk, we walk you through best practices, tools, and conventions using common troubleshooting scenarios. We'll discuss how you can use AWS services to address these scenarios, such as using Amazon CloudWatch for alarms and using AWS X-Ray to detect cross service calls. You will also learn how Financial Engines leverages AWS X-Ray to debug, monitor, and analyze latency data for its serverless applications. It will also share some best practices for debugging and reporting.

monitoring aws troubleshooting financial engines aws x ray amazon cloudwatch serverless world
The New Stack Analysts
#145: Serverlessconf NYC to Address DevOps in a Serverless World

The New Stack Analysts

Play Episode Listen Later Sep 21, 2017 30:22


It promises to be the serverless community's largest get-together to date:  Next October 8 in New York City, for three days, Serverlessconf promises to bring hundreds of cloud-native applications developers together, for in-depth discussions about how the newest concepts in serverless will mesh with the existing developer culture — which is already in flux for other reasons. “Initially, there was this discussion that maybe serverless is ‘No-ops.'  And it turned out to not be true at all,” admitted Peter Sbarski, who leads the Serverlessconf conferences and is vice president of engineering at A Cloud Guru.  Speaking with Alex Williams for this edition of The New Stack Analysts, Sbarski told us, “When you are deploying functions, you are basically building a large distributed system.  It needs to be managed, organized, looked after.  You need to have monitoring, logging.  You need to know what is going on with the functions, with the third-party services that you consume.  How do you even do a release that makes sense?  How do you release dependencies in the right order? So there's a lot to be explained.  Sbarski gets into this topic and other subjects to be covered during Serverlessconf in New York City, with TNS Founder Alex Williams and our contributing analyst, Krishnan Subramanian, in this latest edition of The New Stack Analysts.

AWS re:Invent 2016
SVR307: Application Lifecycle Management in a Serverless World

AWS re:Invent 2016

Play Episode Listen Later Dec 24, 2016 40:00


Amazon API Gateway and AWS Lambda provide a new way of building applications by removing servers from the picture. But what does the removal of servers mean to tasks like deployment, monitoring, and debugging? How should you set up blue-green deployments or set alarms? Come learn all this and more, including how to use AWS services and tools like AWS CodePipeline, AWS CloudFormation, and Amazon CloudWatch to manage your serverless applications at high quality.

aws aws lambda aws cloudformation application lifecycle management amazon api gateway amazon cloudwatch aws codepipeline serverless world