Skip to content
View alx-developer's full-sized avatar
🤪
🤪

Block or report alx-developer

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
alx-developer/README.md

Hi there 👀

class Developer {
  name = 'Alejandro Lopez';
  job = 'Grupo Bursátil Mexicano';
  email = '[email protected]';
  position = 'Software Developer';

  work(cup: Cup): void {
    if (cup.isEmpty) {
      throw 'the coffee cup is empty 🥲';
    }
    // execute tasks 💻
  }
}



  • 🔭 I’m currently working on investments
  • 🌱 I’m currently learning React
  • 💬 Ask me about anything related to Javascript/Typescript or Angular
  • 📫 How to reach me: [email protected]
  • ⚡ Fun fact: I ❤️🎧

Passionate Angular Developer 💪


Tech Stack & Tools

Pinned Loading

  1. Topojson of Mexican municipalities a... Topojson of Mexican municipalities and states
    1
    How to create the topojson map:
    2
    
                  
    3
    ```
    4
    curl -o estados.zip https://mapserver.inegi.org.mx/MGN/mge2010v5_0.zip
    5
    curl -o  municipios.zip https://mapserver.inegi.org.mx/MGN/mgm2010v5_0.zip