Skip to content
View AlfredoSoto1's full-sized avatar

Block or report AlfredoSoto1

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

Alfredo D. Soto Vélez

Computer Engineering Student | Systems and Backend Engineer

LinkedIn


Profile

Computer Engineering student focused on building scalable, high-performance systems.
Strong background in backend engineering, systems programming, and architecture design with emphasis on performance, reliability, and clean abstractions.

Core interests include system design, distributed systems, low-level programming, and infrastructure.


Technical Skills

Programming Languages

Languages

Backend and Systems

Backend

  • REST API design and development
  • Event-driven architectures
  • Authentication and authorization (JWT, session-based systems)
  • Compiler and parser development

Databases and Storage

Databases

  • Relational modeling and query optimization

Cloud and Infrastructure

Cloud

  • AWS (S3 and core cloud services)
  • Containerized environments and service orchestration
  • Linux-based systems

Web Technologies

Web

Desktop Experience

Desktop

  • OpenGL and Vulkan abstractions for custom game engine
  • Desktop applications with Electron
  • Fun small games with existing game engines (unity, unreal)

Embedded and Low-Level Systems

Embedded

  • Embedded development (ESP32, Raspberry Pi Pico, MSP430, microcontrollers)
  • Systems programming and memory management
  • Hardware-software interaction

Tools and Development Environment

Tools

Core Competencies

  • System design and scalable architecture
  • Performance optimization and resource management
  • Backend engineering and API design
  • Low-level and systems programming
  • Event-driven and asynchronous systems
  • Software modularity and maintainability

Selected Projects

Custom C++ Game Engine (Vulkan)

Designed and implemented a modular rendering engine with a Vulkan backend.
Developed abstractions for device management, swapchain handling, and rendering pipelines, with focus on performance and extensibility.

Compiler and Parser Implementation

Built a bottom-up parser with manually defined action and goto tables.
Implemented grammar reduction logic and structured error handling comparable to modern compilers.

Full-Stack Web Platform (Next.js + .NET Core)

Developed a scalable web application with a modular backend and relational database integration.
Implemented authentication, authorization, and service-based data handling with focus on maintainability and extensibility.

Signal Analysis and Machine Learning (ECG/BVP)

Analyzed physiological signals and explored machine learning approaches for classification tasks.
Focused on preprocessing, segmentation, and feature extraction pipelines.


GitHub Statistics

GitHub Stats

Top Languages


Contact

LinkedIn: https://www.linkedin.com/in/alfredo-d-soto-velez/

Alfredo Soto

Pinned Loading

  1. BotOrientador BotOrientador Public

    Discord bot that provides information for new Electrical, Computer, Software and Computer Science engineering students for the Universiy of Puerto Rico, Mayaguez.

    Java 2 1

  2. CIIC4060-ICOM5016-SPRING-2024/hotel-analytical-system-code-crusaders CIIC4060-ICOM5016-SPRING-2024/hotel-analytical-system-code-crusaders Public

    hotel-analytical-system-code-crusaders created by GitHub Classroom

    Python

  3. uprm-inso4101-2023-2024-S1/semester-project-fitquest-gameified-fitness-application uprm-inso4101-2023-2024-S1/semester-project-fitquest-gameified-fitness-application Public

    FitQuest

    TypeScript 8

  4. Spooky-Quest-Game-Project Spooky-Quest-Game-Project Public

    This is a simple 2D game that intents for the player to defeat harder bosses each level it progresses

    C++

  5. Bloom-Filter-Python Bloom-Filter-Python Public

    This is an implementation of a bloom fiilter in python developed for a project in Advanced design of Algorithms class

    Python

  6. Needleman-Wunsch-algorithm Needleman-Wunsch-algorithm Public

    Custom implementation of the Needleman-Wunsch algorithm using dynamic programming to analize biological sequence alignments

    Python