Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Banner

Hey! I'm Henrick 👋

Always looking for new experiences and challenges!

tabnews linkedin


Backend developer with experience in API architecture and system integrations. Focused on robust software engineering, security, testing, documentation, and standardization. Dedicated to continuous learning, critical requirements analysis, and multidisciplinary collaboration.

type Languages string
type Tools string
type Architecture string

type Rickferr struct {
	Name         string
	Age          uint
	Code         []Languages
	Tools        []Tools
	Architecture []Architecture
}

rickferr := Rickferr{
	Name:  "Henrick Ferreira Saraiva",
	Age:   18,
	Code:  []Languages{"JS/TS", "golang", "rust", "python"},
	Tools: []Tools{"prettier", "eslint", "biome"},
	Architecture: []Architecture{
		"RESTful APIs",
		"Clean Architecture",
		"Microservices",
		"Event-Driven Architecture",
		"Hexagonal Architecture",
	},
}

// This will cause a "panic: runtime error: index out of range [4] with length 4"
favoriteLanguage := rickferr.Code[len(rickferr.Code)]
fmt.Println("My favorite language is:", favoriteLanguage)
fmt.Printf("%+v\n", rickferr)

🛠️ Skills

Backend

Node.js TypeScript JavaScript Rust Python Go

Frontend

HTML5 CSS3 React

Database

SQLite PostgreSQL MongoDB

Hosting

Azure Vercel Cloudflare


I'm currently studying System Analysis and Development. My goal is to explore different areas of technology to become a well-rounded developer.

I occasionally share tech-related ideas and articles on LinkedIn and Dev.to.

Feel free to reach out to me through my website or e-mail for work-related discussions.

I'm currently looking for my first professional opportunity in the programming field! 🖤


~ rickferr.dev@gmail.com

Releases

Packages

Contributors