Skip to content
View lunajuan's full-sized avatar

Block or report lunajuan

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. juanluna.tech juanluna.tech Public

    My little landing page built with Astro 😅

    Astro

  2. cms-react-demo cms-react-demo Public

    simple react based cms demo

    JavaScript 1 1

  3. Orders Statechart Generated by XStat... Orders Statechart Generated by XState Viz: https://xstate.js.org/viz/?gist=3df6c1f13416e643b175b780bb814634
    1
    // This statechart illustrates the life cycle of our orders. The purpose is not
    2
    // to illustrate all the implementation details of the backend but rather
    3
    // illustrate the different states that might be important to other
    4
    // microservices/backends or frontend applications we develop. These states
    5
    // should be surfaced by our primary backend's REST API.