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

  • KotlinNote

    Kotlin coroutines overview

    Coroutines are Kotlin's answer to asynchronous programming. They let you write concurrent code that reads sequentially, without blocking threads. Suspend fun…

    scorpionxdev
    001
  • DatabasesNote

Database indexing basics

An index is a sorted lookup structure that lets the database find rows without scanning the whole table. It is the single biggest lever for query speed, and …

scorpionxdev
001
  • GitNote

    Git commands I use every day

    A short reference of the Git commands I actually reach for daily. Not exhaustive, just the ones that earn their keep. Checking state bash git status what cha…

    scorpionxdev
    002
  • 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
    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
  • 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

  • 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 3Next →

    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 →