8000 alx-developer (Alejandro L) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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 = 'program.alopez@gmail.com';
  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: program.alopez@gmail.com
  • ⚡ 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 http://mapserver.inegi.org.mx/MGN/mge2010v5_0.zip
    5
    curl -o  municipios.zip ht
    3039
    tp://mapserver.inegi.org.mx/MGN/mgm2010v5_0.zip
0