Skip to content
View rubenaprikyan's full-sized avatar
🎯
Focusing
🎯
Focusing
  • AimStack
  • Yerevan Armenia

Block or report rubenaprikyan

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

GitHub Badge Gmail Badge

Twitter Badge Linkedin Badge

Metrics

Pinned Loading

  1. aimhubio/aim aimhubio/aim Public

    Aim 💫 — An easy-to-use & supercharged open-source experiment tracker.

    Python 5.2k 321

  2. magic-flags magic-flags Public

    A JavaScript library revolutionizing the way you manage state flags. Perfect for developers seeking a blend of simplicity and power, Magic-Flags offers an intuitive API to manage and toggle state f…

    TypeScript 2

  3. ultras-io/ultras ultras-io/ultras Public

    Application for Ultras to manage their processes.

    TypeScript 8

  4. Read-only utility function for TypeS... Read-only utility function for TypeScript
    1
    ## Read-only utility function for TypeScript
    2
    
                  
    3
    This utility function allows you to make an object `read-only` in TypeScript. It uses the [Object.freeze()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freeze) method to prevent new properties from being added to the object,
    4
    and to prevent existing properties from being removed or modified.
    5