{"id":743,"date":"2026-02-13T17:07:24","date_gmt":"2026-02-13T17:07:24","guid":{"rendered":"https:\/\/quickref.me\/blog\/?p=743"},"modified":"2026-02-13T17:07:24","modified_gmt":"2026-02-13T17:07:24","slug":"cheat-sheets-vs-documentation-stop-drowning-in-tabs-and-build-fast-notes-for-any-stack","status":"publish","type":"post","link":"https:\/\/quickref.me\/blog\/cheat-sheets-vs-documentation-stop-drowning-in-tabs-and-build-fast-notes-for-any-stack\/","title":{"rendered":"Cheat Sheets vs Documentation: Stop Drowning in Tabs and Build Fast Notes for Any Stack"},"content":{"rendered":"<p><span style=\"font-weight: 400;\">Modern documentation is better than it used to be, yet the daily reality still looks the same: twenty tabs open, three versions of the same API page, and one \u201cquick check\u201d that turns into a half-hour rabbit hole. The real problem is not laziness or weak memory. The problem is context switching. Every tab is a tiny tax on attention.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">A personal cheat sheet fixes that tax by shrinking the search surface. In the same way infrastructure decisions can reduce friction, borrowing small workflow ideas <\/span><a href=\"https:\/\/floppydata.com\/proxy-type\/static-residential-proxy\/\"><span style=\"font-weight: 400;\">from Floppydata<\/span><\/a><span style=\"font-weight: 400;\"> can inspire a cleaner \u201caccess layer\u201d for knowledge: fewer clicks, fewer surprises, and faster retrieval when the brain is already full.<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">Why Documentation Still Feels Slow in Real Work<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Official docs are designed to be complete, not fast. They cover edge cases, explain philosophy, and protect against misunderstandings. That is good, but the \u201cgood\u201d part becomes heavy when the task is simple: remember the flag, confirm the syntax, check the order of arguments, or copy a safe snippet.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Cheat sheets do the opposite. They are incomplete on purpose. A good cheat sheet is a map for the most common paths, not the entire city. It reduces time-to-action, especially during debugging, deployments, on-call moments, interviews, or switching between projects.<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">The Real Difference: Reference vs Retrieval<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Documentation is a reference library. Cheat sheets are retrieval tools. The question is not \u201cwhich is better.\u201d The useful question is \u201cwhich one matches the moment.\u201d<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Docs work best when learning something new, designing an approach, or verifying correctness. Cheat sheets work best when repeating known actions and avoiding small mistakes. Both are needed. The win is building a bridge between them: cheat sheets point to the exact doc page for deeper detail, and docs remain the source of truth.<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">What Belongs on a Personal Cheat Sheet<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">A personal cheat sheet should match the stack and the work style. It is not a copy of official docs. It is a curated set of high-frequency moves: common commands, safe defaults, and \u201cgotchas\u201d that keep showing up.<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">The \u201cKeep It, Not Every Thing\u201d Rule Set<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Before the list below, one filter helps: if a detail is searched more than twice, it deserves a home.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Daily commands and flags<\/b><span style=\"font-weight: 400;\"> for tools like Git, Docker, package managers, linters<\/span><span style=\"font-weight: 400;\">\n<p><\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Golden snippets<\/b><span style=\"font-weight: 400;\"> for logging, retries, pagination, and error handling<\/span><span style=\"font-weight: 400;\">\n<p><\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Environment setup notes<\/b><span style=\"font-weight: 400;\"> including ports, secrets locations, and local run steps<\/span><span style=\"font-weight: 400;\">\n<p><\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Debug shortcuts<\/b><span style=\"font-weight: 400;\"> like grep patterns, curl templates, and SQL quick queries<\/span><span style=\"font-weight: 400;\">\n<p><\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Common pitfalls<\/b><span style=\"font-weight: 400;\"> that waste time, including version mismatches and default behaviors<\/span><span style=\"font-weight: 400;\">\n<p><\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Links to canonical docs<\/b><span style=\"font-weight: 400;\"> for anything that should never be memorized<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">After this selection is saved, the cheat sheet becomes a faster brain, not a second job. If it starts turning into a book, the filter has been lost.<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">How to Build Cheat Sheets Without Creating More Work<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">The easiest cheat sheet is assembled from real pain. When a command gets searched, that exact command gets added. When a fix is finally found, the fix gets recorded with one sentence of context. Building from real moments prevents the \u201cperfect template\u201d trap.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">A good format is lightweight: plain text, Markdown, or a notes app that supports quick search. The best cheat sheet is the one that opens instantly. Fancy systems are fine, but only if they stay frictionless under pressure.<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">A Simple Structure That Works Across Stacks<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">A cheat sheet stays usable when it is predictable. A stable structure reduces the mental load of searching inside the sheet itself.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Start with a short index. Then store sections by tool or workflow: Git, containers, CI, database, cloud, runtime, testing, and observability. Inside each section, keep three kinds of entries: commands, snippets, and \u201crules of thumb.\u201d<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">The Discipline That Keeps Cheat Sheets Trustworthy<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Cheat sheets become dangerous when they get outdated. That is the moment where \u201cfast notes\u201d turn into \u201cfast mistakes.\u201d The fix is small maintenance habits that protect accuracy.<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">The Maintenance Habits That Prevent Stale Notes<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Before the list below, one principle matters: the sheet is allowed to be short, but not allowed to be wrong.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Date every tricky entry<\/b><span style=\"font-weight: 400;\"> that depends on version behavior<\/span><span style=\"font-weight: 400;\">\n<p><\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Store versions near commands<\/b><span style=\"font-weight: 400;\"> when flags change across releases<\/span><span style=\"font-weight: 400;\">\n<p><\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Add one test step<\/b><span style=\"font-weight: 400;\"> for setups, even if tiny<\/span><span style=\"font-weight: 400;\">\n<p><\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Replace old fixes<\/b><span style=\"font-weight: 400;\"> instead of stacking three conflicting solutions<\/span><span style=\"font-weight: 400;\">\n<p><\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Keep a \u201cdeprecated\u201d subsection<\/b><span style=\"font-weight: 400;\"> so old notes do not vanish, but also do not mislead<\/span><span style=\"font-weight: 400;\">\n<p><\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Link to the exact doc anchor<\/b><span style=\"font-weight: 400;\"> for anything that may change quickly<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">After these habits become normal, the cheat sheet stays sharp. The sheet remains a speed tool, not a museum.<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">When to Choose Docs, When to Choose Cheat Sheets<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Cheat sheets are perfect for execution. Documentation is better for understanding. When learning a new library, reading docs end to end prevents shallow patterns. When building or fixing under time pressure, cheat sheets reduce tab chaos and keep focus intact.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The best workflow is not choosing one side. The best workflow is building a personal \u201cfast lane\u201d that points back to official truth. That is how tabs stop multiplying, context stays intact, and the stack becomes easier to run day after day.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Modern documentation is better than it used to be, yet the daily reality still looks the same: twenty tabs open, three versions of the same API page, and one \u201cquick &hellip; <a href=\"https:\/\/quickref.me\/blog\/cheat-sheets-vs-documentation-stop-drowning-in-tabs-and-build-fast-notes-for-any-stack\/\" class=\"more-link\">Read More<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-743","post","type-post","status-publish","format-standard","hentry","category-uncategorized","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Cheat Sheets vs Documentation: Stop Drowning in Tabs and Build Fast Notes for Any Stack - Blog QuickRef<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/quickref.me\/blog\/cheat-sheets-vs-documentation-stop-drowning-in-tabs-and-build-fast-notes-for-any-stack\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cheat Sheets vs Documentation: Stop Drowning in Tabs and Build Fast Notes for Any Stack - Blog QuickRef\" \/>\n<meta property=\"og:description\" content=\"Modern documentation is better than it used to be, yet the daily reality still looks the same: twenty tabs open, three versions of the same API page, and one \u201cquick &hellip; Read More\" \/>\n<meta property=\"og:url\" content=\"https:\/\/quickref.me\/blog\/cheat-sheets-vs-documentation-stop-drowning-in-tabs-and-build-fast-notes-for-any-stack\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog QuickRef\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-13T17:07:24+00:00\" \/>\n<meta name=\"author\" content=\"tedm\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"tedm\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\/\/quickref.me\/blog\/cheat-sheets-vs-documentation-stop-drowning-in-tabs-and-build-fast-notes-for-any-stack\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/quickref.me\/blog\/cheat-sheets-vs-documentation-stop-drowning-in-tabs-and-build-fast-notes-for-any-stack\/\"},\"author\":{\"name\":\"tedm\",\"@id\":\"https:\/\/quickref.me\/blog\/#\/schema\/person\/781b09d7f4bdae81ce0d191fb1b1d5ec\"},\"headline\":\"Cheat Sheets vs Documentation: Stop Drowning in Tabs and Build Fast Notes for Any Stack\",\"datePublished\":\"2026-02-13T17:07:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/quickref.me\/blog\/cheat-sheets-vs-documentation-stop-drowning-in-tabs-and-build-fast-notes-for-any-stack\/\"},\"wordCount\":860,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/quickref.me\/blog\/#organization\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/quickref.me\/blog\/cheat-sheets-vs-documentation-stop-drowning-in-tabs-and-build-fast-notes-for-any-stack\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/quickref.me\/blog\/cheat-sheets-vs-documentation-stop-drowning-in-tabs-and-build-fast-notes-for-any-stack\/\",\"url\":\"https:\/\/quickref.me\/blog\/cheat-sheets-vs-documentation-stop-drowning-in-tabs-and-build-fast-notes-for-any-stack\/\",\"name\":\"Cheat Sheets vs Documentation: Stop Drowning in Tabs and Build Fast Notes for Any Stack - Blog QuickRef\",\"isPartOf\":{\"@id\":\"https:\/\/quickref.me\/blog\/#website\"},\"datePublished\":\"2026-02-13T17:07:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/quickref.me\/blog\/cheat-sheets-vs-documentation-stop-drowning-in-tabs-and-build-fast-notes-for-any-stack\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/quickref.me\/blog\/cheat-sheets-vs-documentation-stop-drowning-in-tabs-and-build-fast-notes-for-any-stack\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/quickref.me\/blog\/cheat-sheets-vs-documentation-stop-drowning-in-tabs-and-build-fast-notes-for-any-stack\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/quickref.me\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cheat Sheets vs Documentation: Stop Drowning in Tabs and Build Fast Notes for Any Stack\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/quickref.me\/blog\/#website\",\"url\":\"https:\/\/quickref.me\/blog\/\",\"name\":\"Blog QuickRef\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/quickref.me\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/quickref.me\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/quickref.me\/blog\/#organization\",\"name\":\"Blog QuickRef\",\"url\":\"https:\/\/quickref.me\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/quickref.me\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/quickref.me\/blog\/wp-content\/uploads\/2023\/10\/cropped-wuickref.png\",\"contentUrl\":\"https:\/\/quickref.me\/blog\/wp-content\/uploads\/2023\/10\/cropped-wuickref.png\",\"width\":236,\"height\":63,\"caption\":\"Blog QuickRef\"},\"image\":{\"@id\":\"https:\/\/quickref.me\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/quickref.me\/blog\/#\/schema\/person\/781b09d7f4bdae81ce0d191fb1b1d5ec\",\"name\":\"tedm\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/quickref.me\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2689288940b2c1525bf9633d5f4c4b96d14ab0593b0ec8d5404a1f968810e963?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2689288940b2c1525bf9633d5f4c4b96d14ab0593b0ec8d5404a1f968810e963?s=96&d=mm&r=g\",\"caption\":\"tedm\"},\"sameAs\":[\"https:\/\/quickref.me\/blog\"],\"url\":\"https:\/\/quickref.me\/blog\/author\/tedm\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Cheat Sheets vs Documentation: Stop Drowning in Tabs and Build Fast Notes for Any Stack - Blog QuickRef","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/quickref.me\/blog\/cheat-sheets-vs-documentation-stop-drowning-in-tabs-and-build-fast-notes-for-any-stack\/","og_locale":"en_US","og_type":"article","og_title":"Cheat Sheets vs Documentation: Stop Drowning in Tabs and Build Fast Notes for Any Stack - Blog QuickRef","og_description":"Modern documentation is better than it used to be, yet the daily reality still looks the same: twenty tabs open, three versions of the same API page, and one \u201cquick &hellip; Read More","og_url":"https:\/\/quickref.me\/blog\/cheat-sheets-vs-documentation-stop-drowning-in-tabs-and-build-fast-notes-for-any-stack\/","og_site_name":"Blog QuickRef","article_published_time":"2026-02-13T17:07:24+00:00","author":"tedm","twitter_card":"summary_large_image","twitter_misc":{"Written by":"tedm"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/quickref.me\/blog\/cheat-sheets-vs-documentation-stop-drowning-in-tabs-and-build-fast-notes-for-any-stack\/#article","isPartOf":{"@id":"https:\/\/quickref.me\/blog\/cheat-sheets-vs-documentation-stop-drowning-in-tabs-and-build-fast-notes-for-any-stack\/"},"author":{"name":"tedm","@id":"https:\/\/quickref.me\/blog\/#\/schema\/person\/781b09d7f4bdae81ce0d191fb1b1d5ec"},"headline":"Cheat Sheets vs Documentation: Stop Drowning in Tabs and Build Fast Notes for Any Stack","datePublished":"2026-02-13T17:07:24+00:00","mainEntityOfPage":{"@id":"https:\/\/quickref.me\/blog\/cheat-sheets-vs-documentation-stop-drowning-in-tabs-and-build-fast-notes-for-any-stack\/"},"wordCount":860,"commentCount":0,"publisher":{"@id":"https:\/\/quickref.me\/blog\/#organization"},"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/quickref.me\/blog\/cheat-sheets-vs-documentation-stop-drowning-in-tabs-and-build-fast-notes-for-any-stack\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/quickref.me\/blog\/cheat-sheets-vs-documentation-stop-drowning-in-tabs-and-build-fast-notes-for-any-stack\/","url":"https:\/\/quickref.me\/blog\/cheat-sheets-vs-documentation-stop-drowning-in-tabs-and-build-fast-notes-for-any-stack\/","name":"Cheat Sheets vs Documentation: Stop Drowning in Tabs and Build Fast Notes for Any Stack - Blog QuickRef","isPartOf":{"@id":"https:\/\/quickref.me\/blog\/#website"},"datePublished":"2026-02-13T17:07:24+00:00","breadcrumb":{"@id":"https:\/\/quickref.me\/blog\/cheat-sheets-vs-documentation-stop-drowning-in-tabs-and-build-fast-notes-for-any-stack\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/quickref.me\/blog\/cheat-sheets-vs-documentation-stop-drowning-in-tabs-and-build-fast-notes-for-any-stack\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/quickref.me\/blog\/cheat-sheets-vs-documentation-stop-drowning-in-tabs-and-build-fast-notes-for-any-stack\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/quickref.me\/blog\/"},{"@type":"ListItem","position":2,"name":"Cheat Sheets vs Documentation: Stop Drowning in Tabs and Build Fast Notes for Any Stack"}]},{"@type":"WebSite","@id":"https:\/\/quickref.me\/blog\/#website","url":"https:\/\/quickref.me\/blog\/","name":"Blog QuickRef","description":"","publisher":{"@id":"https:\/\/quickref.me\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/quickref.me\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/quickref.me\/blog\/#organization","name":"Blog QuickRef","url":"https:\/\/quickref.me\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/quickref.me\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/quickref.me\/blog\/wp-content\/uploads\/2023\/10\/cropped-wuickref.png","contentUrl":"https:\/\/quickref.me\/blog\/wp-content\/uploads\/2023\/10\/cropped-wuickref.png","width":236,"height":63,"caption":"Blog QuickRef"},"image":{"@id":"https:\/\/quickref.me\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/quickref.me\/blog\/#\/schema\/person\/781b09d7f4bdae81ce0d191fb1b1d5ec","name":"tedm","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/quickref.me\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/2689288940b2c1525bf9633d5f4c4b96d14ab0593b0ec8d5404a1f968810e963?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2689288940b2c1525bf9633d5f4c4b96d14ab0593b0ec8d5404a1f968810e963?s=96&d=mm&r=g","caption":"tedm"},"sameAs":["https:\/\/quickref.me\/blog"],"url":"https:\/\/quickref.me\/blog\/author\/tedm\/"}]}},"_links":{"self":[{"href":"https:\/\/quickref.me\/blog\/wp-json\/wp\/v2\/posts\/743","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quickref.me\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/quickref.me\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/quickref.me\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/quickref.me\/blog\/wp-json\/wp\/v2\/comments?post=743"}],"version-history":[{"count":1,"href":"https:\/\/quickref.me\/blog\/wp-json\/wp\/v2\/posts\/743\/revisions"}],"predecessor-version":[{"id":744,"href":"https:\/\/quickref.me\/blog\/wp-json\/wp\/v2\/posts\/743\/revisions\/744"}],"wp:attachment":[{"href":"https:\/\/quickref.me\/blog\/wp-json\/wp\/v2\/media?parent=743"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/quickref.me\/blog\/wp-json\/wp\/v2\/categories?post=743"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/quickref.me\/blog\/wp-json\/wp\/v2\/tags?post=743"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}