New pages
- 09:15, 6 May 2026 README.md Content (hist) [294 bytes] AliIybar (Talk | contribs) (Created page with "== Typical README Contents == A README should be concise and practical, typically including: * What the service/application does * How to run the service locally * How to bui...")
- 09:04, 5 May 2026 Minimal API (hist) [966 bytes] AliIybar (Talk | contribs) (Created page with "Category:ASP.NET Category:Core == What is Minimal API == Instead of creating controllers and classes, you define endpoints inline in your app startup (usually Program...")
- 11:50, 2 April 2026 Claude code (hist) [5,794 bytes] AliIybar (Talk | contribs) (Created page with "Category:AI Category:ClaudeCode Course : [https://members.codewithmosh.com/courses/claude-code/ Mosh Claude Code Course] Alternatives of Claude Code : CoPilot, Curso...")
- 10:53, 30 March 2026 Ansible (hist) [7,531 bytes] AliIybar (Talk | contribs) (Created page with "Category:Linux Category:Ansible = Installation = == Installation of the development machine == <pre> pip install ansible brew install hudochenkov/sshpass/sshpass </...")
- 14:36, 25 March 2026 Dynamic DNS (hist) [229 bytes] AliIybar (Talk | contribs) (Created page with "Category:Hidden Category:Bookitforme Category:Linux Category:Network I use [https://www.noip.com/ NO Ip] for dynamic dns: User : ali.iybar@gmail.com Pass :...")
- 13:45, 25 March 2026 Linux CLI Text Editor - Micro (hist) [1,048 bytes] AliIybar (Talk | contribs) (Created page with "== Micro CLI Text Editor == For simplicity I use micro and create a symlink as mi to use like vi. == Installation == sudo apt install micro == Usage == {| class="wikitable"...")
- 10:11, 19 March 2026 Handling Png files in typescript (hist) [972 bytes] AliIybar (Talk | contribs) (Created page with "Category:Typescript Category:React In case there is an error like this appears in VS Code : The Cannot find module './assets/logo.png' or its corresponding type dec...")
- 11:30, 11 March 2026 React useQuery (hist) [823 bytes] AliIybar (Talk | contribs) (Created page with "Category:React Category:ReactNative Category:Hooks == Installation == [https://tanstack.com/query Click here to go to website] npm i @tanstack/react-query or b...")
- 12:32, 10 March 2026 Module federation with vite (hist) [3,412 bytes] AliIybar (Talk | contribs) (Created page with "Category:Bookitforme Category:vite Category:React == Create the apps == <pre> bun create vite host --template react-ts bun create vite client-a --template react-t...")
- 12:10, 4 March 2026 Design Pattern Decision Helper (hist) [222 bytes] AliIybar (Talk | contribs) (Created page with "Category:Extreme Programming Category:Design Patterns Category:OOP Click [https://drive.google.com/file/d/1Uh9CYjQu-4AWaSl2mqlzTn1F8kQGdjyO/view?usp=sharing Desi...")
- 10:30, 27 February 2026 Flyweight Pattern (hist) [1,705 bytes] AliIybar (Talk | contribs) (Created page with "Category:Extreme Programming Category:Design Patterns Category:OOP Reduce memory usage by sharing common (intrinsic) state between many objects, instead of storin...")
- 10:22, 27 February 2026 Prototype Pattern (hist) [906 bytes] AliIybar (Talk | contribs) (Created page with "Category:Extreme Programming Category:Design Patterns Category:OOP Create new objects by copying an existing object (the prototype) instead of instantiating from...")
- 10:15, 27 February 2026 Builder Pattern (hist) [1,092 bytes] AliIybar (Talk | contribs) (Created page with "Category:Extreme Programming Category:Design Patterns Category:OOP Separate the construction of a complex object from its representation, so you can build it step...")
- 11:02, 26 February 2026 Core Software Architecture Patterns (hist) [1,217 bytes] AliIybar (Talk | contribs) (Created page with "Category:Patterns * Layered Architecture (N-tier): Organizes applications into horizontal layers (presentation, business, data) for separation of concerns and maintainabi...")
- 15:12, 25 February 2026 Three main styles of dependency injection (hist) [2,559 bytes] AliIybar (Talk | contribs) (Created page with "Category:DependencyInjection Category:CSharp == Constructor Injection (most common & recommended) == === Idea : === Dependencies are provided through the constructor...")
- 15:39, 2 February 2026 Redux + React with Redux Toolkit (hist) [170 bytes] AliIybar (Talk | contribs) (Created page with "Category:Redux Category:React == Installing == bun add @reduxjs/toolkit == Creating Slices (/src/store/project.js) == <pre> import { createSlice } from '@reduxjs/to...")
- 13:34, 26 January 2026 Sharing a React component library in monorepo (hist) [1,911 bytes] AliIybar (Talk | contribs) (Created page with "Category:React Category:Monorepo Category:Vite Category:Bun == Components == === Creating the project === bun create vite@latest . components --template rea...")