Skip to content
View HeavyBR's full-sized avatar
Block or Report

Block or report HeavyBR

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
HeavyBR/README.md

Matheus – Software Developer

πŸ‘‹ Hello there!

πŸ‘¨β€πŸ’» About Me

Studied Computer Information Systems at Unicamp.

I've been working with Go for 4 years, but I do like to learn new languages, and I do know a lot of languages, both OOP and Functional ones.

🏒 Work

Currently engineering backend solutions at Mercado Libre, focusing on high-throughput applications and maintaining a robust microservices environment.

πŸ“š Books

  • Currently Reading: Writing an Interpreter in Go - You will learn how to build a lexer, a parser and an interpreter, you'll build a Pratt's parser, which is one kind of top-down operator precedence parser.
  • Recommended Read:
    • Designing Data-Intensive Applications - Understand most of the things that you need to know to work nowadays.
    • Database Internals - Understand how database internals works, strategies that storage systems uses, some things about consensus and distributed-systems.
    • Go in Action - Golang reference.
    • 100 Go Mistakes - If you already know some Go, this is the best book that I know.
    • Kubernetes in Action - Is the only Kubernetes book that I've read, so I cannot compare too much, but it worked for me.
  • List for the future:
    • The art of PostgreSQL - I've been working mostly with NoSQL databases, specially KV and Column-Based storages, so I think that I need to take out the Rust on SQL.
    • Understanding Distributed-Systems - Although I've studied a lot about distributed systems, there are a lot of recommendations about this book, so I'll try.

πŸ“¬ Get in Touch

Pinned

  1. simple-redis-server simple-redis-server Public

    πŸ—„οΈ A Redis-compatible server implemented in Go for educational purposes πŸ—„οΈ

    Go 3

  2. simple-docker-go simple-docker-go Public

    🐳 A basic container runtime implementation in Go for education purposes

    Go

  3. burpee burpee Public

    πŸ“š Burpee is a educational interpreted programming language built with a Pratt's Parser πŸ“š

    Go

  4. chikako chikako Public

    🐳 Chikako: An Educational Container Orchestration System in Go πŸš€

    Go

  5. livebook-dev/livebook livebook-dev/livebook Public

    Automate code & data workflows with interactive Elixir notebooks

    Elixir 4.4k 384

  6. go-kafka-example go-kafka-example Public

    Example of a producer and a consumer with confluent-kafka-go lib

    Go