Talk On Serverless, TechRadarCon Talk

Talk On Serverless, TechRadarCon Talk

Table of Contents

Everyone is talking about Serverless, Functions, Lambda, DynamoDB, Firebase and more. What exactly do they mean? How does it affect the future of systems development? How can I use this new plethora of services and infrastructure?

In this talk, we’ll go over the new world of serverless and show how any developer can leverage it for development speed, application scale, and resilience. We’ll also showcase a simple application and address the issue of lock-in to specific providers.

Video


Presntation slides

comments powered by Disqus

Related Posts

12-factor application principles and How to build by-them

12-factor application principles and How to build by-them

  1. Codebase
  2. Dependencies
  3. Config
  4. Backing services
  5. Build, release, run
  6. Processes
  7. Port binding
  8. Concurrency
  9. Disposability
  10. Dev/prod parity
  11. Logs
  12. Admin processes

These 12 principles are the core of application which are designed to as a service, or as it’s known for in short SaaS.

Read More