Skip to content
View erodactyl's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@A-Teams-Network
Block or Report

Block or report erodactyl

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

Hi! πŸ‘‹ I am a software engineer interested in solving non-trivial problems.

  • πŸ’» Senior Platform Engineer A.Team
  • πŸ“š Implemented a concurrent art engine in Go, 8x faster than the most used solution in the NFT space
  • πŸ“ Check out my blog
  • πŸ“« Reach me at:

Pinned Loading

  1. art-engine art-engine Public

    NFT art engine utilizing Go concurrency principles.

    Go 1

  2. raycast-chat-gpt raycast-chat-gpt Public

    Chat persistently with ChatGPT directly from Raycast.

    TypeScript 3

  3. centrifugal centrifugal Public

    Decentralized clone of Twitter.

    TypeScript 4

  4. Check out this blog post to learn mo... Check out this blog post to learn more - https://blog.erikdavtyan.com/handling-global-state-in-react-without-providers-and-boilerplate
    1
    import { useEffect, useReducer, useMemo } from "react";
    2
    import { BehaviorSubject } from "rxjs";
    3
    
                  
    4
    export const createStateHook = <S>(init: S) => {
    5
      const state$ = new BehaviorSubject(init);
  5. rule-simulations rule-simulations Public

    It takes a few simple rules to go from chaos to order.

    Go

  6. fragen fragen Public

    A CLI tool to access ChatGPT without ever leaving your terminal.

    TypeScript