Getting Started with StoryBook 18 Offical Doc: https://storybook.js.org/docs 1pnpm create storybook@latest 1pnpm run storybook 1pnpm add --save-dev @storybook/test @storybook/addon-interactions 2025-03-31
From Zero to One: Crafting My Custom Component Library 第一步:项目初始化与配置首先我们需要创建项目并设置基本配置: 12345678910111213141516mkdir myuicd myuinpm init -y# 安装核心依赖pnpm install react react-dom typescript @types/react @types/react-dom --save-dev# 安装构建工具pnpm install rollup @r 2025-03-31
Getting Started with hcloud 使用网页运维十分繁琐,经常要在多个页面来回点击。沟通十分困难。 有没有一种命令行方式,能帮我们自动完成一些常用的重复操作呢。 我将使用 PYTHON 代码 描述整个过程配置SSL1 添加域名解析例如我想添加 example.com 解析到 某个IP地址。 1 2025-03-29
UV Python Package Manager Guide Resources UV Official Documentation UV vs Pip Performance Comparison Python Packaging Best Practices What is UV?UV is a fast Python package installer and resolver developed by Astral, written in Rust 2025-03-24
What is Model Context Protocol (MCP) ? 0. RelatedOffical Dochttps://modelcontextprotocol.io/introduction https://www.bilibili.com/video/BV1AnQNYxEsy 1. Supported Clients We use Cline. 2. VS CodeOpen VS Code, install plugin cline. configure 2025-03-23
How to Find Your AccessKeyId for Alibaba Cloud OSS To facilitate uploading pictures to OSS. VSCode Plugin: Aliyun OSS Uploader Need Aliyun OSS AccessKeyId. Log in to the Alibaba Cloud ConsoleStart by navigating to the Alibaba Cloud official website i 2025-03-21
Best Practices for Managing API Keys in Python Projects: A Comprehensive Guide When working with external APIs like OpenAI in Python projects, securely managing API keys is crucial. This article explores different approaches to handle API keys safely and efficiently, with a spec 2025-02-24