Skip to content
View antonioazambuja's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home
  • Brasil, Rio Grande do Sul
  • 12:43 (UTC -03:00)

Block or report antonioazambuja

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
antonioazambuja/README.md

Antonio Azambuja - @ablackout3

Hi there, I'm Antonio Azambuja a Site Reliability Engineer and DevOps Engineer working on a big brazilian company to ensure systems realibilty, resiliency and performance. I'm constructing my own career path ever with begineer's mindset to long life learning.

Interested in working on Kubernetes, API's, containerization, monitoring, distributed systems, CI/CD, Platform Engineer, DevOps, SRE, System Perfomance and AWS.

package main

import "fmt"

// TechSkill - overview about my technologies skills
type TechSkill struct {
	Languages            []string
	Containers           []string
	DevOpsTools          []string
	DevSecOps            []string
	IaC                  []string
	CICD                 []string
	Architecture         []string
	CloudProviders       []string
	Observability        []string
	Logging              []string
	CDN                  []string
}

func main() {
	antonioazambuja := &TechSkill{
		Languages:            []string{"Golang", "Python", "Java", "Shell"},
		Containers:           []string{"Docker", "Kubernetes", "AWS ECS", "AWS EKS"},
		DevSecOps:            []string{"Vault", "Kyverno"},
		IaC:                  []string{"Terraform", "Ansible", "Packer", "Python"},
		CICD:                 []string{"Jenkins", "Github Actions"},
		GitOps                []string{"ArgoCD", "GitlabCI", "Atlantis"},
		Architecture:         []string{"Microservices", "TDD", "Cloud Native"},
		CloudProviders:       []string{"AWS"},
		Observability:        []string{"OTEL", "Prometheus", "Grafana", "ELK Stack", "Dynatrace", "Thanos", "New Relic"},
		Logging:              []string{"ELK Stack", "Splunk"},
		CDN:                  []string{"Verizon", "Cloudflare"},
	}
	fmt.Println(antonioazambuja)
}

Find me around the web ๐ŸŒŽ:

Pinned Loading

  1. LINUXtips-giropops-senhas LINUXtips-giropops-senhas Public

    Forked from badtuxx/giropops-senhas

    PICK LinuxTips project with objective allow practice my abilities in Security Practices, Resource Efficient, Monitoring and Automation.

    CSS 42 11

  2. terraform-aws-eks terraform-aws-eks Public

    In developing... Not use this in production! It's only my study cases and this project not had designed for production environment. Not yet...

    HCL 2 2

  3. my-devops-roadmap my-devops-roadmap Public

    This is repository with my personal roadmap about DevOps.

    Python 2

  4. terraform-aws-vpc terraform-aws-vpc Public

    Terraform module for create VPC resources on AWS

    HCL

  5. aws-eks-demos aws-eks-demos Public

    HCL

  6. Descomplicando_Kubernetes Descomplicando_Kubernetes Public

    JavaScript