New pages
Jump to navigation
Jump to search
7 October 2025
- 12:0012:00, 7 October 2025 Monorepo Management with Git – Best Practices and Workflows (hist | edit) [16,249 bytes] 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...")
- 08:1308:13, 7 October 2025 Bazel in a Monorepo — A Practical, Copy‑Ready Guide (hist | edit) [25,060 bytes] 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
- 08:1508:15, 5 October 2025 Thanksgiving Day (October 5, 2025) (hist | edit) [2 bytes] Ryan (talk | contribs) (Created page with "..") originally created as "Thanksgiving Day 2025"
- 08:1408:14, 5 October 2025 Today, I Did This (hist | edit) [40 bytes] Ryan (talk | contribs) (Created page with "* Thanksgiving Day 2025")
3 October 2025
- 00:1000:10, 3 October 2025 Mermaid Flowcharts (with UML Meanings) (hist | edit) [17,824 bytes] 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...")