Related changes
Jump to navigation
Jump to search
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
7 October 2025
|
N 12:25 | Monorepo Management with Git – Best Practices and Workflows 11 changes history +16,249 [Ryan (11×)] | |||
|
12:25 (cur | prev) +2 Ryan talk contribs (→7.1 Merge conflicts across modules) | ||||
|
12:11 (cur | prev) +2 Ryan talk contribs (→4.2 Partial clone (--filter=blob:none)) | ||||
|
12:10 (cur | prev) +3 Ryan talk contribs (→4.2 Partial clone (--filter=blob:none)) | ||||
|
12:10 (cur | prev) +2 Ryan talk contribs (→4.1 git sparse-checkout (concept + quick start)) | ||||
|
12:06 (cur | prev) +3 Ryan talk contribs (→4.1 git sparse-checkout (concept + quick start)) | ||||
|
12:04 (cur | prev) +3 Ryan talk contribs (→3.2 .gitignore setup) | ||||
|
12:02 (cur | prev) +2 Ryan talk contribs (→2) Benefits & Drawbacks) | ||||
|
12:02 (cur | prev) +3 Ryan talk contribs (→2) Benefits & Drawbacks) | ||||
|
12:02 (cur | prev) +2 Ryan talk contribs (→1) Introduction) | ||||
|
12:01 (cur | prev) +3 Ryan talk contribs (→1) Introduction) | ||||
N |
|
12:00 (cur | prev) +16,224 Ryan talk contribs (Created page with "<span id="monorepo-management-with-git-best-practices-and-workflows"></span> = Monorepo Management with Git – Best Practices and '''Workflows''' = <span id="introduction"></span> == 1) Introduction == '''What is a monorepo?''' A ''monorepo'' is a single Git repository that stores many projects (apps, services, libraries, tools) together. Example: <code>apps/web</code>, <code>apps/mobile</code>, <code>libs/ui</code>, <code>libs/auth</code>, <code>infra/terraform</code...") |
|
N 08:16 | Bazel in a Monorepo — A Practical, Copy‑Ready Guide 2 changes history +25,060 [Ryan (2×)] | |||
|
08:16 (cur | prev) +14 Ryan talk contribs (→Bazel in a Monorepo — A Practical, Copy‑Ready Guide) | ||||
N |
|
08:13 (cur | prev) +25,046 Ryan talk contribs (Created page with "<span id="bazel-in-a-monorepo-a-practical-copyready-guide"></span> = Bazel in a Monorepo — A Practical, Copy‑Ready Guide = <blockquote>You already know build tools like Gradle, npm, or Make. This guide shows you '''how to use Bazel effectively in a real monorepo'''. We keep the language simple, give short examples, and end each section with a quick '''Takeaway'''. </blockquote> ----- <span id="introduction-to-bazel"></span> == 1) Introduction to Bazel == '''What...") |
5 October 2025
|
N 10:03 | Today, I Did This 3 changes history +40 [Ryan (3×)] | |||
|
10:03 (cur | prev) 0 Ryan talk contribs | ||||
|
10:02 (cur | prev) +13 Ryan talk contribs | ||||
N |
|
08:14 (cur | prev) +27 Ryan talk contribs (Created page with "* Thanksgiving Day 2025") |
3 October 2025
|
N 00:46 | Mermaid Flowcharts (with UML Meanings) 4 changes history +17,824 [Ryan (4×)] | |||
|
00:46 (cur | prev) −82 Ryan talk contribs (→7) Edges (links) and labels) | ||||
|
00:43 (cur | prev) +86 Ryan talk contribs (→7) Edges (links) and labels) | ||||
|
00:16 (cur | prev) +69 Ryan talk contribs (→5) Shapes (classic bracket syntax)) | ||||
N |
|
00:10 (cur | prev) +17,751 Ryan talk contribs (Created page with "<span id="mermaid-flowcharts-with-uml-meanings"></span> = Mermaid Flowcharts (with UML Meanings) = '''Beginner‑friendly guide with short explanations and many examples.''' ----- <span id="what-is-mermaid-flowchart"></span> == 1) What is Mermaid Flowchart? == A '''flowchart''' is a diagram made of '''nodes''' (shapes with text) connected by '''edges''' (lines/arrows). Mermaid lets you write text that renders into a diagram. '''Mermaid Flowchart ≠ UML''': Mermaid...") |
2 October 2025
|
N 14:36 | Mermaid Sequence Diagrams: Syntax, UML Meaning, and Best Practices 2 changes history +19,555 [Ryan (2×)] | |||
|
14:36 (cur | prev) +5 Ryan talk contribs (→1) Introduction) | ||||
N |
|
14:34 (cur | prev) +19,550 Ryan talk contribs (Created page with "<span id="introduction"></span> == 1) Introduction == '''What is a sequence diagram?''' A sequence diagram shows '''how things talk to each other over time'''. Each “thing” (a person, system, service, object) is drawn as a '''lifeline'''. Messages (arrows) go back and forth to show the order of actions. In UML, sequence diagrams are a kind of '''interaction diagram'''. '''Why use Mermaid?''' Mermaid lets you write diagrams as '''text'''. This is great for code revi...") |