Skip to content
View noahbald's full-sized avatar
🐢
🐢

Block or report noahbald

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

Hi, I'm Noah 👋🙋‍♂️

I'm a Frontend Engineer who loves creating things. In regards to FED, I'm most passionate about optimising accessibility, guiding performance, and ✨ making pretty things

Discover me around the web 🌏

Metadata 👨‍💻

import React from 'react'
import { Human } from 'react-human'

export default const Noah = (props) => {
  const workingOn = [
    "Work things",
    "Oxvg, a Rust alternative to SVGO",
  ]
  const learning = [
    "Painting",
    "Neovim",
    "Rust 🦀",
  ]
  /**
   * TODO: Want to learn
   * Music Composition 🎹
   * Game Development 🎮
   */
  const previousLearning = [
    "Amazon Cognito",
    "Circuitry",
    "Guitar",
  ]
  const interestAndHobbies = [
    "Film Photography 🎞",
    "Investing 🐮",
    "Ancient History & Mythology 🗿",
    "Fitness 🏋",
    "Design & Art 🎨",
  ]
  
  return (
    <Human
      👨‍💻={workingOn}
      👨‍🎓={previousLearning}
      🤔={learning}
      ♟️={interestsAndHobbies}
    >
      😎
      👕
      👖
    </Human>
  )
}

Pinned Loading

  1. noahwbaldwin_me noahwbaldwin_me Public

    My personal portfolio

    Svelte

  2. oxvg oxvg Public

    Rust alternative to SVGO and (eventually) InkScape

    Rust 399 4

  3. LazyNvOAH LazyNvOAH Public

    My NeoVim configuration based on the LazyVim project

    Lua