Avatar 💻

recca0120 Tech Notes

Software Developer / Tech Notes

  1. Home
  2. Archives
  3. Categories
  4. Tags
  5. Search
  6. About
    1. Dark Mode

Archives

2026 49
2024 3
2023 11
2022 13
2020 15
More

Categories

PHP Laravel Testing Frontend DevOps Database Tools Python AI MacOS

Tags

Laravel Php Testing Javascript PHPUnit Sqlite Python Typescript Ai-Agent Claude-Code Composer Linux Aws Blade Developer-Tools Devops Docker Guzzle MCP Mockery
Featured image of post Generate Root Domain URLs Inside Laravel Subdomain Routes: clone UrlGenerator
Laravel PHP

Generate Root Domain URLs Inside Laravel Subdomain Routes: clone UrlGenerator

Inside a Laravel subdomain route, url() and route() produce URLs with the subdomain. Clone app(UrlGenerator::class) and call useOrigin() to generate root domain URLs without affecting global state.

2026 年 3 月 17 日
正體中文
Laravel Php Testing Routing
Featured image of post CLI-Anything: The Universal Bridge for AI Agents to Control Any Software
AI

CLI-Anything: The Universal Bridge for AI Agents to Control Any Software

No screenshots, no clicking — one command makes Claude Code generate a complete CLI for any software, letting AI agents directly call GIMP, Blender, and LibreOffice

2026 年 3 月 15 日
正體中文
Claude-Code Ai-Agent Cli Automation
Featured image of post terraform test: The Built-in Terraform Module Testing Framework, No Go Required
DevOps

terraform test: The Built-in Terraform Module Testing Framework, No Go Required

Terraform 1.6 ships a built-in test framework. Write tests in .tftest.hcl, run with terraform test. Supports plan-only unit tests, mock_provider without cloud credentials, expect_failures for validation testing, and apply-based integration tests.

2026 年 3 月 15 日
正體中文
Terraform Testing Infrastructure-as-Code Devops
Featured image of post Terraform: Manage Cloud Infrastructure as Code, Stop Clicking Around
DevOps

Terraform: Manage Cloud Infrastructure as Code, Stop Clicking Around

Terraform is an Infrastructure as Code tool that manages AWS, GCP, Cloudflare and 3000+ providers with HCL. Covers installation, HCL syntax, state management, module structure, multi-environment strategy, and a working S3+CloudFront deployment example.

2026 年 3 月 14 日
正體中文
Terraform Infrastructure-as-Code Aws Devops Cloudflare
Featured image of post Terratest: Automated Integration Testing for Terraform Infrastructure
DevOps

Terratest: Automated Integration Testing for Terraform Infrastructure

Terratest is a Go library for writing real integration tests against Terraform modules. It deploys actual infrastructure, validates it, then destroys it — covering terraform, http_helper, aws, retry, and test_structure packages with complete Go code examples.

2026 年 3 月 14 日
正體中文
Terratest Terraform Go Testing Aws Infrastructure
Featured image of post Zustand: React State Management Without Providers or Reducers
Frontend

Zustand: React State Management Without Providers or Reducers

Zustand is a 1KB React state management library. One create() call handles state and actions, no Provider wrapping needed, selectors prevent unnecessary re-renders, with built-in persist, devtools, and immer middleware.

2026 年 3 月 13 日
正體中文
Zustand React State-Management Typescript Javascript
Featured image of post ky: Stop Writing Fetch Boilerplate
Frontend

ky: Stop Writing Fetch Boilerplate

ky is a tiny fetch-based HTTP client — 4KB gzip, zero dependencies. Built-in retry with exponential backoff, timeout, hooks (like interceptors), JSON shorthand. 3x smaller than axios, half the code of raw fetch.

2026 年 3 月 12 日
正體中文
Ky Fetch Http Typescript Javascript
Featured image of post Zod: TypeScript Schema Validation Without the Boilerplate
Frontend

Zod: TypeScript Schema Validation Without the Boilerplate

Zod is a TypeScript-first schema validation library. Define a schema once, get runtime validation and TypeScript types automatically. Supports parse/safeParse, transform, refine, discriminated union. 2kb gzip, zero dependencies.

2026 年 3 月 11 日
正體中文
Zod Typescript Validation Javascript
Featured image of post Replace ESLint + Prettier with Biome: 35x Faster, One Tool
Tools Frontend

Replace ESLint + Prettier with Biome: 35x Faster, One Tool

Biome is a Rust-based frontend toolchain that formats 35x faster than Prettier, includes 455 lint rules covering ESLint + TypeScript ESLint, and replaces five config files with one biome.json. Auto-migration included.

2026 年 3 月 10 日
正體中文
Biome Eslint Prettier Typescript Developer-Tools
Featured image of post Mole: Clear 95GB of macOS Junk with One Command
Tools

Mole: Clear 95GB of macOS Junk with One Command

Mole is a 38K-star macOS cleaner. mo clean removes caches deep in the system, mo uninstall removes apps plus all leftover files, mo purge clears node_modules and build artifacts. Free, open-source, dry-run safe.

2026 年 3 月 9 日
正體中文
MacOS Mole Developer-Tools Productivity
1 2 3 4 5 6 7 8 10
© 2020 - 2026 recca0120 Tech Notes
recca0120 on GitHub
Built with Hugo
Theme Stack designed by Jimmy