Skip to content
View rickferrdev's full-sized avatar
Focusing
Focusing

Block or report rickferrdev

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
rickferrdev/README.md

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

Pinned Loading

  1. dotenv dotenv Public

    A lightweight, zero-dependency Go package for loading environment variables from .env and .env.local files into your application.

    Go 2

  2. exuberant-night exuberant-night Public

    Este repositório contém o código-fonte do meu portfólio pessoal, um projeto desenvolvido para demonstrar minhas habilidades em desenvolvimento front-end moderno, consumo de APIs e design de interface.

    TypeScript 1

  3. go-hasher go-hasher Public

    This project is a simple wrapper for the golang.org/x/crypto/bcrypt library. It was developed exclusively for personal study purposes, focusing on abstracting hashing logic and implementing interfa…

    Go 1

  4. happy-2026 happy-2026 Public

    A front-end study project designed to celebrate the New Year transition, blending elegant design, reflection on the past, and aspirations for the future. This project demonstrates the use of modern…

    TypeScript 1

  5. front-sketch-service-email front-sketch-service-email Public

    front-sketch-service-email is a modern, high-conversion newsletter subscription interface built with React and Vite. It features a clean UI, smooth animations, and direct integration with a backend…

    TypeScript 1

  6. sketch-service-email sketch-service-email Public

    sketch-service-email is a microservice developed in Go, focused on asynchronous email processing and delivery.

    Go 1