Skip to content
View elliothimmelfarb's full-sized avatar
Block or Report

Block or report elliothimmelfarb

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

  1. learn-plutus learn-plutus Public

    Resources and my steps for becoming a Plutus blockchain developer

    Haskell 1

  2. my-block-wall my-block-wall Public

    My first Web3 full-stack app on Ethereum (& L2)

    TypeScript

  3. cardano-nft-pipeline cardano-nft-pipeline Public

    For quick minting of image collections created from a Stable Diffusion WebUI

    TypeScript 1

  4. TDD.md TDD.md
    1
    # I'm trying to get better at TDD
    2
    
                  
    3
    ## Why
    4
    - I've heard a lot about how it's ~~good~~ best practice, saves time, prevents bugs, leads to better code, etc., but it's always felt impossible.
    5
    - I've never enjoyed or felt great writing tests after writing the code.