Lexicon
⌘K
Explore
GuidesNotes
QuestionsWriteMy LibraryBooks
Sign in

Lexicon

a personal knowledge base

Community

Explore

Guides, notes, and the writers behind them — everything worth exploring.

For YouNotesGuidesBooksPeople
AllLearningNetworkingProgrammingSoftware CraftTools & WorkflowWeb & APIsWriting

Latest notes

  • Bug BountyNote

    Only Bug Bounty Checklist You'll Ever Need!!! V2

    Global Manual Bug Bounty Checklist Purpose: A target-agnostic, manual-first checklist for authorized web, API, SaaS, identity, business-logic, integration, a…

    Scorpion X Dev
    008
  • Bug BountyNote

Only Bug Bounty Checklist You'll Ever Need!!!

Global Manual Bug Bounty Checklist Purpose: A target-agnostic, manual-first checklist for authorized web, API, SaaS, identity, business-logic, integration, a…

Scorpion X Dev
0014
  • NotesNote

    Interview prep

    FOXCONN SECURITY ENGINEER — MASTER INTERVIEW NOTES 1. First understand what job I am interviewing for I should not mentally classify this position as “SOC An…

    Ppallavi
    002
  • WebNote

    Understanding HTTP status codes

    Status codes are the server telling you what happened in one number. Learn the shape of each class and you can debug most APIs without reading a manual. The …

    scorpionxdev
    003
  • Software CraftNote

    Clean code naming practices

    Naming is the cheapest documentation you will ever write and the first thing the next reader sees. A good name removes the need for a comment. Say what it is…

    scorpionxdev
    005
  • Software CraftNote

    Debugging checklist

    When something breaks and I have no idea why, I run through this list before touching any code. It turns panic into a process. 1. Reproduce it reliably A bug…

    scorpionxdev
    112
  • JavaScriptNote

    JavaScript async and await

    async / await is syntax sugar over Promises that lets asynchronous code read top to bottom like normal code. Under the hood it is still Promises. The basics …

    scorpionxdev
    001
  • SQLNote

    SQL joins explained

    A join combines rows from two tables based on a related column. The join type decides what happens to rows that have no match. Sample tables Say we have user…

    scorpionxdev
    001
  • DiscussionsNote

    TCP Handshake

    Question How does it work --- Discussion scorpionxdev (OP) · Aug 8, 2026 asdasdhelfuhfeakdhine scorpionxdev (OP) · Aug 8, 2026 asfweoi;fjuwefaiohwkihaidhaha …

    scorpionxdev
    001
  • WebNote

    API pagination patterns

    When a collection is too big to return at once, you paginate. There are two main patterns and choosing wrong causes real pain at scale. Offset pagination The…

    scorpionxdev
    004
  • LinuxNote

    Useful Linux filesystem commands

    A compact cheat sheet of filesystem commands I keep coming back to on the terminal. Moving around bash pwd where am I ls -lah long list, human sizes, include…

    scorpionxdev
    002
  • PerformanceNote

    How caching improves application performance

    Caching is storing the result of expensive work so you can reuse it instead of redoing it. Done well it is the highest-leverage performance tool you have. Do…

    scorpionxdev
    001
  • ← PrevPage 1 of 2Next →

    Trending this week

    Only Bug Bounty Checklist You'll Ever Need!!!

    Global Manual Bug Bounty Checklist Purpose: A target-agnostic, manual-first checklist for authorized web, API, SaaS, identity, business-logic, integration, a…

    Popular topics

    LearningNetworkingProgrammingSoftware CraftTools & WorkflowWeb & APIs

    Writers to follow

    • scorpionxdev

      16 notes

    • Scorpion X Dev

      2 notes

    • P

      pallavi

      1 note

    • Aria

      0 notes

    • aria2

      0 notes

    View all writers →

    Curated guides

    • Building a Sustainable Learning System
    • OSI Model
    • TCP vs UDP
    View all guides →