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

Block or report sora64

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

Summary

Full Stack Web Developer with a background in Education, Classics, and Linguistics. Efficient, and adept at problem solving to develop user-friendly applications. Known for breadth of knowledge, ability to explain information in understandable ways, and for enjoying challenges.

Technical Skills

  • Languages: JavaScript ES6+, CSS3, HTML5, SQL, NoSQL, Python
  • Applications: GitHub, MongoDB, MySQL
  • Tools: Express.js, React.js, Node.js, Handlebars.js, jQuery, Bootstrap, Bulma

Pinned

  1. House-show House-show Public

    Forked from Haguermeister/House-show

    This application uses React.js, GraphQL, Node.js, Express.js, MongoDB, Mongoose ODM, and JWT to provide performing artists with a platform for seeking out and reserving venues, and provides venue h…

    JavaScript

  2. sk8spotter sk8spotter Public

    This application uses an in-house RESTful API, MySQL, Sequelize ORM, and Handlebars.js, to make finding local skateparks easier for skaterboarders. Users can view skateparks in RVA along with image…

    JavaScript 1

  3. python-newsfeed python-newsfeed Public

    This application uses Python, flask, MySQL, SQLAlchemy, and frontend JavaScript to provide users with a social media platform where they can create, update, comment on, and update posts containing …

    Python

  4. phelpsBookSrchr phelpsBookSrchr Public

    This application uses an Apollo Server, GraphQL, and React.js to allow users to search for new books to read and to save any books that pique their interest. The books, both searched and saved, are…

    JavaScript 1

  5. Music-You-May-Like Music-You-May-Like Public

    Forked from TuckerLarrabee/Music-You-May-Like

    This application uses HTML5, CSS, and front-end JavaScript and the YouTube and LastFM third party APIs to let users discover new musical artists by searching for artists they already like, so they …

    JavaScript

  6. Gist Regex Ancient/Modern DateTime Gist Regex Ancient/Modern DateTime
    1
    # Match an Ancient or Modern DateTime
    2
    
                  
    3
    Regex, or regular expressions, are patterns used to match character combinations in strings. In this tutorial we'll see how to use a regex to match dates, ancient or modern, alongside specific times. An example of such a dateTime would be `3/25/2022 CE 12:49 PM`, with `CE` meaning "Common Era", which can be replaced for ancient dates by `BCE`, meaning "Before the Common Era".
    4
    
                  
    5
    ## Summary