Skip to content
View XpnsiveSharks's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report XpnsiveSharks

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

Hi, I'm Marynelle

Backend Software Engineer

I build secure, production-grade APIs and systems — from database schema to deployment pipelines.

LinkedIn Portfolio Email


About Me

  • 🔭  Currently building PUHON — a gamified LMS for students in ValNat High with a NestJs backend, NextJs for frontend, Ably (realtime), Firebase (Auth + FCM) and Supabase (PostgreSQL + Storage).
  • 🏆  1st Place, C# .NET Category — CSD Interskills, University of Caloocan City - South Campus (2025)
  • 🎓  BS Computer Science @ University of Caloocan City — Expected 2027
  • 📍  Quezon City, Philippines

Tech Stack

Languages

Python PHP TypeScript JavaScript C# Java C++ C Bash

Frameworks & Tools

FastAPI Spring Boot NestJS Next.js React Android Docker GitHub Actions Git Linux Convex Ably 100ms Cloudflare

Databases & Infrastructure

PostgreSQL MySQL MongoDB Redis Supabase Firebase Prometheus Grafana Firebase Microsoft SQL Server

Featured Projects

Project Description Stack Repo
SmrtVlt Secure vault management system with biometric auth, PIN-based access, real-time WebSocket hardware integration, and embedded C++ firmware Python · FastAPI · PostgreSQL · Redis · C++ View
GearFalcon API Service management platform with RBAC, Quote & Job lifecycle engine, multi-tenant MySQL schema, and full Docker orchestration PHP · MySQL · Docker · JWT View

Architecture & Design Principles I Work By

✦ Clean Architecture                — business logic stays independent of infrastructure
✦ Domain-Driven Design              — model the problem before the solution
✦ SOLID + Repository Pattern        — write code that's testable by design
✦ Security by default               — auth, rate limiting, and audit logging from day one
✦ Observability first               — if you can't measure it, you can't fix it

GitHub Stats

Marynelle's GitHub Stats

Top Languages


Open to backend engineering roles and internship opportunities. Let's connect → aban.marynelle.dev@gmail.com

Pinned Loading

  1. A comprehensive guide to Docker Comp... A comprehensive guide to Docker Compose commands for managing multi-container Docker applications.
    1
    # Docker Compose Commands Reference
    2
    
                  
    3
    A comprehensive guide to Docker Compose commands for managing multi-container Docker applications.
    4
    
                  
    5
    ## Basic Commands
  2. Complete Git version control command... Complete Git version control command reference for developers. Organized by workflow categories including configuration, branching strategies, collaboration, history inspection, and advanced Git operations.
    1
    # Git Commands Reference Guide
    2
    
                  
    3
    ## Table of Contents
    4
    
                  
    5
    1. [Setup and Configuration](#setup-and-configuration)
  3. Complete reference table of all HTTP... Complete reference table of all HTTP response status codes from 1xx to 5xx with descriptions.
    1
    # HTTP Response Status Codes
    2
    
                  
    3
    ## 1xx Informational Responses
    4
    
                  
    5
    | Code | Status Text | Description |
  4. docker-maria-db.md docker-maria-db.md
    1
    ```sql
    2
    -- command for entering mysql in container (must be inside the backend directory)
    3
    docker-compose exec db mysql -u gearfalcon_user -p
    4
    -- you can find the pass in docker-compose.yml under db->environment:
    5
    -- enter password : gearfalcon_pass