Talks

Achieving your modern data architecture

Achieving your modern data architecture

A modern data strategy is a comprehensive plan or blueprint to help you manage, access, analyze, and act on data. Many companies are developing roadmaps to help them realize their modern data goals. In this session, learn how deploying a modern data architecture on AWS can help businesses navigate their data challenges, optimize analytics processes, and deliver business insights faster. Take a closer look at AWS Glue and AWS Lake Formation, and see how they help accelerate the process.
How To Use Innovation And Proven Methodologies To Uncover Your Distinctive Competencies

How To Use Innovation And Proven Methodologies To Uncover Your Distinctive Competencies

One of the largest struggles within product is articulating your organization’s unique abilities to deliver value to its market. But guess what, it’s also one of the most important! So how do you develop a successful path that combines innovation, proven methodology and sure-fire approaches to hone-in on the attributes and differentiators that set you apart from your competitors?
Simply Stateful Serverless

Simply Stateful Serverless

One of the things I love about serverless is that I never have to be bothered with managing servers, it’s just using a service like Lambda, Cloud Run, etc and my code is running. If I want to use a database I can rely on services like DynamoDB or CosmosDB. While I think that is absolutely great, it feels like serverless is only for stateless processes. I think serverless needs a bold and stateful vision so that we can build any type of application (stateful and stateless) without ever managing servers.
Why (stateful) serverless matters for server admins

Why (stateful) serverless matters for server admins

In the session I went over why serverless is important to our industry, why server admins (which I then rephrased to SREs) are so important to our serverless success, and why stateless isn’t the answer for everything. Technology wise I’ll be “all over the map” talking about things like Knative and the VMware Event Broker Appliance, AWS Lambda, Akka Serverless

Thinking Stateful Serverless @ Micro.Sphere.IT

Thinking Stateful Serverless @ Micro.Sphere.IT

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

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

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

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!
Data Driven Decisions in DevOps @ MyDevSecOps

Data Driven Decisions in DevOps @ MyDevSecOps

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

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!