Skip to content
View aymxdd's full-sized avatar
💭
Creating magic..
💭
Creating magic..
  • lend.xyz
  • France

Block or report aymxdd

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

Hello !

I'm aym, founding developer at lend.xyz (since Q1 2025), previously staky.io (Q4 2021 - Q1 2025) and I build fullstack web3 apps, high-performance server applications and smart contracts.

My activity

GitHub Streak

Pinned Loading

  1. node-api-starter node-api-starter Public template

    A minimalist starter project for Node.js API using JWT + IP auth, Express, CRUD and caching.

    TypeScript

  2. removeEventListener with anonymous f... removeEventListener with anonymous function helper
    1
    export default class EventUtils {
    2
        constructor() {
    3
            this.events = []
    4
    
                  
    5
            this.addEventListener = this.addEventListener.bind(this)