User contributions for Iwiseman
Jump to navigation
Jump to search
26 March 2025
- 06:3206:32, 26 March 2025 diff hist −1 Ollama →Installation current Tag: Visual edit
- 06:3006:30, 26 March 2025 diff hist +259 Ollama No edit summary
- 06:2806:28, 26 March 2025 diff hist +14 N Ollama Created page with "=Introduction="
- 06:2706:27, 26 March 2025 diff hist +81 Main Page →API Technologies
- 06:2406:24, 26 March 2025 diff hist +149 Andoroid MVI Example →Introduction current Tag: Visual edit
- 02:5902:59, 26 March 2025 diff hist +714 BibbleWiki Page →Overriding Skin current
- 01:5901:59, 26 March 2025 diff hist +106 Microservice Design Patterns →Other Stuff
- 01:5701:57, 26 March 2025 diff hist +187 Microservice Design Patterns →Other Stuff
- 01:5401:54, 26 March 2025 diff hist +234 Microservice Design Patterns →Circuit Breaker - Very Popular
- 01:3401:34, 26 March 2025 diff hist +256 Microservice Design Patterns →Introduction
- 01:3101:31, 26 March 2025 diff hist +9 Microservice Design Patterns →Introduction
- 01:3101:31, 26 March 2025 diff hist +2,611 N Microservice Design Patterns Created page with "=Introduction= This page is to provide an override of microservice design patterns<br> File:Microservices Patterns.png<br> =Database Per Service - Popular= This pattern ensures each microservice has its own database, reducing dependencies and enabling scalability. It prevents cross-service data issues but requires careful synchronization strategies. Widely used in microservices architecture, companies like Netflix and Amazon implement this to ensure service autonomy...."
- 01:2101:21, 26 March 2025 diff hist 0 N File:Microservices Patterns.png No edit summary current
- 01:1901:19, 26 March 2025 diff hist 0 N File:Microservices Patterns.webp No edit summary current
- 01:1701:17, 26 March 2025 diff hist +148 Main Page →Software Architecture Patterns
24 March 2025
- 05:1605:16, 24 March 2025 diff hist +16 BibbleWiki Page →Overriding Skin
- 05:1505:15, 24 March 2025 diff hist +325 N BibbleWiki Page Created page with "=Introduction= This is just a page to keep stuff I learn about wiki =Backup= For this I use mysqldump and backup the entire folder =Overriding Skin= I use vector as my skin. <br> <br> You can amend css <>/MediaWiki:Vector.css<br> <br> You can amend js <>/MediaWiki:Vector.js<br> <br> This is how I get the copy button to work"
- 05:0805:08, 24 March 2025 diff hist +80 Main Page →Personel
- 05:0705:07, 24 March 2025 diff hist +76 Model Context Protocol (MCP) →The Real Solution current
- 05:0505:05, 24 March 2025 diff hist +1,235 Model Context Protocol (MCP) →Writing a Server (Kotlin)
- 04:5404:54, 24 March 2025 diff hist +6,866 Model Context Protocol (MCP) No edit summary
22 March 2025
- 23:5523:55, 22 March 2025 diff hist +453 MediaWiki:Vector.js No edit summary current
- 23:1623:16, 22 March 2025 diff hist −491 MediaWiki:Common.css No edit summary current
- 23:1523:15, 22 March 2025 diff hist −1,350 MediaWiki:Common.js Replaced content with "→Any JavaScript here will be loaded for all users on every page load.: " current Tag: Replaced
- 23:1323:13, 22 March 2025 diff hist −28 MediaWiki:Vector.css No edit summary current Tag: Manual revert
- 23:1223:12, 22 March 2025 diff hist +28 MediaWiki:Vector.css No edit summary Tag: Reverted
- 23:0923:09, 22 March 2025 diff hist +1,250 N MediaWiki:Vector.js Created page with "→All JavaScript here will be loaded for users of the Vector skin: // Add copy buttons to all <syntaxhighlight> blocks document.addEventListener("DOMContentLoaded", () => { document.querySelectorAll("div.mw-highlight").forEach((block) => { const button = document.createElement("button"); button.className = "copy-button"; button.textContent = "Copy"; button.addEventListener("click", () => { const code = block.innerText;..."
- 23:0823:08, 22 March 2025 diff hist +338 MediaWiki:Vector.css No edit summary
- 23:0623:06, 22 March 2025 diff hist −8 MediaWiki:Vector.css No edit summary
- 23:0423:04, 22 March 2025 diff hist +44 N Index.php Created page with "mw-highlight { background-color: #Red; }" current
- 23:0023:00, 22 March 2025 diff hist +113 N MediaWiki:Vector.css Created page with "→All CSS here will be loaded for users of the Vector skin: mw-highlight {  background-color: #222; }"
- 22:5622:56, 22 March 2025 diff hist +48 N User:Iwiseman/vector.css Created page with "mw-highlight {  background-color: #222; }" current
- 22:5322:53, 22 March 2025 diff hist +42 N Iwiseman/vector.css Created page with "mw-highlight { background-color: #222; }" current
- 22:4822:48, 22 March 2025 diff hist +18 MediaWiki:Common.css No edit summary
- 22:4622:46, 22 March 2025 diff hist −19 MediaWiki:Common.css No edit summary
- 22:4522:45, 22 March 2025 diff hist +48 MediaWiki:Common.css No edit summary
- 22:3922:39, 22 March 2025 diff hist −33 MediaWiki:Common.css No edit summary
- 22:3922:39, 22 March 2025 diff hist −3 MediaWiki:Common.css No edit summary
- 22:3822:38, 22 March 2025 diff hist +37 MediaWiki:Common.css No edit summary
- 22:2322:23, 22 March 2025 diff hist +97 N Test page syntax Created page with "<syntaxhighlight lang="bash"> wget https://example.com/file.zip unzip file.zip </syntaxhighlight>" current
- 22:2322:23, 22 March 2025 diff hist +22 Gradle No edit summary current
- 22:1722:17, 22 March 2025 diff hist +1 Gradle →Get Software
- 22:1622:16, 22 March 2025 diff hist +444 MediaWiki:Common.css No edit summary
- 22:1522:15, 22 March 2025 diff hist +1,424 N MediaWiki:Common.js Created page with "→Any JavaScript here will be loaded for all users on every page load.: document.addEventListener("DOMContentLoaded", () => { document.querySelectorAll("syntaxhighlight").forEach((block) => { // Create the copy button const button = document.createElement("button"); button.className = "copy-button"; button.textContent = "Copy"; // Add click event to copy the code button.addEventListener("click", () => {..."
- 05:2805:28, 22 March 2025 diff hist +813 Gradle →Gradle 5.4.1 to 6.x
- 04:1404:14, 22 March 2025 diff hist +3,725 Model Context Protocol (MCP) →Writing a Server (Python)
20 March 2025
- 03:0403:04, 20 March 2025 diff hist +417 Angular Revisited 2025 No edit summary current
19 March 2025
- 00:4100:41, 19 March 2025 diff hist +671 N Angular Revisited 2025 Created page with "=Introduction= Been a while since I touched Angular except for when I put my loader into WASM. So this page is just to add any changes I have found =CommonModule= The structural directives, e.g. NgFor NgIf not can be import in the component. I guessing the is because of SSR so now we do this <syntaxhighlight lang="ts"> @Component({ selector: 'app-chess-board', imports: [NgFor, NgClass, NgIf], templateUrl: './chess-board.component.html', styleUrl: './chess-board.c..."
- 00:3500:35, 19 March 2025 diff hist +129 Main Page →Angular
18 March 2025
- 22:3222:32, 18 March 2025 diff hist +518 Android Kotlin Flows →The Unit Test current