Kubernetes Cheatshet
Basic commands This is a list of the basic command operations you are able to do with Kubernetes. kubectl get pods - List all pods in the current namespace kubectl get pods -n <namespace&...
Basic commands This is a list of the basic command operations you are able to do with Kubernetes. kubectl get pods - List all pods in the current namespace kubectl get pods -n <namespace&...
I’ve been away for a while, for college and work reasons, but now i’m back and i’m going to try to be more persistent on this. I’ve been learning a lot of new things and i want to share them with y...
CNN Arquitecture Typical CNN It’s made of two stages: Stage 1: It is a series of convolutions followed by pooling layers (feature transformer). Stage 2: This one is made of dense layers. The...
Introducción Imagen: como concepto básico haciendo referencia a la virtualizacion de sistemas, se puede entender como el sistema operativo o distribución que se utilizara. Solo que nos permite i...
Project To create a blank new project: django-admin startproject mysite To apply changes of a database: python manage.py migrate To start the dev server: python manage.py runserver If you want...
Why create a new Chat App? My only goal is to learn about handling users and communications between them. I think there’s no point for me to make business with it knowing all the competitors in thi...
Virtualization is basically, creating virtualized resources and mapping them to physical resources and it can be done by specific hardware functionality or software functionality. This can be used,...
First commit, so original... This is going to be a blog which i’ll use to talk about the new things that i’m learning or some theme i find interesting. I’m not going to be very persistent on this ...