Skip to content
View joaovictorino's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report joaovictorino

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
joaovictorino/README.md

from joao.victorino import me as Me

class About(Me):

    def get_code_knowledge(self):
        return ['Typescript', 'Python', 'Java', '.Net']

    def get_tools_knowledge(self):
        return ['Docker', 'k8s', 'Terraform', 'Ansible']

    def get_interests(self):
        return ['Cloud', 'DevOps', 'Software Architecture', 'Software Engineering']

    def get_current_work(self):
        return {
            'company': 'Prodam',
            'position': 'Solution Architect'
        }

Pinned

  1. cleanarch-automated-tests cleanarch-automated-tests Public

    Simple Java API application implementing Clean Architecture concepts

    Java 10 4

  2. terraform-aks-microservices terraform-aks-microservices Public

    Spring PetClinic Microservices Architecture using Kubernetes features instead of Spring Cloud, also demonstrating how to use Terraform, Azure, Istio and IaC concepts.

    Less 3 1

  3. microservices-election microservices-election Public

    A simple election application for educational purposes, using microservices architecture and Azure. Each branch has a version of the application, demonstrating cloud concepts and evolutive approach.

    C# 2

  4. terraform-azure-ansible-roles-spring terraform-azure-ansible-roles-spring Public

    Spring PetClinic application hosted on Azure IaaS, using Terraform and Ansible.

    HCL 2

  5. api-rpc-rabbitmq-nodejs api-rpc-rabbitmq-nodejs Public

    Sample application using NodeJs and RabbitMQ, demonstrating how to implement RPC pattern.

    Dockerfile

  6. chaos-toolkit-bank-tests chaos-toolkit-bank-tests Public

    Chaos engineering demonstration using Chaos Toolkit and Kubernetes plugin. This projects depends on https://github.com/joaovictorino/terraform-aks-spring

    Dockerfile