Skip to content
View Dan178A's full-sized avatar
💻
💻
Block or Report

Block or report Dan178A

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

Hello There, I'm Dan178A

Software and Web Developer

Twitter Follow Linkedin: thaianebraga GitHub followers

A little more about me...

const Daniel = {
    code: ["Javascript", "Typescript", "Python", "Rust", "QML", "C++"],
    askMeAbout: ["Web Dev", "Software Dev"],
    technologies: {
        mobileApp: ["Flutter"],
        frontEnd: {
            js: ["Vue", "Nuxt", "React", "NextJS"],
            css: ["vuetify", "bootstrap"]
        },
        backEnd: {
            js: ["node", "express", "SuiteScript"],
            python: ["Pyqt","Django","flask"]
        },
        databases: ["mongoDB", "MySql", "sqlite","IndexedDB"],
        misc: ["Firebase", "Socket.IO", "selenium", "open-cv"]
    },
    architecture: ["SSR", "Progressive web applications", "Single page applications"],
    currentProject: "Developing custom software for each client",
} as {
    code: string[];
    askMeAbout: string[];
    technologies: {
        mobileApp: string[];
        frontEnd: {
            [x:string]: string[];
        };
        backEnd: {
            [x:string]: string[];
        };
        databases: string[];
        misc: string[];
    };
    architecture: string[];
    currentProject: string;
};

I love connecting with different people so if you want to say hi, I'll be happy to meet you more! 😊


Pinned

  1. Traffic_Simulation_Model Traffic_Simulation_Model Public

    Simulation of traffic using python and pygame for simulate multiple variables Density (number of vehicles), time and speed

    Python 1

  2. Chamacos_miados Chamacos_miados Public

    Competencia de Codicon 2024

    Python 1

  3. Vue-Chat Vue-Chat Public

    A simple chat interface with ChatGPT on the left and users on the right. When the 'Send' button is clicked, the prompt is sent to the backend API for processing.

    Vue

  4. graphics.h graphics.h Public

    proyecto para computacion grafica donde dibujo the red ford de la india y uso las funciones de relleno de cada forma primitiva

    C++

  5. list-of-exercises-on-algorithms list-of-exercises-on-algorithms Public

    lista de ejercios

    C

  6. qwebchannel.js qwebchannel.js Public

    File of Conexion With QWebchannel Object for a webview Aplications

    JavaScript