Skip to content
View AdamGEmerson's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report AdamGEmerson

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

Adam G. Emerson's Github Stats

About Me

// πŸ€¨πŸ”Ž About Me 

const whoIAm = ( { whatIDo }: { whatIDo: Employment } ): Human => {
  return {
    name: 'Adam G. Emerson',
    profession: whatIDo,
    interests: ['Human Computer Interaction', 'Natural Language Processing', 'Crossword Puzzles'],
    favoriteBook: {title: 'Cats Cradle', author: 'Kurt Vonnegut Jr.'},
  }
}

const whatIDo: Developer = {
  title: 'Software Engineer',
  description: 'βœ¨πŸ§™πŸ» Making internet dreams come true. πŸ‘¨πŸ»β€πŸ’»βœ¨',
  yearsExperience: 3,
  languages: ['TypeScript', 'JavaScript', 'Python'],
  frameworks: ['React', 'Next.js', 'Astro', 'Express', 'Flask'],
  tools: ['WebStorm', 'Git', 'Docker', 'AWS'],
}

const adamGEmerson = whoIAm({whatIDo});
console.log(adamGEmerson);

Pinned

  1. auragraph auragraph Public

    Auragraph.io

    TypeScript 3

  2. Delta-Icons/android Delta-Icons/android Public

    Delta Icons for Android

    Python 524 108

  3. Crucible-Alloy/Crucible Crucible-Alloy/Crucible Public

    A graphical testing suite for AUnit and Alloy

    TypeScript 4

  4. supabase/supabase supabase/supabase Public

    The open source Firebase alternative.

    TypeScript 67.1k 6.3k