Pinned Repositories
api-with-gorm
A REST API in Go using Gin framework and GORM as ORM.
axum-proxy-demo
A proxy demo built it with Axum
blog
This is a repository with the source code of the projects I built for my personal blog.
cli-image-converter
This is CLI tool to convert images with .webp extension to .png, .jpg extension to .png, .webp extension to .jpg and .jpg to .png. This tool was built it with Typer and Pillow
deta_fastapi_demo
This is a demo of a FastAPI app to upload images to Deta Drive.
fastapi_visitor_tracker
A visitor tracker build it with Fastapi, postgres and RabbitMQ
Go_projects
I'm learning Go and here is a folder with all the projects I built
jwt-gin-api
A demo of JWT authentication API using Gin framework.
qrcode-generator
A server to generate QR codes written in Python using Django and its authentication system.
server-linktel-bot
A Telegram bot to share links from web.
carlosm27's Repositories
carlosm27/basic-loadbalancer
A proxy with load balancer using Pingora
carlosm27/carlosm27
Config files for my GitHub profile.
carlosm27/fastapi_visitor_tracker
A visitor tracker build it with Fastapi, postgres and RabbitMQ
carlosm27/InventoryApi
A sample CRUD API using Ktor and Exposed
carlosm27/tls_termination_example
An TLS termination proxyi example using Rama
carlosm27/api-exercise
A CRUD API written in Go using Gin and Gorm
carlosm27/Asteroids
A Space invaders demo built with C++ using Raylib
carlosm27/fastapi-prometheus
A FastAPI demo using Prometheus
carlosm27/fastapi_pulsar_demo
A demo of using FastAPI with Apache Pulsar
carlosm27/goReceiver
A Go server demo that consumes messages from a RabbitMQ queue
carlosm27/hanami-cockroachdb
A demo of a Hanami app using CockroachDB as database
carlosm27/hyperswitch
An open source payments switch written in Rust to make payments fast, reliable and affordable
carlosm27/ktor-demo
A simple Ktor server demo
carlosm27/logs_bot
A telegram bot that send logs of a server
carlosm27/meat_app_django
carlosm27/newsletter
A newsletter that send blog's updates to a telegram bot
carlosm27/paul_project
carlosm27/port-searcher
A port scanner written in Rust
carlosm27/rabbitmq-demo
A demo of a Go server using RabbitMQ as a publisher
carlosm27/rails-visitor-tracker
A visitor tracker using Rails
carlosm27/rateLimiter
A rate limiter written igo using Gin framewrok
carlosm27/reqwest-demo
A program to test endpoints
carlosm27/robyn
Robyn is a fast and extensible async python web server with a rust runtime
carlosm27/robyn-compose
A demo of a Robyn app for the article about how to dockerize a Robyn app with compose
carlosm27/robyn-rate-limiter-demo
A demo of the rate limiter plugin of the Robyn framework
carlosm27/robyn_rabbitmq
A Robyn demo using RabbitMQ
carlosm27/robyn_visitor_tracker
A visitor tracker built with Robyn and React
carlosm27/slog-middleware
A logging middlware for a Go server using slog package
carlosm27/test_service
A test service to send logs to the FastAPI visitor tracker
carlosm27/visitor_tracker
A web visitor tracker application using Fastapi