Skip to content
View isayani's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report isayani

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
isayani/README.md
  • 👋🏽 Hi, I’m Insha Sayani and I am a full-stack engineer.
  • 💡 I’m interested in backend dev specifically systems/automation engineering and machine learning!
  • 🧩 I’m looking to collaborate on any projects that expand my knowledge and teach me something new ✨
  • 🦋 I’m currently learning AWS, Python, C# and Java for JavaScript.
  • 📬 Feel free to find me on LinkedIn or shoot me an email.

Pinned

  1. isayani-react-portfolio isayani-react-portfolio Public

    GT Bootcamp Module 20: ISayani Portfolio with React.js

    JavaScript

  2. veriti-app/veriti veriti-app/veriti Public

    Veriti™ is a MERN stack application that helps givers do so responsibly. Donate to funds directly and create a Portfolio for your most liked charities, all while keeping track of your donation hist…

    JavaScript 2 3

  3. novelty-book-swap novelty-book-swap Public

    Forked from VaishaliQA/Novelty_Project

    A full-stack application to swap your personal library with others seamlessly.

    JavaScript

  4. sql-employee-tracker sql-employee-tracker Public

    GT Bootcamp Module 12: SQL Employee Tracker

    JavaScript 1 1

  5. orm-ecomm-backend orm-ecomm-backend Public

    GT Challenge 13 Object-Relational Mapping (ORM): E-Commerce Back End

    JavaScript

  6. Regex has daunted programmers for fa... Regex has daunted programmers for far too long. Fear not! Check out the following gist to learn more about the powerful tool that is Regular Expressions.
    1
    # <em>Reg-What?</em> A Guide to Regular Expressions
    2
    ### What is a Regex?
    3
    A Regular Expression or <em>Regex</em> is a sequence of characters specifying a search pattern in text. In other words, it is a shorthand for returning specific criterion in any programming language.
    4
    
                  
    5
    ### Regex can be useful when: