mpedroni
Golang Software Engineer; Computer Engineering student from the University of Vale do Itajaí (UNIVALI).
@RocketseatBrazil
Pinned Repositories
8-puzzle
8 Puzzle game solver using the A* pathfinder algorithm and graph theory
advent-of-code-2022
Solved puzzles of Advent of Code 2022
aprenda-tech
Aprenda+.tech é uma implementação simples de uma plataforma de cursos online
byte-bookstore
A REST API for an online bookstore, developed for study purposes
color-code-parser
Implementation of an color code parser using TypeScript and Test-Driven Development (TDD)
design-patterns
Exercises from the CodeWithMosh's Design Patterns course
run-the-bank
Implementation of a simple banking system to study the Spring Boot framework
starthub
Aplicação desenvolvida para o Megahack 5.0 da Shawee (Desafio InovAtiva)
working-with-streams
Simples proofs of concept using Java Streams
xunit-java
A simple testing framework, inspired by the xUnit framework family, for Java
mpedroni's Repositories
mpedroni/color-code-parser
Implementation of an color code parser using TypeScript and Test-Driven Development (TDD)
mpedroni/design-patterns
Exercises from the CodeWithMosh's Design Patterns course
mpedroni/run-the-bank
Implementation of a simple banking system to study the Spring Boot framework
mpedroni/working-with-streams
Simples proofs of concept using Java Streams
mpedroni/8-puzzle
8 Puzzle game solver using the A* pathfinder algorithm and graph theory
mpedroni/advent-of-code-2022
Solved puzzles of Advent of Code 2022
mpedroni/aprenda-tech
Aprenda+.tech é uma implementação simples de uma plataforma de cursos online
mpedroni/byte-bookstore
A REST API for an online bookstore, developed for study purposes
mpedroni/dotfiles
My personal dotfiles. Powered by chezmoi
mpedroni/spring-todo-api
To-do list API implementation using Java 17 & Spring Boot 3.0
mpedroni/xunit-java
A simple testing framework, inspired by the xUnit framework family, for Java
mpedroni/advent-of-code-2023
mpedroni/coinmaster
An intuitive web application designed to streamline personal finance management
mpedroni/kickstart.nvim
A launch point for your personal nvim configuration
mpedroni/learning-go
Learning the Go programming language
mpedroni/mastering-go-4th
Source code for Mastering Go, 4th edition.
mpedroni/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
mpedroni/mpedroni
mpedroni/nodejs-proxy
Simple proxy server implemented with Node.js
mpedroni/omakub
Opinionated Ubuntu Setup
mpedroni/pararell-programming-pthread-openmp
mpedroni/pert-cpm-generator
Terminal-based PERT/CPM diagram generator using graph theory
mpedroni/poker-odds
A calculator of poker hand odds. Implemented using TDD for studies-purposes
mpedroni/remme
A simple reminder application
mpedroni/rocketseat-backend-challenge
mpedroni/scheduler
mpedroni/solid-nodejs
API implementation using the SOLID principles
mpedroni/spring-boot-jwt-auth
Autenticação via token JWT com Spring Security e Java
mpedroni/sudoku
Implementation of a Sudoku solver using a heuristic for coloring graph
mpedroni/xunit-python
A simple testing framework, inspired by the xUnit framework family, for Python