Skip to content
View Tyl3rA's full-sized avatar

Block or report Tyl3rA

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

Hi there! πŸ‘‹

I'm Tyler β€” a passionate developer who enjoys learning new skills and building cool things. πŸš€


πŸ‘¨β€πŸ’» About Me

const aboutMe = {
  name: "Tyler Anderson",
  role: "Web & iOS Developer",
  learning: ["C (Flipper Zero)"],
  passions: ["Learning new skills"],
  tools: {
    web: ["HTML", "CSS", "SCSS", "JavaScript"],
    mobile: ["Swift", "Xcode", "CoreML"],
    embedded: ["C", "Flipper Zero SDK"],
    other: ["Github", "Figma"],
  },
};

function introduce(dev) {
  console.log(`Hi, I'm ${dev.name}! πŸ‘‹`);
  console.log(`I'm a ${dev.role} passionate about ${dev.passions.join(", ")}.`);
}

introduce(aboutMe);

πŸ› οΈ Languages & Tools


πŸ“ˆ GitHub Stats


🌱 Currently

  • πŸ”₯ Learning: C for Flipper Zero
  • πŸ’‘ Exploring: Embedded development & AI on iOS

Pinned Loading

  1. FlipCrypt FlipCrypt Public

    An app for the Flipper Zero to encrypt, decrypt, and hash text using a variety of classic and modern crypto tools.

    C 9 2

  2. Jumping-Pawns Jumping-Pawns Public

    A Flipper Zero strategy game of leaps, traps, and outsmarting your opponent.

    C 1

  3. CGM-Display CGM-Display Public

    An iOS app that uses the cgm.js library to fetch and display data from a Dexcom glucose sensor.

    JavaScript