Lexicon
⌘K
Explore
ExploreGuidesNotes
WriteMy LibraryBooks
Sign in

Lexicon

a personal knowledge base

Community

Explore

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

For YouNotesGuidesBooksPeople
AllLearningNetworkingProgramming
Software Craft
Tools & Workflow
Web & APIs
Writing

Latest

  • 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
    003
  • 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
    001
  • DevOpsNote

    How environment variables work

    Environment variables are named values that live in a process and get inherited by the processes it spawns. They are the standard way to pass configuration a…

    scorpionxdev
    003
  • 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…

    SScorpion X Dev
    005
  • Web & APIsGuide

    Understanding REST APIs

    What REST really means — resources, HTTP methods, status codes, headers, auth, versioning, pagination, and designing an API people enjoy using.

    Curated guide · updated 2026-07-14

  • Software CraftGuide

    Debugging Software Systematically

    Debugging as a repeatable method, not luck — reproduce, isolate, form hypotheses, read the error, bisect, and the tools that make it faster.

    Curated guide · updated 2026-07-13

  • Tools & WorkflowGuide

    A Practical Introduction to Git and Version Control

    Git from first principles — the mental model, the everyday commands, branching, merging, undoing mistakes, and a sane workflow.

    Curated guide · updated 2026-07-12

  • ReferenceNote

    Markdown formatting reference

    A quick reference for GitHub-Flavored Markdown. The rendered output is on the left in your head; the source is below. Headings markdown H1 H2 H3 Emphasis mar…

    scorpionxdev
    000
  • WritingGuide

    Writing Better Technical Documentation

    How to write docs people actually read — knowing your reader, the four documentation types, structure, examples, and keeping docs alive.

    Curated guide · updated 2026-07-11

  • LearningGuide

    Building a Sustainable Learning System

    A repeatable system for learning technical skills that actually stick — spaced repetition, projects, notes, and avoiding tutorial hell.

    Curated guide · updated 2026-07-10

  • Software CraftGuide

    How to Structure a Software Project

    A sensible way to lay out a codebase — folders by feature, separating concerns, config, naming, and structure that scales as the project grows.

    Curated guide · updated 2026-07-09

  • Tools & WorkflowGuide

    Introduction to Linux for Developers

    The Linux a developer actually uses daily — the shell, files and permissions, processes, pipes, and the commands worth memorizing.

    Curated guide · updated 2026-07-08

← PrevPage 2 of 4Next →

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

  • S

    scorpion

10 notes

  • S

    Scorpion X Dev

    2 notes

  • aria2

    0 notes

  • Sudheendra21

    0 notes

  • View all writers →

    Curated guides

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