Skip to content
View Angel-del-dev's full-sized avatar
πŸ“–
Always learning
πŸ“–
Always learning

Block or report Angel-del-dev

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
Angel-del-dev/README.md

πŸ‘‹ Hi, I'm Γ€ngel

I'm a backend-focused developer with ~5 years of professional experience, currently transitioning from fullstack development into backend specialization.

I enjoy understanding how things work under the hood β€” which is why many of my projects involve building systems from scratch.


πŸš€ Flagship Projects

These projects represent my current focus on backend engineering, system design, and scalable architectures:

πŸ“¦ Filenest V2

A self-hosted file storage API inspired by S3.

  • Built with Go + Fiber
  • Focused on scalability and clean architecture
  • Designed as a backend service for file management
  • Multi tenant

A centralized API for managing push notifications for PWAs.

  • Built with Go + Fiber
  • Handles notification distribution across clients
  • Designed to decouple notification logic from applications
  • Multi tenant

βš™οΈ Async AI System (Distributed Pack)

A distributed system designed to process AI prompts asynchronously:

These services are designed to work together and depend on each other.


πŸš€ Current Focus

  • Transitioning into Backend Engineering
  • Building systems with Go (Golang)
  • Learning modern backend architectures
  • Standardizing on PostgreSQL

🧠 Tech Stack

πŸ’Ό Professional Experience

  • PHP (Vanilla)
  • JavaScript (Vanilla)
  • Delphi 12 (Windows native applications)
  • FirebirdSQL
  • Node.js (API integrations with external AI services)

πŸ›  Personal Projects

  • Go (Fiber, exploring Echo soon)
  • PostgreSQL (current standard)
  • MySQL (used in past projects)
  • Python (scripting & automation)

🧩 Other Projects & Learning Journey

βš™οΈ PHP Framework Evolution

These projects represent iterations of the same idea over time, showing my growth as a developer:


πŸ•· Web Crawlers


πŸ–₯ Other Work

  • Achilles -> A Delphi 12 project built to deepen my understanding of the technology I use professionally.

🌱 Why Go?

After years working mainly with PHP, I decided to transition to Go because:

  • I want to focus on backend architecture and system design
  • I need a language that doesn't get in the way
  • I want to prioritize concepts over language complexity

I considered other alternatives, but most of them would shift focus away from backend engineering itself.


πŸ—„ Databases

  • MySQL -> earlier personal projects
  • PostgreSQL -> current and future projects
  • FirebirdSQL -> professional use

🌍 Open Source Contributions

I'm actively looking to contribute more to open source projects β€” with a strong focus on documentation, developer experience, and clarity.

I enjoy turning complex systems into clear, structured, and usable documentation.

πŸ‘‰ If your project needs better docs, onboarding guides, or developer-focused explanations, feel free to reach out.


πŸ“ˆ What Drives Me

I don’t just build projects β€” I iterate on ideas over time.

Many of my repositories represent evolution, not isolated work.


πŸ“« Contact


⚑ Fun Fact

I genuinely enjoy writing documentation.

Understanding a system is one thing β€” explaining it clearly so others can use it effectively is a completely different challenge, and I find that process especially rewarding.

That’s why, in open source, I often prefer contributing through documentation and developer experience improvements.


Pinned Loading

  1. Filenest-V2 Filenest-V2 Public

    Self hosted, S3 inspired file storage API

    Go

  2. Push-Notification-API Push-Notification-API Public

    Centralized PWA push notification logic API

    Go

  3. Async-AI-Prompt-Queue Async-AI-Prompt-Queue Public

    Async AI prompt processing API

    Go

  4. Async-AI-Prompt-Local-Worker Async-AI-Prompt-Local-Worker Public

    Async AI prompt processing worker

    Python