Skip to content
View difof's full-sized avatar

Block or report difof

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

Senior Blockchain & Systems Architect

Core stack: SolidityGoTypeScriptC++RustF#/.NET


Human language has become the new abstraction layer, but vibecoding and blind AI surrender won't cut it.

Real engineering still requires deep technical knowledge, strong code review skills, and precise prompting to produce secure, idiomatic, production ready code.

🚧 Keep building 👨🏻‍💻🔨 🚧

Pinned Loading

  1. sheft sheft Public

    comfy starter for shipping smart contracts with a modern toolbelt

    TypeScript

  2. merkletree-sol merkletree-sol Public

    MerkleTree usage demonstration. Not Audited and will not be.

    TypeScript

  3. errors errors Public

    Drop-in errors replacement for go, supporting stacktraces and handling utilities

    Go

  4. LinearCliffTimelock LinearCliffTimelock Public

    Release vested tokens in periods

    TypeScript 1

  5. particles particles Public

    Some emergent particle simulation

    C++

  6. F# pong using Raylib and FSX F# pong using Raylib and FSX
    1
    #!/usr/bin/env -S dotnet fsi
    2
    
                  
    3
    #nowarn "3391" // To hide CBool implicit conversion warnings
    4
    
                  
    5
    #r "nuget: Raylib-cs"