Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View filipe-freitas-dev's full-sized avatar
💻
Coding...
💻
Coding...

Block or report filipe-freitas-dev

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 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
filipe-freitas-dev/README.md

👋 Hey! I'm Filipe Freitas

Developer obsessed with performance, security and clean engineering.
I move between fast backends, modern web apps, automations, and low-level experiments whenever curiosity demands it.

I enjoy turning ideas into systems that feel solid, predictable and fast.


⚡ Tech that sparks joy

🦀 Rust

Where I go when I want safety, control and zero-cost abstractions.

🐹 Go

My favorite place for simplicity, concurrency and blazing-fast services.

🐍 Python

The universal multitool — scripts, automation, prototypes… it gets things done.

🌐 JavaScript / TypeScript

The duo powering my web development.
With React and Next.js, I craft interfaces that are modern, minimal and sharp.

⚙️ C / C++ / Java

Where I dive deeper to understand what's happening under the hood.


🚧 What I usually build

  • Fast, well‑structured APIs
  • Networking tools and experiments
  • Secure‑by‑design systems
  • High‑performance Rust and Go backends
  • Projects born from curiosity and exploration

🔥 Highlighted Projects

  • fastnet — encrypted low‑latency networking
  • https_proxy — Rust HTTP/HTTPS proxy with filtering and auth
  • grpcbackdoor — experimental gRPC tooling in Go
  • graphos — Rust experiments (processing, structures, patterns)
  • my_assistant — My LLM assistant for everythig

The pinned repos tell my story better than any description.


🛰️ “Secure Dev” as a philosophy

Not paranoia — just responsibility.
Fast code is good. Fast code that behaves correctly is better.

I focus on:

  • reducing attack surface
  • safe dependency choices
  • clean, predictable architectures
  • testing and validation where it actually matters

🤝 Connect with me

LinkedIn

Pinned Loading

  1. fastnet fastnet Public

    Ultra-low latency encrypted networking

    Rust 1 1

  2. user_register_api user_register_api Public

    A simple system to register user on database developed in Rust 🦀

    Rust

  3. my_assistant my_assistant Public

    Python

  4. https_proxy https_proxy Public

    A HTTP Proxy with content control writed in Rust

    Rust

  5. grpcbackdoor grpcbackdoor Public

    Backdoor created with gRPC

    Go

  6. graphos graphos Public

    Rust