Publications
-
Building a Full Cloud Backend with James Cowling
published Aug 29, 2023Serverless backend platforms are cloud services that simplify the process of building a backend. These platforms are growing rapidly in popularity because they can greatly accelerate application development, and improve the developer experience. Convex is a real-time backend platform that uses 100% TypeScript and is designed with reactive UI frameworks in mind. The team behind Convex has built and maintained some of the most popular apps, backends and exabyte-scale storage projects at companies like Dropbox and Google. James Cowling is the Co-Founder and CTO at Convex, and he joins us to discuss how Convex offers a simpler full-stack developer experience.
-
Cross-functional Incident Management with Ashley Sawatsky and Niall Murphy
published Aug 17, 2023Incident management is the process of managing and resolving unexpected disruptions or issues in software systems, especially those that are customer-facing or critical to business operations. Implementing a robust incident management system is often a key challenge in technical environments. Rootly is a platform to handle incident management directly from Slack, and is used by hundreds of leading companies including Canva, Grammarly, and Cisco.
-
Resale Revolution with Richie Ganney and Harry Riley
published Jun 29, 2023The company Continue has a new take on the resale marketplace. By partnering with brands and pulling post-purchase data onto their platform, this innovative solution simplifies and enhances the resale process, empowering consumers to participate in a more sustainable and circular economy. Richie Ganney and Harry Riley are the Co-founders of Continue and they join us in this episode. We uncover how this startup is revolutionizing the way we consume and recycle products.
-
Cloud-Oriented Programming (Part 2) with Elad Ben-Israel
published Apr 24, 2023The cloud has become an all-encompassing platform for running diverse applications and enabling individuals and teams to add value by utilizing services and infrastructure that streamline the process of software building and operation.
-
Cloud-Oriented Programming (Part 1) with Elad Ben-Israel
published Apr 19, 2023The cloud has become an all-encompassing platform for running diverse applications and enabling individuals and teams to add value by utilizing services and infrastructure that streamline the process of software building and operation.
-
Seamless SecOps with Jack Naglieri
published Mar 22, 2023A SIEM platform provides organizations with a powerful tool for improving their security posture, by providing insights into potential security threats and enabling proactive security measures. Panther is a Cloud based security monitoring platform that helps teams detect and respond to security breaches quickly and intelligently. Jack Naglieri is the Founder and CEO of Panther and he joins us today.
-
Minimizing PII in Dev Environments with John Craft
published Dec 12, 2022In this episode, we talk to John Craft from Privacy Dynamics, who offer data anonymisation as a service.
-
OpenSSL Vulnerability with Ilkka Turunen
published Dec 7, 2022In this episode, we sat down with Ilkka Turunen, Sonatype’s Field CTO; we discussed a wide range of topics, including the OpenSSL vulnerability, Shodan, SBOMs, Software Supply Chain and others.
-
Tech³Podcast - Ep. 12 - Zero Trust with John Boero from HashiCorp
published Aug 6, 2021Ben Shonubi and new co-host Andy Tebb, Head of Pre-Sales at ECS, are joined by some very special guests - Jeff Hemmen a DevOps & Continuous Delivery Consultant at ECS and John Boero Channel Solution Engineer at HashiCorp
-
`terraform refresh` is deprecated
published Jun 6, 2021Update: terraform refresh is now effectively an alias for: terraform apply -refresh-only -auto-approve.
-
Virtual DevOps Playground – Hands-On Service Mesh with Consul Connect
published Jun 25, 2020This month, learn how to implement a Service Mesh! Easily and securely connect your microservices to each other and have the Service Mesh take care of routing, authentication, authorisation, and even metrics collection!
-
DevOps Playground: Hands-on with Terraform Cloud
published Mar 23, 2020In this hands-on meetup, we will explore Terraform Cloud. This component of the Terraform ecosystem removes the chicken-and-egg problem of how to manage the infrastructure used to manage your infrastructure! HashiCorp continually offers more and more formerly-Enterprise features for free, such as Terraform Cloud’s Remote State and later Remote Runs.
-
Managing Your Consul Cluster with Terraform
published May 30, 2019This is an article about the Consul provider for Terraform, not the backend. This is about using Terraform as a way to manage your Consul cluster’s configuration from a centralised Terraform project. If you are only interested in using Consul as a backend for Terraform, i.e. to store state and locking information, this article will not be very relevant to you. (But hopefully still interesting.)