User contributions for Ryan
7 October 2025
- 12:2512:25, 7 October 2025 diff hist +2 Monorepo Management with Git – Best Practices and Workflows →7.1 Merge conflicts across modules current
- 12:1112:11, 7 October 2025 diff hist +2 Monorepo Management with Git – Best Practices and Workflows →4.2 Partial clone (--filter=blob:none)
- 12:1012:10, 7 October 2025 diff hist +3 Monorepo Management with Git – Best Practices and Workflows →4.2 Partial clone (--filter=blob:none)
- 12:1012:10, 7 October 2025 diff hist +2 Monorepo Management with Git – Best Practices and Workflows →4.1 git sparse-checkout (concept + quick start)
- 12:0612:06, 7 October 2025 diff hist +3 Monorepo Management with Git – Best Practices and Workflows →4.1 git sparse-checkout (concept + quick start)
- 12:0412:04, 7 October 2025 diff hist +3 Monorepo Management with Git – Best Practices and Workflows →3.2 .gitignore setup
- 12:0212:02, 7 October 2025 diff hist +2 Monorepo Management with Git – Best Practices and Workflows →2) Benefits & Drawbacks
- 12:0212:02, 7 October 2025 diff hist +3 Monorepo Management with Git – Best Practices and Workflows →2) Benefits & Drawbacks
- 12:0212:02, 7 October 2025 diff hist +2 Monorepo Management with Git – Best Practices and Workflows →1) Introduction
- 12:0112:01, 7 October 2025 diff hist +3 Monorepo Management with Git – Best Practices and Workflows →1) Introduction
- 12:0012:00, 7 October 2025 diff hist +16,224 N Monorepo Management with Git – Best Practices and Workflows 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..."
- 11:5711:57, 7 October 2025 diff hist +130 Main Page →Software Tools & CLI Utilities current
- 11:5711:57, 7 October 2025 diff hist −62 Main Page →Google Cloud (Cloud Run, Load Balancing, Q CLI) Tag: Manual revert
- 08:1608:16, 7 October 2025 diff hist +14 Bazel in a Monorepo — A Practical, Copy‑Ready Guide →Bazel in a Monorepo — A Practical, Copy‑Ready Guide current
- 08:1308:13, 7 October 2025 diff hist +25,046 N Bazel in a Monorepo — A Practical, Copy‑Ready Guide 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..."
- 08:1008:10, 7 October 2025 diff hist +62 Main Page →Google Cloud (Cloud Run, Load Balancing, Q CLI) Tag: Reverted
6 October 2025
- 13:5013:50, 6 October 2025 diff hist 0 N File:Dd.jpg No edit summary current
- 13:4113:41, 6 October 2025 diff hist 0 N File:Images.png No edit summary current
5 October 2025
- 10:0310:03, 5 October 2025 diff hist 0 Today, I Did This No edit summary current
- 10:0310:03, 5 October 2025 diff hist +48 N Thanksgiving Day (October 4, 2025) Ryan moved page Thanksgiving Day (October 4, 2025) to Thanksgiving Day (October 5, 2025) current Tag: New redirect
- 10:0310:03, 5 October 2025 diff hist 0 m Thanksgiving Day (October 5, 2025) Ryan moved page Thanksgiving Day (October 4, 2025) to Thanksgiving Day (October 5, 2025) current
- 10:0210:02, 5 October 2025 diff hist +13 Today, I Did This No edit summary
- 10:0210:02, 5 October 2025 diff hist +48 N Thanksgiving Day 2025 Ryan moved page Thanksgiving Day 2025 to Thanksgiving Day (October 4, 2025) current Tag: New redirect
- 10:0210:02, 5 October 2025 diff hist 0 m Thanksgiving Day (October 5, 2025) Ryan moved page Thanksgiving Day 2025 to Thanksgiving Day (October 4, 2025)
- 08:1508:15, 5 October 2025 diff hist +2 N Thanksgiving Day (October 5, 2025) Created page with ".."
- 08:1408:14, 5 October 2025 diff hist +27 N Today, I Did This Created page with "* Thanksgiving Day 2025"
- 08:0908:09, 5 October 2025 diff hist +24 Main Page →Books
3 October 2025
- 00:4600:46, 3 October 2025 diff hist −82 Mermaid Flowcharts (with UML Meanings) →7) Edges (links) and labels current
- 00:4300:43, 3 October 2025 diff hist +86 Mermaid Flowcharts (with UML Meanings) →7) Edges (links) and labels
- 00:1600:16, 3 October 2025 diff hist +69 Mermaid Flowcharts (with UML Meanings) →5) Shapes (classic bracket syntax)
- 00:1000:10, 3 October 2025 diff hist +17,751 N Mermaid Flowcharts (with UML Meanings) 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
- 23:5623:56, 2 October 2025 diff hist +45 Main Page →Miscellaneous
- 14:3614:36, 2 October 2025 diff hist +5 Mermaid Sequence Diagrams: Syntax, UML Meaning, and Best Practices →1) Introduction current
- 14:3414:34, 2 October 2025 diff hist +19,550 N Mermaid Sequence Diagrams: Syntax, UML Meaning, and Best Practices 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..."
- 14:3214:32, 2 October 2025 diff hist +73 Main Page →Miscellaneous
30 September 2025
- 01:1701:17, 30 September 2025 diff hist +2,711 N Adding Custom Commands in Git Created page with "<span id="adding-custom-commands-in-git"></span> = Adding Custom Commands in Git = Git is flexible and allows you to extend its functionality. You can add your own custom commands in two main ways: '''aliases''' and '''custom scripts'''. ----- <span id="git-aliases"></span> == 1. Git Aliases == Aliases are shortcuts that let you run common Git commands faster or create combinations of options. <span id="example-simple-alias"></span> === Example: Simple Alias === <..." current
- 01:1501:15, 30 September 2025 diff hist +36 Main Page →Software Tools & CLI Utilities
28 September 2025
- 01:3801:38, 28 September 2025 diff hist +4,034 N Mermaid vs Draw.io (diagrams.net) Created page with " <span id="mermaid-vs-draw.io-diagrams.net"></span> = Mermaid vs Draw.io (diagrams.net) = <span id="introduction"></span> == 1. Introduction == When creating diagrams for documentation, software design, or project planning, two popular tools often come up: '''Mermaid''' and '''Draw.io (diagrams.net)'''. Both are useful but serve different needs. ----- <span id="what-is-mermaid"></span> == 2. What is Mermaid? == * '''Description''': Mermaid is a text-based diagrammi..." current
- 01:3701:37, 28 September 2025 diff hist +14 Main Page →Miscellaneous
- 01:2801:28, 28 September 2025 diff hist +27 Main Page →Miscellaneous
27 September 2025
- 11:1211:12, 27 September 2025 diff hist +9,553 N The “Cheerful Skeleton” Mosaic of Hatay, Turkey Created page with " <span id="introduction"></span> === 1. Introduction === * In southern Turkey, in Hatay Province (ancient Antioch), archaeologists discovered a mosaic featuring a reclining skeleton holding a drink, with bread and a wine jar nearby. ([https://apnews.com/030bc094a1244b4186db09a3dab1d04a/ancient-mosaic-featuring-cheerful-skeleton-found-turkey?utm_source=chatgpt.com AP News]) * The mosaic includes a Greek inscription that translates roughly to '''“Be cheerful, enjoy life..." current
- 10:5810:58, 27 September 2025 diff hist +58 Main Page →Miscellaneous
22 September 2025
- 14:5214:52, 22 September 2025 diff hist +9 Chapter 07: Writing Test Code →7.2.3 When to Use Each Type current
- 14:2314:23, 22 September 2025 diff hist +10 Chapter 07: Writing Test Code →7.1.2 Testing Pyramid for Spring Boot
- 14:2214:22, 22 September 2025 diff hist +3 Chapter 07: Writing Test Code →7.1.2 Testing Pyramid for Spring Boot
- 14:2114:21, 22 September 2025 diff hist −1 Chapter 07: Writing Test Code →7.1.1 The Value of Testing
- 14:2114:21, 22 September 2025 diff hist +7 Chapter 07: Writing Test Code →7.1.1 The Value of Testing
20 September 2025
- 16:0516:05, 20 September 2025 diff hist +2,493 N Mastering Companion Objects in Kotlin Created page with "<span id="what-is-a-companion-in-kotlin"></span> == 1. What is a <code>companion</code> in Kotlin? == In Kotlin, you don’t have '''static methods or static variables''' like in Java. Instead, you use a '''<code>companion object</code>'''. A <code>companion object</code> is like a special object inside a class that is shared by all instances of that class. It acts a bit like <code>static</code> in Java. ----- <span id="syntax-of-companion-object"></span> == 2. Synt..." current
- 16:0316:03, 20 September 2025 diff hist +44 Main Page →Kotlin / Spring Boot Development