Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 

Repository files navigation

func main() {
	dev := Developer{
		Name:      "Eduardo Tomaz de Sousa",
		Role:      "Software Developer",
		Education: "Computer Science Undergraduate",
		Backend:   []string{"Java", "Golang", "C# (.NET)", "Node.js"},
		Frontend:  []string{"React", "TypeScript", "Next.js", "React Native"},
		Databases: []string{"PostgreSQL", "MariaDB", "MongoDB"},
		Cloud:     []string{"AWS", "Google Cloud", "Azure", "Docker"},
		Concepts:  []string{"Clean Architecture", "Hexagonal Architecture", "Domain-Driven Design (DDD)",
                            "SPAs", "SSRs"},
		Portfolio: "site-tomaz.vercel.app",
		GitHub:    "github.com/toomazs",
	}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors