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

Organizations

@EggRP @computerbank-org-au @j-tf @entexchange-org @RustAUServer @GFEPC

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 {
  name: string;
  code: string[];
  tools: string[];
  architecture: string[];
  projects: Project[];
}

interface Project {
  name: string;
  description: string;
  technologies: string[];
  role: string;
}

const josh: Developer = {
  name: "Josh",
  code: [
    "TypeScript", "JavaScript", "HTML", "CSS", "C#", "Python", "Java", "Node.js"
  ],
  tools: [
    "React", "Next.js", "Redux", "Node.js", "Docker", "GitHub", "Jest", "Figma", "Photoshop"
  ],
  architecture: [
    "Microservices", "Full-Stack", "Cloud Computing"
  ],
  projects: [
    {
      name: "Treebot",
      description: "A Discord bot for community management and automation.",
      technologies: ["TypeScript", "Node.js", "Discord.js", "Yarn"],
      role: "Developer"
    },
    {
      name: "RustAU",
      description: "An Australian-based Rust gaming server.",
      technologies: ["C#", "Web"],
      role: "Developer"
    }
  ]
};

export default josh;
  • 🔭 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 Technologies

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


Dashboard stats of @josh-tf

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. fxcommands fxcommands Public

    Streamdeck Plugin for FiveM commands

    CSS 31 6