Skip to content
View benorbiato's full-sized avatar
🟢
🟢

Highlights

  • Pro

Block or report benorbiato

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
benorbiato/README.md
const benorbiato = {
  about: "Software Engineer passionate about building robust systems, data solutions, and AI applications",
  skills: {
    languages: ["JavaScript", "TypeScript", "Python"],
    frontend: {
      frameworks: ["React", "Next.js"],
      stateManagement: ["Redux", "Context API"],
      styling: ["CSS", "Styled Components", "Tailwind"]
    },
    backend: {
      frameworks: ["Node.js", "Express", "NestJS", "Flask"],
      databases: ["PostgreSQL", "MongoDB"],
      devOps: ["Docker", "AWS", "CI/CD"]
    },
    dataEngineering: ["ETL Pipelines", "Apache Airflow", "Pandas", "PySpark"],
    dataScience: ["Machine Learning", "Statistical Analysis", "Data Visualization"],
    computerVision: ["OpenCV", "TensorFlow/Keras", "YOLO", "Image Processing"]
  },
  contact: {
    email: "[email protected]",
    linkedIn: "linkedin.com/in/beatriznorbiato/"
  }
}

Pinned Loading

  1. hand-gesture-tracking hand-gesture-tracking Public

    A Python-powered computer vision system that enables touchless interaction with your digital environment — providing intuitive gesture-based control for applications, virtual typing, and digital dr…

    Python

  2. soscancer soscancer Public

    A comprehensive support platform for cancer patients, volunteers, and supporters. Built with modern web technologies including React, NestJS, and TypeScript. Features user management, event schedul…

    TypeScript 1 1

  3. dictionary-search dictionary-search Public

    A Python project demonstrating data structures, concurrency, and API design for searching words efficiently.

    Python

  4. password-generate password-generate Public

    A Flask-based password generator showcasing Clean Architecture, SOLID principles, and modern web development — featuring customizable password generation, strength analysis, and a minimalist dark UI.

    Python 2