Live Workshop: How to Measure ROI of Developer Experience
Register now!

19 posts by Abdulazeez Abdulazeez Adeshina

Developing a Rasa chatbot in Okteto

Rasa is a Python framework for training and building an AI-powered chatbot integrated into various platforms. Training and building AI-powered applications...

January 14, 2022
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina

Developing and Deploying a Helm Chart Application in Okteto

Deploying applications in Kubernetes can be complicated. Even the simplest application could require creating a series of interdependent components (e.g.,...

January 11, 2022
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina

Building a FastAPI Application with Okteto - Part 4 - Preview Environments

Welcome back to our video series - Building a FastAPI Application with Okteto. This is Part 4: Preview Environments. In this video, you’ll learn how to...

November 05, 2021
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina

Building a FastAPI Application with Okteto - Part 3 - Database

Welcome back to our video series - Building a FastAPI Application with Okteto. This is Part 3: Database. In this video, you’ll learn how to add HTTP routes...

October 27, 2021
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina

Building a FastAPI Application with Okteto - Part 1 - Getting Started

Welcome back to our video series - Building a FastAPI Application with Okteto. This is Part 1: Getting Started. In this video, we'll be setting up our...

October 13, 2021
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina

Introducing the FastAPI and Okteto Video Series

We have a new series beginning on our YouTube channel where you'll learn how to create a FastAPI app using Okteto remote development environments. Check...

October 08, 2021
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina

How to Create and Use Secrets in Okteto - Video Walkthrough

In this latest video walkthrough, you’ll learn all about how to create and use secrets in Okteto. What are secrets? When you’re developing an application...

September 17, 2021
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina

How to Create and Use Data Clones in Okteto

Check out our latest video tutorial on how to create and use data clones in Okteto. In this video you'll learn what data clones are and how they work,...

September 08, 2021
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina

Configuring Preview Environments in Okteto - Video Walkthrough

In this latest video walkthrough, you’ll learn all about preview environments and how to configure them in Okteto. Why preview environments Developers...

August 18, 2021
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina

How to Connect Your Pycharm Interpreter to Okteto

Our main goal at Okteto is to make developing cloud native applications easier for developers. In today's video, we'll walk you through how to connect...

August 11, 2021
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina

Developing Applications using Okteto's Development Environment

In our latest video walkthrough, you’ll learn how to set up a development environment using Okteto. Next, you'll learn what a cloud native development...

August 02, 2021
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina

How to Create a Development Environment with Realistic Data in Okteto

Data cloning is the process of creating an independent identical copy of an application's database. Data clones come in handy during the development stage...

July 14, 2021
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina

Deploying Preview Environments for Docker Compose Applications using Okteto and GitHub

A preview environment is an isolated development environment created during a development process to enable you keep track of the changes made to your...

June 09, 2021
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina

How to Develop Docker Compose Applications Remotely with Okteto Cloud

Local development with docker-compose has proved to be easy as applications are easily spun off with one command irrespective of the operating system....

June 02, 2021
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina

A Step-by-step Guide on Deploying Your Docker Compose Application to Okteto

Naturally, applications deployed to Kubernetes are containerized and mostly built as docker images. A docker-compose manifest is a configuration manifest...

May 19, 2021
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina

Using GitHub Actions and Okteto Cloud to Preview your Changes

Preview environments serve an important role when performing code reviews for an incoming change or addition to an application's codebase. It is a fantastic...

March 18, 2021
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina

Adding A Database to Your Application Using Okteto Stacks

Temporary in-app databases are not ideal for web applications. Any unfortunate event such as an abrupt shutdown or restarting of the application will lead...

February 18, 2021
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina

Deploying An Existing Application Using Okteto Cloud

Fast deployment of applications is an attribute Okteto boasts of. The deployment of applications from the Okteto dashboard is easy and fast as it requires...

January 27, 2021
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina

Building a FastAPI Application and Deploying it with Okteto Stacks

In this tutorial, you'll learn how to develop a CRUD API with FastAPI and deploy the application to Okteto Cloud. You'll start by building the code of...

January 11, 2021
Avatar of Abdulazeez Abdulazeez AdeshinaAvatar of Abdulazeez Abdulazeez AdeshinaAbdulazeez Abdulazeez Adeshina