Skip to content
View HelioPC's full-sized avatar
😎
Coding 👨🏽‍💻
😎
Coding 👨🏽‍💻
  • Luanda, Angola
Block or Report

Block or report HelioPC

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

Olá, eu sou o Eliude P. C. Vemba 👋🏽

Eu, dev! 💻👇🏽

    #include <stdio.h>
    #define MAXCHAR 1000

    struct HelioPC {
        struct Pessoal {
            char nome[MAXCHAR]; // Eliude Patrício de Carvalho Vemba
            char email[MAXCHAR]; // vembaeliude@gmail.com
            char linkedin[MAXCHAR]; // https://www.linkedin.com/in/eliude-vemba-a0a24b22a/
        } eu;

        struct TECH {
            struct Linguagens {
                /*
                    HTML5, CSS, JAVASCRIPT, TYPESCRIPT, DART E SWIFT
                */
                char frontend[6][MAXCHAR];

                /*
                    JAVASCRIPT, RUST E PYTHON
                */
                char backend[3][MAXCHAR];

                /*
                    SQL => (MYSQL, ORACLEDB, MONGODB E SQLITE)
                */
                char databases[4][MAXCHAR];
            } linguagens;

            struct Frameworks {
                /*
                    SASS, TAILWINDCSS, STYLED-COMPONENTS, MATERIAL-UI, REACTJS, VUEJS, FLUTTER E SWIFTUI
                */
                char frontend[8][MAXCHAR];

                /*
                    NODEJS (ADONISJS) E DJANGO
                */
                char backend[2][MAXCHAR];
            } frameworks;

            struct Others {
                /*
                    VS CODE, PYCHARM, XCODE, GIT, HYPER TERMINAL, ZSH, BASH E GITHUB.
                */
                char ferramentas[8][MAXCHAR];

                /*
                    MAC OS E LINUX (DEBIAN),
                */
                char sistemas_operativos[2][MAXCHAR];
            } outros;
        } tecnologias;
    };

    int main(int argc, char **argv) {
        printf("Obrigado 😎 💻 🚀");

        return 0;
    }

Frameworks e linguagens que eu uso 👇🏽

react typescript tailwindcss styled-components material ui node js flutter dart swiftui swift

Ferramentas e S.Os que eu uso 👇🏽

vscode Xcode Git Hyper terminal Debian OS MacOS



Contactos e redes sociais

Linkedin Twitter Instagram Gmail


Thank you 🙋🏽 ✅ 👀 😘 💻

Pinned

  1. pokedex pokedex Public

    Dart 4

  2. pokedexreact pokedexreact Public

    A simple pokedex app built with react

    TypeScript 4

  3. ToDoSwiftUI ToDoSwiftUI Public

    Just another To Do App built with SwiftUI

    Swift 1

  4. JC-SHELL JC-SHELL Public

    A CLI (Command Line Interface), which allows you to run and monitor batches of programs in parallel on a multi-core machine.

    C 5 1

  5. infinity infinity Public

    Dart 4

  6. mylink mylink Public

    Get a shorter version of your link

    JavaScript 6