Tech Talks

Live Coding a Chat App With Appwrite and ReactJS — step-by-step DevOps tutorial on Progressive Robot

Live Coding a Chat App With Appwrite and ReactJS

Rapidly spin up a persistent message storage backend using Appwrite’s open-source backend-as-a-service and deploy it on the cloud provider without installing Docker on your local machine. Enable multiple users to sign up, log in, and chat in real-time with a React frontend.

Read more
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
The Multi-cloud Mindset: Creating Flexible & Scalable Infrastructure With Blockchain — step-by-step DevOps tutorial on Progressive Robot

The Multi-cloud Mindset: Creating Flexible & Scalable Infrastructure With Blockchain

With the heralding call of Web3 expanding the use of blockchain technology, more businesses are taking advantage of the flexibility of decentralized applications. See how distributed environments help scale apps reliably while optimizing performance with a multi-cloud strategy. Using real-world blockchain-enabled app examples, discover how your business can benefit from this approach.

Read more
WebAssembly for Beginners — step-by-step DevOps tutorial on Progressive Robot

WebAssembly for Beginners

WebAssembly enables you to compile other languages to run in browsers. Discover what WebAssembly is (and isn’t), how to use WebAssembly, and how it changes the way you program for the web.

Read more
CHAT