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

Block or report Angstromico

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
Angstromico/README.md
Typing SVG

Hi πŸ‘‹

Typing SVG

A passionate web developer from Venezuela

angstromico


pacman contribution graph

About Angstromico

class FullStackDeveloper {
  name: string;
  role: string;
  location: string;
  expertise: string[];

  constructor() {
    this.name = "Manuel (Angstromico)";
    this.role = "Full Stack Developer";
    this.location = "Carabobo, Venezuela πŸ‡»πŸ‡ͺ";
    this.expertise = [
      "Frontend Development (React, Vue, Next.js)",
      "Backend Development (Node.js, Express, NestJS)",
      "Database Design (PostgreSQL, MongoDB)",
      "API Development & Integration",
      "CI/CD & Cloud Deployment (Docker, AWS, Azure)"
    ];
  }

  async buildApplications(): Promise<void> {
    while (true) {
      await this.designFrontend();
      await this.implementBackend();
      await this.integrateDatabase();
      await this.deploy();
      console.log("πŸš€ Another feature delivered successfully!");
    }
  }

  getPhilosophy(): string {
    return "Code with clarity, scale with purpose, deliver with impact ⚑";
  }

  // Mock methods to simulate workflow
  async designFrontend() { console.log("🎨 Designing UI..."); }
  async implementBackend() { console.log("πŸ› οΈ Implementing server logic..."); }
  async integrateDatabase() { console.log("πŸ—„οΈ Connecting to database..."); }
  async deploy() { console.log("☁️ Deploying to the cloud..."); }
}

const dev = new FullStackDeveloper();
await dev.buildApplications();

  • πŸ”­ I’m currently working on Dev Navigate

  • 🌱 I’m currently learning Python and React native

  • πŸ‘― I’m looking to collaborate on Full stacks projects

  • Brain Emoji Exploring AI to create smarter user experiences

  • 🀝 I’m looking for help with Learning

  • πŸ‘¨β€πŸ’» All of my projects are available at Portfolio

  • πŸ’¬ Ask me about React, Vue, Astro, Laravel, PHP, ...

  • πŸ“« How to reach me manuesteban1990@gmail.com

  • πŸ“„ Know about my experiences on Linkedin

Connect with me:

mail

Languages and Tools:

bash logo css3 logo linux logo javascript logo typescript logo php logo python logo postman logo node logo java logo react logo vue logo nuxt logo express.js logo fastapi logo flutter logo laravel logo aws logo azure logo mongodb logo mysql logo postgresql logo git logo github logo gitlab logo

πŸ“ˆ Activity


trophy

✍️ Quote for the day

Quote of the day


Contribution Graph

github contribution grid snake animation

Let's Connect & Collaborate!

Thanks for visiting my profile!

If you find my work interesting, consider:

  • ⭐ Starring my repositories
  • 🀝 Following me for updates
  • πŸ’¬ Reaching out for collaboration opportunities

Pinned Loading

  1. nuxt-tailwind-i18n nuxt-tailwind-i18n Public

    A Nuxt setup to start future projects on this wonderful framework

    Vue 1

  2. My-CV My-CV Public

    My CV on Astro

    TypeScript 1

  3. my-personal-bash-aliases my-personal-bash-aliases Public

    A repo for my custom aliases and functions on shell

    Shell 1

  4. python-first-steps python-first-steps Public

    This is what I learn on "Harvard CS50’s Introduction to Programming with Python – Full University Course" on freeCodeCamp.org in youtube: https://www.youtube.com/watch?v=nLRL_NcnK-4

    Python 1