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

Organizations

@github @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.

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

Hi there 👋

Pinned Loading

  1. memoize @ 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. ktlog Public archive

    Yet another blog software

    TypeScript 2

  3. vercelog Public

    A personal weblog

    TypeScript

  4. www.mahata.org Public

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

    TypeScript

451 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to mahata/ktlog, mahata/vercelog, mahata/www.mahata.org and 26 other repositories
Loading A graph representing mahata's contributions from April 14, 2024 to April 18, 2025. The contributions are 95% commits, 4% pull requests, 1% issues, 0% code review.   Code review 1% Issues 4% Pull requests 95% Commits

Contribution activity

April 2025

Created 1 repository

Joined the GitHub organization

@github
GitHub

How people build software.

22 contributions in private repositories Apr 7 – Apr 16
Loading