Skip to content
View josh-tf's full-sized avatar
💻
Programming
💻
Programming

Block or report josh-tf

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

👋 Hello! I'm Josh.

WebsiteDiscord

interface Developer {
  code: string[];
  tools: string[];
  architecture: string[];
  projects: Array<{
    name: string;
    description: string;
    technologies: string[];
    role: string;
  }>;
}

const josh: Developer = {
    code: ["Javascript", "Typescript", "HTML", "CSS", "C#", "Python", "Java", "Node.js"],
    tools: ["React", "Redux", "Node", "Photoshop", "Github", "Cusor", "Jest", "Docker"],
    architecture: ["microservices", "full-stack"],
    projects: [{
            name: "RustAU",
            description: "An Australian based Rust gaming server",
            technologies: ["C#", "Web"],
            role: "Developer",
        },
        {
            name: "EntExchange",
            description: "A platform for connecting enthusiasts in various fields.",
            technologies: ["TypeScript", "Node.js", "DB"],
            role: "Developer",
        },
    ];
};
  • 🔭 I’m currently working on a few random projects
  • 💬 Ask me about Typescript, Node, C#, Python, Java or anything else
  • 📫 Contact me: [email protected] or find me on Discord at uki_.
  • ⚡ PGP Public Key: 07B8 CEC9 1E4A B5ED

💻 Language and Code

C# C++ Python Lua Java HTML5 CSS JavaScript Node.js
Bootstrap React MySQL MongoDB Git GitHub Markdown
Visual Studio Code Notepad++ Eclipse Photoshop Illustrator InDesign


📊 My Github Stats

Click to expand



Pinned Loading

  1. dotfiles dotfiles Public archive

    Collection of my i3 linux dotfiles including the main config and a few extras such as compton and conky for the statusbar, you can refer to individual files for any attributions.

    Shell

  2. josh-tf josh-tf Public

    Profile readme

    1

  3. graylog-mysql-importer graylog-mysql-importer Public

    Tool to bulk import data from a MySQL database in to a Graylog instance

    JavaScript

  4. EggRP/fxcommands EggRP/fxcommands Public

    Streamdeck Plugin for FiveM commands

    CSS 30 6