Skip to content
View 874anthony's full-sized avatar
💭
Waiting to start working!
💭
Waiting to start working!
  • Colombia

Highlights

  • Pro

Block or report 874anthony

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 250 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
874anthony/README.md

Hi, I'm Anthony 👋 🧑‍💻

linkedin-portrait

const aboutMe = {
   pronouns: "he" | "him",
   code: [Javascript, Typescript, HTML, CSS, PHP, NestJS],
   technologies: {
      frontEnd: {
         js: ["Angular", "Ionic"],
         css: ["Materialize", "SCSS", "Bootstrap", "Material Design"]
      },
      backEnd: {
         js: ["Node", "Express", NestJS],
         tools: ["Bash", "Docker", "Docker-swarm", "GitHub", "Sockets", "Jest"],
      },
      databases: ["MongoDB", "mySQL", "SQLServer", "PostgreSQL", "SQLlite"],
      mobile: ["Android", "IOS"]
   },
   currentOccupation: ["Working on proyects everyday, open for new job opportunities"],
   challenge: "On my way to become a senior developer in every aspect.",
};

Feel free to contact me 🗺️:

🛠 Technologies and tools

JavaScript logo   Node.js logo   TypeScript logo   HTML5 logo   CSS3 logo   Redux logo   ESLint logo   git logo   Visual Studio Code logo   MongoDB logo   Express.js logo   Jest logo

📖 What I am currently learning / improving on

Firebase logo   Sass logo   Flutter logo

👾 What I am interested in learning at some point

GraphQL logo   Tailwind CSS logo   Next.js logo  

Let's do it together!

Pinned Loading

  1. encoding-autopwn encoding-autopwn Public

    Script for autopwn and getting a root shell in the Encoding HTB Machine.

    Python 4

  2. basic-flask-cookie-generator basic-flask-cookie-generator Public

    Basic script for generating flask cookies without knowing the secret

    Python 3

  3. Basic temperature converter Basic temperature converter
    1
    global _start
    2
    
                  
    3
    section .bss
    4
    inputBuffer resb 10
    5
    outputBuffer resb 20        ; buffer for result string
  4. basic-gdb-pythondebug basic-gdb-pythondebug Public

    This is a basic script just to understand how to use GDB within a Python Script.

    Python 1

  5. btcAnalyzer btcAnalyzer Public

    Bash scripting practice - Lab.

    Shell 1

  6. CVE-2024-42327_Zabbix_SQLi CVE-2024-42327_Zabbix_SQLi Public

    This is for educational porpuses only. Please do not use agains unathorized systems.

    Python