Skip to content
View velezjose's full-sized avatar
🎯
Focusing
🎯
Focusing
  • San Francisco
Block or Report

Block or report velezjose

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

Pinned Loading

  1. JJ.ly JJ.ly Public

    Forked from keithweaver/MERN-boilerplate

    URL Shortening Service.

    JavaScript

  2. graph-algorithms graph-algorithms Public

    Dijkstra, Bellman-Ford, A*, Topological Sorting algorithm implementations. Along with an adjacency-list graph implementation.

    JavaScript 2 1

  3. GrubbyPlutos/Restaurant-Profile-Service GrubbyPlutos/Restaurant-Profile-Service Public

    Forked from HangryHub/SDC-Profile

    Grubby Hub Restaurant Profile Service – Responsible for obtaining individual restaurant information from database / cache and sending it to the client.

    JavaScript 1

  4. Quesarito/product-service Quesarito/product-service Public

    Frontend component that renders details about specific products sold by Anazom. Built with React.js and Styled Components.

    JavaScript 1 1

  5. HypeChat HypeChat Public

    Chat messaging app using Socket.io as WebSockets client.

    HTML 1

  6. n-queens n-queens Public

    Solution to solving the n-queens problem using backtrack recursion.

    JavaScript