Skip to content
View AlvaroDonoso05's full-sized avatar
:dependabot:
Debugging the undebuggable.
:dependabot:
Debugging the undebuggable.

Block or report AlvaroDonoso05

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
AlvaroDonoso05/README.md

Hi there! I'm Alvaro Donoso πŸ‘‹

Welcome to my GitHub profile! I'm a passionate Full Stack Developer from Spain πŸ‡ͺπŸ‡Έ.
I specialize in creating Discord Bots, APIs, web pages, and full-stack applications. πŸš€


πŸ› οΈ A little more about me...

public class Developer {
    private String name;
    private List<String> code;
    private List<String> tools;
    private String about;

    // Constructor
    public Developer() {
        this.name = "Alvaro Donoso";
        this.code = Arrays.asList("Java", "Kotlin", "Python", "HTML", "CSS", "Javascript");
        this.tools = Arrays.asList("Node", "Express", "Docker", "React", "Discord.js");
        this.about = "Debugging the undebuggable is my specialty!";
    }
}
  • πŸ”­ I’m currently working on Discord Bots to bring some spark to the community.
  • 🌱 I’m learning advanced backend development with Node.js and exploring Docker.
  • πŸ’¬ Ask me about anything! I'm happy to help with Java, JavaScript, and bot development.
  • ⚑ Fun fact: Debugging is like being the detective in a crime movie where you're also the murderer. πŸ•΅οΈβ€β™‚οΈπŸ’»

🌐 Technologies & Tools

  • Languages: Java, Kotlin, Python, HTML, CSS, JavaScript
  • Frameworks & Tools: Node.js, Express, Docker, React, Discord.js
  • Development Areas: APIs, Discord Bots, Web Development, Full-Stack Solutions

πŸ“ˆ GitHub Stats


πŸ“« Contact Me

Feel free to reach out to me via email!
Email: alvarodonoso@proton.me


πŸŽ‰ Fun GIFs!

Keep coding and have fun! πŸš€

Pinned Loading

  1. DashboardTheme DashboardTheme Public

    A Dashboard Theme that I made for the Hosting BellaHost

    HTML

  2. Discord-Bot-Template Discord-Bot-Template Public template

    A Discord Bot Template to start adding custom commands and start making a Discord Bot for your server Easily.

    JavaScript

  3. Notchtify Notchtify Public

    A simple local music player with express server

    CSS