Skip to content
View guiszlima's full-sized avatar

Block or report guiszlima

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
guiszlima/README.md

Olá, eu sou o Guilherme 👋

public class Guilherme : Developer
{
    public string[] Backend =>
    [
        "C#", ".NET", "PHP", "Laravel", "Python"
    ];

    public string[] Frontend =>
    [
        "JavaScript", "React", "Next.js",
        "Tailwind CSS", "Bootstrap", "Blade"
    ];

    public string[] Database =>
    [
        "MySQL", "SQL",
        "SQL Server","Postgres SQL"
    ];

    public string[] Tools =>
    [
        "Git", "Docker"
    ];

    public string[] Currently =>
    [
        "Full Stack Development",
        "Software Architecture",
        "C# / .NET"
    ];
}

🚀 Sobre mim

🎓 Formado em Ciência da Computação 💻 Desenvolvedor Full Stack 🛠️ Experiência com desenvolvimento, automação e suporte técnico 📦 Experiência profissional com PHP/Laravel, C#/.NET e Python

🔗 Links

Pinned Loading

  1. API-SENHA API-SENHA Public

    Api gerador de senha com autenticação desenvolvido em Node.js

    JavaScript

  2. RPC-Python RPC-Python Public

    Rpc feito em Python

    Python

  3. Authentication-API Authentication-API Public

    Esta API de autenticação é construída usando Node.js, Express, e JWT (JSON Web Token). Ela permite registrar novos usuários, realizar login, logout e verificar a autenticidade dos tokens fornecidos.

    JavaScript

  4. Auto-Print-Installer Auto-Print-Installer Public

    This Python project is a tool for automatically installing printers on a system. It simplifies the process of configuring printers, saving time and effort, especially in environments that require t…

    Python

  5. Json-generator-for-printers Json-generator-for-printers Public

    Um gerador e administrador de json para automação de impressoras

    Python