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

Block or report tigthor

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tigthor/README.md

Typing SVG

"In the realm of bits and bytes, we are all poets crafting reality through code."

Profile Views

📚 Quote Database
const quotes = [
  "The best error message is the one that never shows up.",
  "Code is poetry written in logic.",
  "In the face of ambiguity, refuse the temptation to guess.",
  "Simplicity is the ultimate sophistication.",
  "The only way to go fast is to go well.",
  "Every great developer you know got there by solving problems they were unqualified to solve until they actually did it.",
  "The code you write makes you a programmer. The code you delete makes you a good one.",
  "First, solve the problem. Then, write the code.",
  "Programming isn't about what you know; it's about what you can figure out.",
  "The best way to predict the future is to implement it."
];

Pinned Loading

  1. crypto-trading-bot crypto-trading-bot Public

    Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, FTX, Bybit ... (public edition)

    JavaScript 6 4

  2. secret-redact secret-redact Public

    redact secrets from logs by path and by detector. catches seed phrases, keys, jwts and cards

    TypeScript

  3. kokocrypt kokocrypt Public

    A robust encryption and Kafka integration service for Node.js, featuring strong test coverage and error handling.

    TypeScript

  4. fetch-fence fetch-fence Public

    fetch with ssrf protection. dns pinning, private ip blocking, size caps, safe redirects. zero deps

    TypeScript

  5. seedlock seedlock Public

    guarded memory for bip39 seeds and bip32 keys. mlocked, wiped on drop, never copied into a gc heap

    Rust

  6. hashchain-log hashchain-log Public

    tamper evident append only log. each entry hashes the previous, verify offline

    JavaScript