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).
- 19:00, 6 June 2025 Ryan talk contribs created page Mastering Google Cloud Path Matchers for Advanced URL Routing and Rewriting (Created page with "<span id="mastering-google-cloud-path-matchers-for-advanced-url-routing-and-rewriting"></span> == Mastering Google Cloud Path Matchers for Advanced URL Routing and Rewriting == In the landscape of Google Cloud Load Balancing, '''Path Matcher''' stands as a pivotal component for sophisticated traffic management. It allows you to direct incoming requests to different backend services or buckets based on the path of the request URL. This guide provides a comprehensive walk...") Tag: Visual edit: Switched
- 15:33, 6 June 2025 Ryan talk contribs created page How to Configure a Global External HTTPS Load Balancer for Google Cloud Run (Created page with "=== Introduction === Using a Global External HTTPS Load Balancer in front of your Cloud Run service provides several key benefits for production applications. It allows you to use a '''custom domain''' with a '''Google-managed SSL certificate''', which Google automatically provisions and renews for you. This setup also integrates seamlessly with '''Cloud CDN''' to cache content closer to your users, improving latency. Additionally, it enhances security by enabling servi...") Tag: Visual edit: Switched
- 07:26, 6 June 2025 Ryan talk contribs created page Securing Your Microservices: A Guide to Internal-Only Traffic in Cloud Run (Created page with "<span id="securing-your-microservices-a-guide-to-internal-only-traffic-in-cloud-run"></span> === Securing Your Microservices: A Guide to Internal-Only Traffic in Cloud Run === You can configure your Google Cloud Run services to communicate with each other internally, shielding them from the public internet and creating a more secure microservices architecture. This is achieved by setting the ingress of the receiving service to “internal” and ensuring the calling ser...") Tag: Visual edit: Switched
- 06:29, 6 June 2025 Ryan talk contribs created page Tidying Up Your MediaWiki URLs: A Guide to Hiding "index.php" (Created page with "<span id="tidying-up-your-mediawiki-urls-a-guide-to-hiding-index.php"></span> == Tidying Up Your MediaWiki URLs: A Guide to Hiding “index.php” == A cleaner, more user-friendly URL structure for your MediaWiki installation is easily achievable by hiding the “/index.php” portion of your document addresses. This process, often referred to as creating “short URLs,” not only enhances the aesthetics of your links but can also improve search engine optimization. Th...") Tag: Visual edit: Switched
- 03:50, 6 June 2025 Ryan talk contribs created page A Comprehensive Guide to Using the Apple Studio Display with a Windows 11 PC (Created page with "'''A Comprehensive Guide to Using the Apple Studio Display with a Windows 11 PC''' The Apple Studio Display is a premium 5K monitor that appeals to users for its stunning visual fidelity and integrated features. While designed primarily for the Apple ecosystem, it can be a compelling option for Windows 11 users. This guide provides a detailed walkthrough of how to use the Apple Studio Display with a Windows 11 PC, addressing everything from initial setup to daily use an...") Tag: Visual edit: Switched
- 07:19, 5 June 2025 Ryan talk contribs created page IPad Pro 13-inch (M4) vs. iPad Air 13-inch (M2): A Detailed Comparison (Created page with "Here’s a comparison table between the iPad Pro 13-inch (M4) and the iPad Air 13-inch (M2), highlighting their key differences: <span id="ipad-pro-13-inch-m4-vs.-ipad-air-13-inch-m2-comparison"></span> == iPad Pro 13-inch (M4) vs. iPad Air 13-inch (M2) Comparison == {| class="wikitable" |- ! style="text-align: left;"| Feature ! style="text-align: left;"| iPad Pro 13-inch (M4) ! style="text-align: left;"| iPad Air 13-inch (M2) |- | style="text-align: left;"| '''Proces...") Tag: Visual edit: Switched
- 07:16, 5 June 2025 Ryan talk contribs created page How to Use Your Android Tablet as a Mac External Display (Created page with "While Apple’s Sidecar feature allows iPads to seamlessly extend a Mac’s display, using an Android tablet as a second monitor for your Mac requires third-party applications. Here are some of the most common and effective ways to achieve this: '''1. Paid Solutions (Generally More Reliable):''' * '''Duet Display:''' ** '''How it works:''' Duet Display is a popular choice that offers both wired (USB) and wireless (Wi-Fi) connections. You download the app on your Mac an...") Tag: Visual edit: Switched
- 05:12, 5 June 2025 Ryan talk contribs moved page A plan for beginners in Kotlin server-side development." to A plan for beginners in Kotlin server-side development. without leaving a redirect
- 05:11, 5 June 2025 Ryan talk contribs created page A plan for beginners in Kotlin server-side development." (Created page with "'''Phase 1: Solidify Kotlin Fundamentals (1-2 Weeks)''' * '''Goal:''' Ensure you’re comfortable with Kotlin beyond the very basics. * '''Topics:''' ** Data classes, sealed classes, enums ** Functions (lambdas, higher-order functions, extension functions) ** Null safety (the <code>?.</code>, <code>?:</code>, <code>!!</code> operators, <code>let</code>, <code>run</code>, <code>apply</code>, <code>also</code>) ** Collections and functional operations (map, filter, fold,...") Tag: Visual edit: Switched
- 13:15, 4 June 2025 Ryan talk contribs created page Deploy your custom containerized web server application to Google Cloud Run. (Created page with "Deploy your custom containerized web server application to Google Cloud Run. ----- <span id="prerequisites"></span> == 1. Prerequisites 🧑💻 == Before you begin, ensure you have the following set up: <ul> <li>'''Google Cloud Project:''' <ul> <li>A Google Cloud Project with '''billing enabled'''.</li> <li>The following APIs '''enabled''' within your project: <ul> <li>Cloud Run API (<code>run.googleapis.com</code>)</li> <li>Cloud Build API (<code>cloudbuild.goo...") Tag: Visual edit: Switched
- 13:11, 4 June 2025 Ryan talk contribs created page Convert markdown to mediawiki with pandoc (Created page with "Normal Usage<syntaxhighlight lang="bash"> pandoc -f markdown -t mediawiki test.md -o test.wiki </syntaxhighlight>Sometimes, the current version of MediaWiki can't display the <code><nowiki><syntaxhighlight></nowiki></code> tag. This could be a solution.<syntaxhighlight lang="bash"> pandoc -f markdown -t mediawiki test.md | sed "s/<syntaxhighlight/\n<syntaxhighlight/" > test.wiki </syntaxhighlight>https://pandoc.org/ https://pandoc.org/try/") Tag: Visual edit
- 12:43, 4 June 2025 MediaWiki default talk contribs created page Main Page