Tech Talks

Jumping Into Django Models — step-by-step Python tutorial on Progressive Robot

Jumping Into Django Models

Create simple and clean Django Models — learn how to use magic methods, add your own methods, create relationships between Models, and perform queries and aggregations against your Models.

Read more
Creating a Laravel API — step-by-step DevOps tutorial on Progressive Robot

Creating a Laravel API

APIs make the web go round. Let’s create one from scratch using the popular PHP framework, Laravel. See the main tools required to create Laravel projects and the fastest, most efficient way to create a Laravel API.

Read more
Building Your First Slackbot With Python — step-by-step Python tutorial on Progressive Robot

Building Your First Slackbot With Python

Want to make a Slackbot to automate all the things? Slack’s amazing Python libraries can help get your bot up and running. See what a Slackbot is, how to configure it in the Slack developer portal, build your first Python Slackbot, and deploy it to production using an app platform.

Read more
Effective Kubernetes Onboarding — step-by-step Kubernetes tutorial on Progressive Robot

Effective Kubernetes Onboarding

Strategies for onboarding developers to Kubernetes — learn how to situate Kubernetes in a larger arc of application development and integrate it into an existing development workflow.

Read more
CHAT