Skip to content
View mahata's full-sized avatar
💭
On parenting...
💭
On parenting...

Organizations

@github@microsoft@evo-tokyo

Block or report mahata

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
mahata/README.md

Hi there 👋

Pinned Loading

  1. memoize @ SICPmemoize @ SICP
    1
    (define (memoize f)
    2
     (let ((table (make-table)))
    3
     (lambda (x)
    4
     (let ((previously-computed-result (lookup x table)))
    5
     (or previously-computed-result
  2. ktlogktlogPublic archive

    Yet another blog software

    TypeScript 2

  3. vercelogvercelogPublic

    A personal weblog

    TypeScript

  4. www.mahata.orgwww.mahata.orgPublic

    It's a personal website built by Next.js.

    TypeScript

  5. mlackmlackPublic

    It's an experiment to create a slack-like app just by vibe coding with GitHub Copilot.

    TypeScript 1