Skip to content
View jeffplays2005's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report jeffplays2005

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

About me

const jeffplays2005 = {
  age: 18,
  code: [ "Javascript", "Go", "Java", "Python" ],
  tools: [ "iTerm", "Atom", "VSCode", "GitHub" ],
  architecture: [ "Windows 10/11", "MacOS", "Linux" ]
};

Skills

Javascript
  • Began learning Node.js in 2019, have been programming in Node.js for over 5 years
    • Have created some small NPM(Node Package Manager) packages to test my modularity skills
    • Backend web development skills
      • Am current learning some backend courses at FreeCodeCamp: Backend and API development
      • Some passion projects are unpublished due to them as being closed source
        • Involved basic app credentials, user data was encrypted
        • API callback and requests
    • Database interactions
      • Involves CRUD(create, read, update, delete)
      • Data validation
  • Overall skills obtained through the courses and projects:
    • Backend API development
    • Database management
    • Human computer interactions
    • Security control
Python
  • Began learning Python in 2023, have learned some courses at The University of Auckland:
    • Principles of programming, the skills learned can be seen here
    • Introduction to Software Fundamentals, the skills learned can be seen here
  • pykeyv_sqlite3, a database plugin that works with key and value storage

Projects

Hackheld: A hackable handheld with a 5 dimensional joystick, inspired by SpaceHuhn.

Termfx(js, go): A parser which support variable and functions as callbacks.

Pg3d: A small API used to load information about the game, Pixel Gun 3D.

pykeyv_sqlite3: A python database plugin that works with key and value storage, based on sqlite3

mcbot: A mineflayer based minecraft bot that allows for custom command addressing.

Courses and code examples:

Languages used Github stats

Popular repositories

  1. termfxjs termfxjs Public

    Termfx js

    JavaScript 2

  2. termfx termfx Public

    A template file parser which supports variables and functions as callbacks

    Go 2

  3. Hackheld Hackheld Public

    Hackheld with a joystick, inspired by SpaceHuhns original Hackheld Vega.

    1

  4. jeffplays2005 jeffplays2005 Public

    Config files for my GitHub profile.

  5. pg3d pg3d Public

    Package for comprehensive Pixel Gun 3D data. Includes weapons, gadgets, armours, pets, maps, music and many more.

    JavaScript

  6. courses courses Public

    Courses learned as a junior developer

    Python