Skip to content
View madaghaxx's full-sized avatar

Highlights

  • Pro

Organizations

@01rise

Block or report madaghaxx

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

Madaghaxx

Full-Stack Engineer building production-grade systems — from backend internals to containerized delivery.

About Me

I build real, working software with a strong backend core and practical frontend delivery.
My focus is reliable APIs, clean architecture, and performance-aware systems that hold up under load.
Currently expanding from full-stack development into DevOps, with Linux as my daily environment.

Tech Stack

Backend

Go Rust Java Spring Boot

Frontend

JavaScript Angular

Data

PostgreSQL

Platform & Ops

Docker Linux DevSecOps (Learning)

Current Focus

  • Strengthen DevOps fundamentals while maintaining deep full-stack delivery velocity
  • Harden containerized services with security-first build and runtime practices
  • Improve CI/CD quality gates with automation for testing, scanning, and compliance checks
  • Keep backend systems scalable, observable, and operationally simple

Selected Projects

Go CLI Security

  • Deterministic command-line password generator inspired by Warframe themes
  • Uses HMAC-SHA256 with a secret token for cryptographic strength
  • Always produces the same password for the same input word
  • Base64 output, 22-character passwords with 128-bit entropy
  • Requires a private secret file for secure operation

Java (Spring Boot) Angular PostgreSQL Docker

  • End-to-end blogging platform with robust CRUD for posts and comments
  • Designed for seamless integration between backend APIs and Angular frontend
  • Containerized for reproducible deployments and operational simplicity
  • Demonstrates real-world use of Spring Boot and Angular in a unified, scalable stack

Rust

  • Smart clipboard tool inspired by system-level clipboard history workflows
  • Practical systems programming focused on reliability and low-overhead behavior

Networking Linux

  • Hands-on networking exploration project built to deepen low-level systems understanding
  • Reflects a strong builder mindset around internals, protocols, and performance-aware thinking

JavaScript

  • Lightweight reactive library work with emphasis on simple, functional frontend behavior
  • Shows practical frontend engineering beyond framework-only usage

JavaScript HTML CSS

  • Browser game project demonstrating hands-on implementation from core logic to UI rendering
  • Useful proof of execution discipline and iterative shipping

Expertise Highlights

  • Backend-first architecture for APIs, services, and integration-heavy systems
  • Full-stack implementation from database schema to frontend behavior
  • Performance-aware design choices with pragmatic scalability tradeoffs
  • Container-based development and deployment with Docker
  • Strong Linux workflow and systems-level debugging mindset

Engineering Mindset

I optimize for systems that are correct, observable, and maintainable.
If it works in theory but fails in production, it is not done.

Contact

Pinned Loading

  1. bindjs bindjs Public

    Forked from xySaad/bindjs

    A lightwieght library for reactive websites

    JavaScript

  2. smart-clipboard smart-clipboard Public

    A smart clipboard that works like the Win+v in windows.

    Rust 3

  3. space-invades space-invades Public

    A web based game build with vanilla javascript and html and css.

    JavaScript