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

Block or report francodevarg

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

Hi 👋

✨ About Me

I’m a Full Stack Developer with 5+ years of experience working on enterprise and production-grade applications.

I’ve spent most of my career dealing with:

  • systems that evolve over time (not throwaway projects),
  • codebases with real constraints,
  • and domains where mistakes are expensive (payments, data integrity, business rules).

🚀 Side Projects

🧠 Preguntario

👉 https://preguntario.vercel.app/

A small free web app for creating and answering questions.

Focused on:

  • simplicity over features
  • clarity in both UX and code
  • learning and sharing in public
  • gamifying topics through quizzes

🛠️ Languages & Tools

Main stack

  • JavaScript / TypeScript
  • PHP (Laravel)
  • Node.js
  • Vue / React
  • Python (Flask & Django)

Backend & infrastructure

  • PostgreSQL, MySQL, MongoDB
  • Docker, Nginx
  • REST & GraphQL
  • Authentication, authorization, background jobs

Quality & tooling

  • Git
  • Testing (unit, integration, e2e)
  • CI-friendly workflows
  • Linux-based environments

Tools change. Mental models don’t.

Pinned Loading

  1. MVC-para-PHP MVC-para-PHP Public

    Para empezar a trabajar con MVC , esta estructura contiene una implementación base lista para: crear entidades del modelo, escribir métodos para el controlador, y lanzar datos a las vistas. El proy…

    PHP

  2. clean-code-javascript clean-code-javascript Public

    Forked from ryanmcdermott/clean-code-javascript

    🛁 Clean Code concepts adapted for JavaScript

    JavaScript