Skip to content
View Kofrantz's full-sized avatar

Block or report Kofrantz

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
Kofrantz/README.md

Hi there, I'm Franco Ariel Alfano ๐Ÿ‘‹

Backend Software Engineer | Go & Python | Microservices & Real-Time Systems

I am a Backend-focused Software Engineer based in Cรณrdoba, Argentina, with production experience building scalable, distributed systems. I specialize in designing robust architectures, from high-performance microservices to ultra-low latency real-time communication bridges.

I thrive on solving complex technical challenges, optimizing performance, and building reusable infrastructure.

๐Ÿ› ๏ธ Tech Stack & Skills

  • Languages: Go (Golang), Python, Node.js / TypeScript
  • Architecture: Microservices, gRPC, Protocol Buffers, REST APIs, Multi-tenant Systems
  • Infrastructure & DBs: Docker, Linux (VPS), PostgreSQL, MySQL, MongoDB
  • Real-Time & Networking: WebRTC, WebSockets, Server-Sent Events (SSE)

๐Ÿš€ Featured Projects

๐Ÿ” Be Digital Auth (Golang / gRPC / Docker)

A reusable, high-performance authentication microservice designed for multi-client SaaS architectures.

  • Dual Interface: Exposes both REST (for frontend) and gRPC (for internal service-to-service communication).
  • Advanced Auth Flow: Implements a layered security model with Client Tokens, User Access Tokens (JWT), Refresh Token rotation, and OAuth2 (Google/Facebook).
  • Stateless & Scalable: Fully containerized and stateless validation, acting as a centralized gateway for distributed backend systems.

๐ŸŽฎ Mobile Gamepad Bridge (Python / WebRTC)

Stream physical Bluetooth gamepad inputs from your smartphone to your PC with ultra-low latency, emulating a native Xbox controller.

  • Zero-Latency Feel (5-10ms): Leverages WebRTC Data Channels for UDP-like P2P connection, bypassing standard HTTP overhead.
  • Bit-Packed Payloads: Controller state is optimized into a minimal binary struct (<dH4b2B) via bitwise XOR operations to maximize network efficiency.
  • OS-Level Emulation: Integrates with vgamepad to create a virtual, native Xbox 360 controller on the host machine.

๐Ÿ’ผ Professional Experience Highlights

Previously, I spent 2+ years as a Software Engineer at a tech startup, where I developed the backend for a production IoT access-control platform. My day-to-day involved writing microservices in Go with gRPC, building JWT/Role-based authorization systems, handling real-time updates via SSE, and managing Dockerized deployments.


๐Ÿ“ซ Let's Connect!

I am currently open to new remote opportunities worldwide. Let's build something great together.

Pinned Loading

  1. mobile-gamepad-bridge mobile-gamepad-bridge Public

    High-performance bridge that emulates an Xbox 360 controller via smartphone inputs. Built with Python, WebRTC Data Channels (5-10ms latency), and WebSockets.

    TypeScript

  2. be-digital-auth be-digital-auth Public

    Be Digital Auth is an authentication microservice for the exclusive use of Be Digital projects.

    Go