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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Maze

👋 Hello! I'm Josh.

🚀 Developer • 🎨 Tinkerer • 🌱 Always Learning • 🌍 Web

💿 Overview

  • 🔭 Current Projects: Random projects
  • 💬 Ask Me About: TypeScript, Node.js, C#, Python, Java
  • 📫 Contact: git@josh.tf • Discord: uki_
  • 🔐 PGP Public Key: 07B8 CEC9 1E4A B5ED gpg --recv-keys 07B8CEC91E4AB5ED
🧠 About Me (Click to Expand)
import type { Profile } from './types/profile';

export const josh: Profile = {
  currentWork: [
    'RustAU',
    'TreeBot',
    'Poké Projects',
    'Random Experiments'
  ],

  learning: [
    'LLMs',
    'Cloud',
    'System Design'
  ],

  askMeAbout: [
    'TypeScript',
    'Discord Bots',
    'Web Performance'
  ],

  contact: {
    email: 'git@josh.tf',
    discord: 'uki_',
    pgp: '07B8CEC91E4AB5ED'
  },

  funFact: 'i\'ve automated everything — except my pokémon binder sorting 🐢'
};

export default josh;

💻 Tech Stack

Thinkpad Git HTML5 Java JavaScript Vue.js Node.js MongoDB TypeScript VS Code Python Docker PostgreSQL MySQL React Discord.js C++ Lua CSS3 C GitHub Express Next.js


📊 Development Insights

Public Repos

Dashboard stats of @josh-tf

All Repos

GitHub Stats

Top Languages

IE

Pinned Loading

  1. fxcommands fxcommands Public

    Streamdeck Plugin for FiveM commands

    CSS 36 8

  2. 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

  3. josh-tf josh-tf Public

    Profile readme

    1

  4. graylog-mysql-importer graylog-mysql-importer Public

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

    JavaScript