Skip to content
View tmillr's full-sized avatar
πŸ‘‹
Looking for work!
πŸ‘‹
Looking for work!

Organizations

@projekt0n
Block or Report

Block or report tmillr

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

Hi there πŸ‘‹

wakatime

  • 🀝 I’m looking to collaborate on: anything

  • ⚑ Fun fact: My first experience with code was writing HTML around 2006 when I created a basic website for my online video game team. It also had a phpbb forum. What ensued thereafter was a long hiatus up until 2017/2018 when I got back into programming again by learning Python, then JavaScript and TypeScript. In 2022, I started learning Rust, followed by git, CI, vim/neovim and Lua.

All of my free time is spent coding, having fun coding, and trying to learn as much about computers as humanly possible. I also like to experiment and work on hobby projects as well as contribute to other projects.

Strongpoints

  • General Programming
  • TypeScript and TypeScript types
  • ECMAScript
  • Node.js, js/ts and npm packages
  • RegEx (flavors: vim, js)
  • POSIX shell and utilities

What I'm Liking

  • Rust (language, memory safety, ecosystem, toolchain, docgen, book/learning material, etc.)
  • TypeScript (the best thing to ever happen to JavaScript! along with node)
  • Vim/Neovim is pretty cool
  • Nix

Metrics


πŸ“« [email protected]

πŸ”‘ PGP Key

profile for tmillr at Stack Overflow, Q&A for professional and enthusiast programmers

Term: Kitty Editor: Neovim

Pinned

  1. sos.nvim sos.nvim Public

    Never manually save/write a buffer again!

    Lua 16

  2. projekt0n/github-nvim-theme projekt0n/github-nvim-theme Public

    Github's Neovim themes

    Lua 2k 102

  3. prettier-completion prettier-completion Public

    Bash completion for prettier.

    Shell 2

  4. breaking-change breaking-change Public

    A GitHub Action for automatically reporting breaking changes detected via conventional commits.

    JavaScript 1

  5. Computed Class or Function Names in ... Computed Class or Function Names in Javascript (Without "eval" or "Function" Constructor)
    1
    /** 
    2
     * NOTE: 
    3
     *   Just now realized this is achievable via `Object.defineProperty` and then passing the function you want to
    4
     *   rename (or change the 'name' property of)... can't believe I didn't realize there was such a simple solution!
    5
     */