Skip to content
View medinavs's full-sized avatar
:shipit:
Focusing
:shipit:
Focusing

Highlights

  • Pro

Organizations

@project-comercio

Block or report medinavs

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
medinavs/README.md

Hi there, I'm Murilo!

package MuriloMedina

func GetCurrentWorkPosition() map[string]string {
	return map[string]string{
		"company":  "Nuclea/Code Group",
		"position": "Golang Backend Developer",
	}
}

func GetDegree() string {
	return "Undergraduate student in Systems Analysis and Development / 2024 - 12/2026"
}

func GetDailyKnowledge() []string {
	return []string{
		"GoLang",
		"AWS - Amazon Web Services",
		"Typescript",
		"Kafka",
		"Terraform",
		"Docker",
	}
}

func GetFutureGoal() string {
	return "Contribute to open source, work with international projects and help a lot of people with knowledge"
}

Pinned Loading

  1. projeto-crm-2026/crm-services projeto-crm-2026/crm-services Public

    CRM system developed in Go following Hexagonal Architecture, Options Pattern, and Strategy Pattern.

    Go 1

  2. medinaConsultancy-api medinaConsultancy-api Public

    MedinaConsultancy API is a robust and scalable API built with the Gin framework. It provides consultancy services with support for various HTTP methods (GET, POST, PUT, DELETE, OPTIONS) and include…

    Go 1

  3. screenocr screenocr Public

    Press a hotkey, drag to select a screen region, and the extracted text is instantly in your clipboard. Built for code screenshots - runs entirely offline.

    Go

  4. webinar-front webinar-front Public

    A modern Next.js app for managing webinars, with authentication, filtering, user profiles, and multi-language support.

    TypeScript

  5. webinar-api webinar-api Public

    Webinar API for managing webinars, user registrations, categories, and authentication with Fastify, Prisma, and Better Auth.

    TypeScript

  6. running-platform-api running-platform-api Public

    API for a running events platform with authentication, email notifications, payment gateway integration (with webhooks), RBAC for admins, runners, and organizers, and features for event requests, r…

    TypeScript