Skip to content
View mihaisavezi's full-sized avatar
  • Bucharest, Romania
Block or Report

Block or report mihaisavezi

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

  1. draft-vs-final draft-vs-final
    1
    // BAD - or what I call draft; comments explain what instead of code being self-explanatory
    2
    // Main bit
    3
    const formConfig = fieldArray.reduce((fields, field) => {
    4
      if (!Array.isArray(fields)) {
    5
        field = [field];
  2. roboflix roboflix Public

    Roboflix

    JavaScript 1

  3. Gallery app with Finite State Machin... Gallery app with Finite State Machines (xstate)
    1
    Gallery app with Finite State Machines (xstate)
    2
    -----------------------------------------------
    3
    
                  
    4
    
                  
    5
    A [Pen](https://codepen.io/mihaisavezi/pen/aYozvg) by [Mihai](https://codepen.io/mihaisavezi) on [CodePen](https://codepen.io).
  4. UI Range Slider UI Range Slider
    1
    UI Range Slider
    2
    ---------------
    3
    Simple UI slider 
    4
    
                  
    5
    A [Pen](http://codepen.io/thehonestape/pen/yjlGi) by [Abe](http://codepen.io/thehonestape) on [CodePen](http://codepen.io/).
  5. alexa-cookbook alexa-cookbook Public

    Forked from jaywalker76/alexa-cookbook

    A series of sample code projects to be used for educational purposes during Alexa hackathons and workshops, and as a reference for tutorials and blog posts.

    JavaScript

  6. federated-libraries-get-started federated-libraries-get-started Public

    Forked from jacob-ebey/federated-libraries-get-started

    Completed example code that accompanies https://federated-libraries.now.sh/get-started

    JavaScript