Skip to content
View jsolisu's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
  • Guatemala
Block or Report

Block or report jsolisu

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

Software Engineer

Twitter: jsolisu

const jsolisu = {
    pronouns: "He" | "Him",
    code: ["Javascript", "Typescript", "Java", "Delphi", "C++", "C#", "Python", "Bash"],
    technologies: {
        frontEnd: {
            js: ["AngularJS"],
            ts: ["Angular"],
            css: ["bootstrap"]
        },
        backEnd: {
            java: ["Glassfish", "Payara"],
            js: ["node", "express"],
            ts: ["nestjs"]
        },
        devOps: ["Docker🐳", "Apache"],
        databases: ["MySql", "Oracle", "SQL Server", "DB2", "Firebird"],
        OSes: ["Linux", "Windows"]
    },
    architecture: ["SPA"],
    cloud: ["Azure"],
    ide: ["Eclipse", "Netbeans", "Visual Studio Code", "Visual Studio"],
    scm: ["svn", "git"],
    shell: ["cmd", "powershell", "bash"]
}

jsolisu's github stats Top Langs

Pinned

  1. Autostart ssh agent Git 2.16.2 Windo... Autostart ssh agent Git 2.16.2 Windows (https://git-scm.com/)
    1
    SSH_ENV=$HOME/.ssh/environment
    2
       
    3
    # start the ssh-agent
    4
    function start_agent {
    5
        echo "Initializing new SSH agent..."