Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 1.31 KB

README.md

File metadata and controls

31 lines (28 loc) · 1.31 KB

Go Developer

More on boris-on.github.io

visitors

me := Developer{
  Name: "Boris",
  Position: "Student",
  Languages: []string{
    "Go",
    "Python"
  },
  Tools: []string{
    "Docker",
    "PostgreSQL",
    "Kafka",
    "GitHub Actions", 
    "Ansible"
  }
}