Skip to content
View missatrox44's full-sized avatar
Block or Report

Block or report missatrox44

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

Sara Baqla

Linkedin: sarabaqla

  • ๐Ÿ‘‹ Hi, Iโ€™m Sara Baqla
  • ๐Ÿ‘€ Full Stack Developer
  • ๐ŸŒฑ Let's create something together
  • ๐Ÿ“ซ missatrox44@gmail.com

A little more about me...

const missatrox = {
  pronouns: ['she', 'her'],
  education: [
    {
      school: 'University of Texas at Austin',
      degree: 'Full Stack Web Development Certificate',
      year: '2022'
    },
    {
      school: 'University of Texas at El Paso',
      degrees: [ 
        'M.S. Biological Sciences',
        'B.S. Ecology & Evolutionary Biology' 
      ],
      year: '2009-2017'
    }
  ],
  code: ['HTML', 'CSS', 'JavaScript'],
  askMeAbout: ['music', 'web dev', 'tech', 'science fiction'],
  technologies: {
    stack: ['MongoDB', 'Express', 'React', 'Node'],
    faveApps: ['Visual Studio Code', 'Spotify', 'Discord'],
    currentFocus: ['Next.js', 'Svelte', 'MUI'],
  },
  hobbies: ['reading', 'hiking', 'running'],
};

๐—ฆ๐˜๐—ฎ๐˜๐˜€

missatrox44' github stats

Pinned

  1. vite-portfolio vite-portfolio Public

    React portfolio using Tailwind.css and Vite

    JavaScript

  2. love-thy-selfie love-thy-selfie Public

    React web app built for small business

    JavaScript 2 1

  3. pomodoro-clock pomodoro-clock Public

    Time management method tool

    JavaScript 1 1

  4. server-rotation-crab-city server-rotation-crab-city Public

    JavaScript

  5. eCommerce-backend eCommerce-backend Public

    Backend end program with routes that can be used for eCommerce site

    JavaScript

  6. Regex: Matching a Hex Value Regex: Matching a Hex Value
    1
    # Matching a Hex Value
    2
    
                  
    3
    The purpose of this regex tutorial is to gain a deeper understanding about regular expressions and explain how the regex to match a hex value is created and used.
    4
    
                  
    5
    ## Summary