Tech Talks

Making Designs With Tailwind CSS — step-by-step DevOps tutorial on Progressive Robot

Making Designs With Tailwind CSS

Tailwind CSS is a utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your html markup. Let’s build a responsive modern looking site together and discover how Tailwind CSS gives you the confidence to realize any design regardless of how complex it may be.

Read more
Understanding the New Kubernetes Control Plane — step-by-step Kubernetes tutorial on Progressive Robot

Understanding the New Kubernetes Control Plane

Under the Kubernetes Control Plane, we use Kubernetes itself to manage DOKS Kubernetes clusters. In this talk, we will do a deep dive into the architecture of the new Kubernetes control plane. We will do a demo showing how the new control plane helps you quickly create a cluster, how the new control plane increases cluster resiliency and talk about why the cloud provider Managed Kubernetes is a great tool for startups or small-to-m

Read more
Beyond Crypto: How Blockchain Is Taking Over the Business World — step-by-step DevOps tutorial on Progressive Robot

Beyond Crypto: How Blockchain Is Taking Over the Business World

Blockchain is well known as the technology behind cryptocurrencies like Bitcoin and Ethereum, but there’s so much more to the story. In this talk we’ll explore some of the most exciting emerging technologies in the blockchain space, examining how they’re evolving the infrastructure and practices of businesses all over the world.

Read more
Building a REST API With Django REST Framework — step-by-step Python tutorial on Progressive Robot

Building a REST API With Django REST Framework

Let’s get our hands dirty and build some APIs! With a browsable API, robust authentication policies, and object serialization, the Django REST framework is a powerful toolkit that offers an amazing experience for rapidly creating RESTful APIs on top of the popular Python framework Django.

Read more
CHAT