Skip to content
View smaje99's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report smaje99

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

Information Systems Builder · Full Stack Developer · Computer Engineering Student

I design and build software solutions that connect processes, data and operations to transform real business needs into clear, maintainable and useful digital systems.

My work combines software engineering, process analysis, data handling, backend/frontend development and modular architecture. I focus on building systems that are not only functional, but also understandable, scalable and aligned with real operational contexts.


What I do

I build digital solutions for organizations and projects that need to move from scattered information, manual workflows or disconnected tools into structured software systems.

My main areas of work are:

  • Information systems for operational, administrative and domain-specific needs.
  • Full stack development with modern frontend and backend technologies.
  • Process-oriented software design focused on real workflows based on BPM.
  • Data processing and automation for transforming raw information into usable structures.
  • Modular architectures that make projects easier to maintain and evolve.
  • Technical documentation and educational tools for learning, collaboration and software quality.

Technical focus

const sergio = {
  profile: [
    "Computer Engineering Student",
    "Full Stack Developer",
    "Information Systems Builder"
  ],

  value_proposition: [
    "I connect processes, data and software",
    "I transform real needs into maintainable digital systems",
    "I design solutions with technical structure and business context"
  ],

  main_stack: {
    frontend: ["Next.js", "React", "Astro", "TypeScript", "Tailwind CSS"],
    backend: ["Python", "FastAPI", "SQLAlchemy", "Node.js", "Express"],
    databases: ["PostgreSQL", "MySQL", "MariaDB", "MongoDB", "Redis"],
    testing_quality: ["pytest", "JUnit", "Vitest", "Ruff", "MyPy", "Biome"],
    architecture: [
      "Hexagonal Architecture",
      "Vertical Slicing",
      "Layered Architecture",
      "Ports and Adapters",
      "Modular Monorepos"
    ]
  },

  domains: [
    "Healthcare Information Systems",
    "Data Extraction and Automation",
    "Educational Software",
    "Business Process-Oriented Systems",
    "Technical Knowledge Management"
  ]
};

I have completed competitive programming exercises in beecrowd badge beecrowd.

🔥 My Stats

Pinned Loading

  1. cognark cognark Public

    TypeScript

  2. diploma-in-data-analytics-in-business-management-unir diploma-in-data-analytics-in-business-management-unir Public

    Proyectos del Diplomado en Analítica de Datos en la Gestión Empresarial ofrecido por la UNIR

    Jupyter Notebook

  3. ds-tdd-uniamazonia ds-tdd-uniamazonia Public

    A Java data structures repository for Uniamazonia students, featuring test-driven exercises so you can focus on implementing the logic and validating your solutions with ready-to-run unit tests.

    Java

  4. sorting-comparator sorting-comparator Public

    Animated Java Swing desktop app for comparing sorting algorithms side by side with synchronized controls, custom datasets, live metrics, and post-run stats.

    Java