How To Secure Akka Serverless Apps With Auth0

How To Secure Akka Serverless Apps With Auth0

Dive into the power of secure serverless applications! šŸš€ Explore how to seamlessly integrate Auth0 with Akka Serverless in my latest blog post. Empower your coding journey with step-by-step instructions and code snippets.

As Auth0 says on their website “Identity is the front door of every user interaction”. As you’re building our new serverless applications, that becomes even more important as you have multiple apps that you need to secure. In this blog post I’ll walk you through how that can work in Akka Serverless.

How To Set Up Continuous Integration and Delivery With Github Actions and Akka Serverless

How To Set Up Continuous Integration and Delivery With Github Actions and Akka Serverless

Unlock the simplicity of CI/CD for Akka Serverless using GitHub Actions. From Docker builds to seamless deployment, automate the journey for a focus on code while achieving faster software delivery. Dive into the intricacies of the workflow in this guide.

CI/CD is one of those quintessential mindset shifts that helps developers automate away the toil of deploying apps. Especially in the realm of serverless, where the whole idea is to focus on the things that matter and let the undifferentiated heavy lifting be handled by others, automating as much as possible is paramount. It helps developers focus on what matters, code, and it helps business focus on what matters, getting quality software to market faster. So how does that work in Akka Serverless?

Thinking Stateful Serverless @ Micro.Sphere.IT

Thinking Stateful Serverless @ Micro.Sphere.IT

Discover the key to developer productivity in the world of serverless computing. Uncover the benefits, pitfalls, and strategies for effective state management as we delve into the nuances of this transformative technology.

As developers, we all want to be more productive. Serverless helps you do just that, by letting you focus on the business logic while shifting operations somewhere else. As more companies discover this emerging technology, we also discover drawbacks like state management. In this session, I focused on what serverless is, how it helps developers, what potential drawbacks exist, and how we can add state management into serverless.

Test-driving Event-Driven Apps on Kubernetes

Test-driving Event-Driven Apps on Kubernetes

Boost your productivity! Dive into the fusion of Knative and Tekton for seamless app development. Learn to set up a KinD cluster, bootstrap Knative, and harness Tekton's robust CI/CD capabilitiesā€”all on your local machine.

As developers, we all want to be more productive. Knative, a Kubernetes based platform to deploy and manage modern serverless works, helps to do just that. The idea behind Knative is to abstract away the complexity of building apps on top of Kubernetes as much as possible and Tekton is a powerful and flexible open-source CI/CD tool. How can you bring those two together on your local machine to try a few things out or even develop your apps? During this talk, we looked at setting up a KinD cluster, bootstrapping Knative and Tekton, and deploying an app!

Functions, No Code, Low Code - A Transcoder Ring to Emerging App Patterns

Functions, No Code, Low Code - A Transcoder Ring to Emerging App Patterns

Dive into the future of enterprise application platforms! Uncover the power of scale-to-zero scenarios and the significance of 'events.' Explore new patterns with concrete use cases and discover innovations in the open-source and VMware ecosystem.

Is the emergence of new application platforms relevant to your enterprise? How will you benefit from scale-to-zero scenarios? What do ā€œeventsā€ mean? In this session, I walked through these new patterns and present concrete, simple use cases and examples for each of them. We will also discuss the properties of platforms designed to support such patterns, as well as interesting and relevant innovations in the open-source community and the VMware ecosystem and portfolio.

Ease into Event-Driven Apps with Knative

Ease into Event-Driven Apps with Knative

Empower your development journey with Knative! Uncover the simplicity of setting up a Kubernetes cluster and diving into event-driven app development. Streamline your process for unparalleled efficiency.

For developers, Knative abstracts away complexity and enables them to focus on delivering value to their business. Can we make setting up a Kubernetes cluster and starting with Knative on your local machine even more straight forward than it is today? In this session, I focused on setting up a lightweight environment to help you build event-driven apps faster!

Deploying your first app on the Kubernetes based Knative platform

Deploying your first app on the Kubernetes based Knative platform

Elevate your productivity with Knative! Explore the seamless deployment of modern serverless workloads on Kubernetes. Dive into insights on setting up a local environment, installing Knative, and crafting your apps hassle-free.

As developers, we all want to be more productive. Knative, a Kubernetes based platform to deploy and manage modern serverless works, helps to do just that. The idea behind Knative is to abstract away the complexity of building apps on top of Kubernetes as much as possible. How can you get Knative running on your local machine to try a few things out or even develop your apps? In this session, we ’ll look at setting up a Kubernetes cluster, installing Knative, and building an app.

Data Driven Decisions in DevOps @ MyDevSecOps

Data Driven Decisions in DevOps @ MyDevSecOps

Unlock the full potential of DevOps with Continuous Verification! Elevate your CI/CD pipeline by integrating security, performance, and cost checks for smarter deployment decisions.

With everything going on in DevOps, I think we can safely say that building pipelines is the way to deploy your applications to production. But knowing what you deploy to production and whether it is actually okay needs more data, like security checks, performance checks, and budget checks. Weā€™ve come up with a process for that, which we call Continuous Verification ā€œA process of querying external systems and using information from the response to make decisions to improve the development and deployment process.ā€ In this session, weā€™ll look at extending an existing CI/CD pipeline with checks for security, performance, and cost to make a decision on whether we want to deploy our app or not.

Automated DevOps for the Serverless Fitness Shop - Knowing what and why you go to production @ NS1 INS1GHTS 2020

Automated DevOps for the Serverless Fitness Shop - Knowing what and why you go to production @ NS1 INS1GHTS 2020

Dive into the future of DevOps with Continuous Verification! Learn how automating checks in CI/CD pipelines enhances performance, security, and cost evaluation, reducing manual tasks and ensuring smoother deployments for more beach time!

In a nutshell, Continuous Verification comes down to making sure that DevOps teams put as many checks as possible into their CI/CD pipelines. These checks use external systems to validate the performance, security, and cost of your app without asking your engineers to do that manually. The systems that provide the data which decided whether your deployment goes to production or not, can also be used to help your engineers understand where the bottlenecks are in the process. With more checks in your automated pipeline, you have fewer manual tasks, less overhead, and better decisions to deploy to production or not. All that together means you get to spend more time at the beach!

Every Talk Has To Be Unique, Right?

Every Talk Has To Be Unique, Right?

Embark on the journey of impactful presentations! Learn the art of reusing talks across conferences while keeping them dynamic and audience-centric. Elevate your speaking game with timeless insights.

Whether you’re a Product Manager or Developer Advocate, once you start you think that every presentation has to be unique… spoiler alert, it doesn’t have to be