Skip to content
View Oiertxo's full-sized avatar

Block or report Oiertxo

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

Pinned Loading

  1. cf_ai_dungeon_master cf_ai_dungeon_master Public

    This is a project for Cloudflare's Summer 2026 internship.

    TypeScript

  2. agentic-security-orchestrator agentic-security-orchestrator Public

    Autonomous multi-agent framework for cybersecurity auditing. Orchestrating specialized agents via LangGraph and local LLMs for intelligent, context-aware vulnerability discovery. One of my Master's…

    Python 1

  3. P2PMsg P2PMsg Public

    A censorship-resistant, serverless P2P mesh messenger. Built with Rust (libp2p) and Flutter, featuring DHT discovery, NAT traversal, and E2E encryption.

    Dart 1

  4. aws-microservices-rfp aws-microservices-rfp Public

    Cloud-Native Microservices Architecture on AWS. A scalable voting system implementing IaC (Terraform), FinOps (Infracost), CI/CD, and API Gateway patterns (Kong).

    C#

  5. spark-distributed-benchmarking spark-distributed-benchmarking Public

    Scalability benchmarking of Distributed Linear Regression algorithms. Comparing MapReduce (RDDs), Spark SQL, and MLlib vs. Local execution to analyze Speed-up, Size-up, and Scale-up metrics.

    Jupyter Notebook

  6. custom-compiler-c custom-compiler-c Public

    A compiler built in C using Flex & Bison. Performs lexical/syntax analysis and generates Intermediate Code (Three-Address Code/Quadruples) using Backpatching logic.

    Yacc