Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Qiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:00, 7 October 2025 Ryan talk contribs created page 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...")
- 08:13, 7 October 2025 Ryan talk contribs created page 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...")
- 13:50, 6 October 2025 Ryan talk contribs created page File:Dd.jpg
- 13:50, 6 October 2025 Ryan talk contribs uploaded File:Dd.jpg
- 13:41, 6 October 2025 Ryan talk contribs created page File:Images.png
- 13:41, 6 October 2025 Ryan talk contribs uploaded File:Images.png
- 10:03, 5 October 2025 Ryan talk contribs moved page Thanksgiving Day (October 4, 2025) to Thanksgiving Day (October 5, 2025)
- 10:02, 5 October 2025 Ryan talk contribs moved page Thanksgiving Day 2025 to Thanksgiving Day (October 4, 2025)
- 08:15, 5 October 2025 Ryan talk contribs created page Thanksgiving Day 2025 (Created page with "..")
- 08:14, 5 October 2025 Ryan talk contribs created page Today, I Did This (Created page with "* Thanksgiving Day 2025")
- 00:10, 3 October 2025 Ryan talk contribs created page 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...")
- 14:34, 2 October 2025 Ryan talk contribs created page 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...")