Home Projects About Contact

Welcome

Joaquín Aguilar

Software Engineer & Backend Developer

Passionate about building robust and scalable systems with Django, Python, C, and JavaScript. Currently learning Node.js and Flutter.


class Developer {
  constructor() {
    this.name = "Joaquín Aguilar";
    this.role = "Software Engineer";
    this.location = "Chiapas, Mexico";
    this.languages = [
      "Python", "JavaScript", 
      "C", "HTML", "CSS"
    ];
    this.frameworks = [
      "Django", "Node.js", 
      "Flutter", "Bootstrap"
    ];
  }

  sayHello() {
    console.log("Thanks for visiting!");
  }
}

const me = new Developer();
me.sayHello();
                    

About Me

System engineering

Specializing in robust and efficient server architectures, creating scalable systems that drive seamless digital experiences.

Music & Coding

When I'm not solving complex problems, you'll find me coding while listening to music — my perfect productivity combo.

From Mexico

Based in Chiapas, Mexico, bringing a global perspective to software development and collaboration.

Featured Projects

What I'm Learning

Node.js

Expanding my backend skills with JavaScript runtime for building scalable network applications.

Microservices

Exploring patterns for building, deploying, and scaling microservice architectures.

Flutter

Learning Google's UI toolkit for building natively compiled applications for mobile, web, and desktop.

Let's build something amazing together

Interested in working together or have a question?

Get In Touch