18 posts tagged with "python"

How to Develop Django and Postgres Applications with Docker and Okteto CLI 2.0
Doesn’t it bother you that you cannot build your application and see how it looks and behaves in production when developing it? If it does, then you...

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...

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.,...

Automating the deployment of your development environment using Okteto Actions and GitHub Actions.
Nwani Victory works remotely as a software engineer, building scalable and sustainable software. Outside working hours, he doubles as a technical writer,...

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,...

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...

Deploy Pytorch Model with Okteto CLI
In this article, you will be deploying an already built model for the public that generates unique and personalized love letters with no plagiarism to...

Deploying a Django App on Okteto
An RBAS system helps manage users and prevents certain information from being exposed to everyone. It also ensures that the actions users can perform can...

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...

Surprising Results in the 2020 Python Developers Survey
Every year, JetBrains and the Python Software Foundation conduct an online survey better to understand the state of Python's ecosystem. In October 2020,...

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...

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...

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...

Serverless Development with Kubeless and Okteto
I'm a huge fan of serverless programming. I just love the simplicity of writing a small piece of code, running a command, and have it available on demand....

Remote Development Environments with PyCharm, Okteto and Kubernetes
In the past, we've talked about how to develop remotely with VS Code. Today, I'm going to show you how you can use okteto to define and deploy a fully...

How to Develop and Debug Python Applications on Kubernetes
Kubernetes is an open-source project for automating deployment, scaling, and management of containers. It has rapidly become the standard to run production...

How to Develop a Django + Celery app in Kubernetes
Django + Celery is probably the most popular solution to develop websites that require running tasks in the background. Developing a Django + Celery app...

Run Coder in Okteto Cloud
Online IDEs are becoming mainstream due to their ability to provide true one-click development environments, surpass the capabilities of developer machines...