Pinned Repositories
buemura
deedni
This app is a job board application inspired in indeed, where companies can post new jobs, and cadidates can apply to the jobs.
deedni-backend
This app is a job board application inspired in indeed, where companies can post new jobs, and cadidates can apply to the jobs.
event-driven-commerce
An ecommerce application built applying concepts of distributed systems, microservices and event-driven architecture
findit-backend-node
The Back-end for Find it application.
health-checker
Health Checker is an application designed to monitor and manage the status of your endpoints. It is divided into three main components: API, CLI, and a Consumer.
license-plate-recognition
Car Plate Recognition app using Python3 and cv2 library
minibank
Mini Bank is a microservices-based application that provides a simple banking system with features such as account creation, balance transfer, and account retrieval. The application is designed using a microservices architecture, where each service is responsible for a specific business function.
rinha-de-backend-2024-q1-go-echo
A simple API built in Golang that simulates banking transactions that support a high load of requests. Built for a coding challenge I participated.
shopping-cart
A simple shopping cart system built with microservices using NestJS
buemura's Repositories
buemura/event-driven-commerce
An ecommerce application built applying concepts of distributed systems, microservices and event-driven architecture
buemura/buemura
buemura/rinha-de-backend-2024-q1-go-echo
A simple API built in Golang that simulates banking transactions that support a high load of requests. Built for a coding challenge I participated.
buemura/rinha-de-backend-2024-q1-nestjs
rinha-de-backend-2024-q1-nestjs
buemura/api-monitoring
This app monitoring registered APIs health, with a customized rate. Also you can get notified when an API is down.
buemura/container-monitor
A simple CLI built in Golang that monitors the running docker containers and its details
buemura/health-checker
Health Checker is an application designed to monitor and manage the status of your endpoints. It is divided into three main components: API, CLI, and a Consumer.
buemura/minibank
Mini Bank is a microservices-based application that provides a simple banking system with features such as account creation, balance transfer, and account retrieval. The application is designed using a microservices architecture, where each service is responsible for a specific business function.
buemura/shopping-cart
A simple shopping cart system built with microservices using NestJS
buemura/coding-challenges
coding-challenges
buemura/examples
aws-local
buemura/findit
Find It FullStack App
buemura/flappy-bird
Flappy Bird built with Java
buemura/go-api-boilerplate
go-api-boilerplate
buemura/godot-brackeys
buemura/learnings
My learnings repository
buemura/my-fin
my-fin
buemura/nestjs-rabbitmq-poc
nestjs-rabbitmq-poc
buemura/nestjs-typesense-poc
nestjs-typesense-poc
buemura/poc-azure-function-timer
nodejs-ftp
buemura/poc-iac-terraform-azure
buemura/preference-center-api
preference-center-api
buemura/rinha-de-backend-2024-q1
Repositório da 2ª edição da Rinha de Backend
buemura/rinha-de-backend-2024-q1-go-echo-mongo
rinha-de-backend-2024-q1-go-echo-mongo
buemura/rinha-de-backend-2024-q1-java-quarkus
buemura/snake-game
Snake Game built with Java
buemura/spring-boot-rabbitmq
buemura/temp-storage
temp-storage
buemura/url-shortener
A simple URL shortener application built with Golang, Postgres, and Redis. This app takes a long URL provided by a user and returns a shortened version. The shortened URLs can be stored and retrieved efficiently using Redis for quick lookups and Postgres for persistence.
buemura/voting-system
This project is a basic voting system where an API handles vote requests and publishes messages to a message broker, and a consumer processes these votes asynchronously and save them to a database.