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

Highlights

  • Pro
Block or Report

Block or report AlejandroBlanco2001

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
  • 👋 Hi, I’m @AlejandroBlanco2001, a Computer Scientist from Universidad del Norte
  • 👀 I’m interested in Web devolopment and IA
  • 🌱 I’m currently learning Frame-Motion, GraphQL, FastAPI and SpringBoot
  • 💞️ I’m looking to collaborate on any open source project
  • 📫 Reach me through [email protected]
const Alejandro = {
  code: [Javascript, Typescript, HTML, CSS, SASS, Java, Python, SQL],
  tools: [React, Express, Node, ChakraUI, SocketIO, Vite, Jest, Pandas, ScikitLearn, MongoDB],
  challenge: "I'm doing a #100DaysOfCode with React and Typescript"
}

Pinned

  1. BookPal-API BookPal-API Public

    API created in NestJS to manage the borrowing of physical material from libraries.

    TypeScript 3

  2. BookPal BookPal Public

    Flutter app aimed at promoting self-service borrowing of physical materials from libraries.

    Dart 2 2

  3. PayFast PayFast Public

    PayFast is a payment gateway software exemplifying a real life case , the final project for Diseño de Software II made with Typescript, NodeJS , Express and React

    SCSS 3 2

  4. AttendanceSystem AttendanceSystem Public

    AttendaceSystem is a software made for taking the attendace of some given class (face-to-face, online, bimodal) taking into account the Zero Paper policy. Made with NodeJS, React and MariaDB

    JavaScript 3

  5. TelegramBot TelegramBot Public

    Telegram bot made for the Discrete Structure in the Universidad del Norte

    Python

  6. Python script to extract from the SI... Python script to extract from the SISBEN status given a list of Cedula numbers (Colombian government ID). Needs an input file in .csv format with the Cedula numbers to run
    1
    import subprocess
    2
    import csv
    3
    from bs4 import BeautifulSoup
    4
    
    
    5
    def fetch_sisben(cedula: str):