Skip to content
View remi-guan's full-sized avatar
💫
Keep learning
💫
Keep learning
  • Non-Constant Quant (ShangHai) Co., Ltd.
  • Shanghai, Zhejiang, China
  • 08:11 (UTC +08:00)
  • LinkedIn in/remi-guan-781731277

Block or report remi-guan

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. nestjs-general-interceptor nestjs-general-interceptor Public

    Nest.js interceptor to make general API response

    JavaScript

  2. Kanbanize-link-to-card.js Kanbanize-link-to-card.js
    1
    // ==UserScript==
    2
    // @name         Convert card id to Kanbanize link
    3
    // @namespace    https://github.com/remi-crystal
    4
    // @version      0.2
    5
    // @description  Convert id like #123 to Markdown styled link
  3. functional_programming.md functional_programming.md
    1
    I'm watching the video [Dear Functional Bros - YouTube](https://www.youtube.com/watch?v=nuML9SmdbJ4) by CodeAesthetic. I'm going to follow the video and write the code and my study note by myself in this document, to help my memorise the pattern to write a functional programming code.
    2
    
                  
    3
    ## Step 0: A loop 
    4
    
                  
    5
    At the beginning, we have a normal JavaScript code to loop an array of receipts using `for`. However, in functional programming we're not allowed to mutate a variable, so we don't have a loop actually:
  4. Plantern.AI Plantern.AI Public

    Use AI to organize todo, written in Svelte 5 with daisy UI

    Svelte 1