React 18 Project - FrontEndSim 项目任务书项目名称: FrontEndSim 目标: 创建一个用户友好的前端场景题 Web 应用程序,方便熟悉前端js语法,练习前端场景题。 项目架构设计顶层架构 主要数据结构设计 系统采用数据驱动的设计方法,以JSON格式定义题目数据。主要数据结构如下: 123456789101112131415161718192021222324{ "id": "qu 2025-04-05 #React #Monaco-Editor #TailwindCSS #Y.js
React 18 Project - MyUI : Crafting My Custom Component Library Final Effecthttps://myui.hardyhu.com PreliminariesThis blog assumes that you have a basic understanding of the following technologies: Monorepo + pnpm TypeScript React 18 Rollup Storybook 8 Jest GitH 2025-03-21 #React #Monorepo #Storybook #Jest #TypeScript
React 18 Project - Moliu : A Rich Text Editor Platform https://moliu.hardyhu.com Final resultHomePage EditorPage DocumentsPage 正在编写中……, 0. Experience Feishu(飞书) DocumentsI want to use React to imitate Feishu Documents and make a simplified rich text editi 2024-12-26 #React #TailwindCSS #Y.js #Tiptap #Supabase
Getting Started with Linux Scripting Linux scripting is one of the most powerful skills you can develop as you begin your journey into the Linux ecosystem. What is Linux Scripting?Linux scripting refers to writing a series of commands i 2025-05-20
Understanding ext4, NTFS, and APFS File Systems: Basic Concepts Documentation ResourcesFor those looking to explore these file systems in greater technical depth: ext4 Documentation Linux Kernel ext4 Documentation ext4 Wiki on kernel.org The Linux Documentation Pr 2025-05-10 #File Systems
Installing Rust Tutorial Forewordhttps://www.rust-lang.org/tools/install https://www.cnblogs.com/timefiles/p/17930394.html Installing Rust on Windows Setting Up Mirror RepositoriesWin + X, Press A 12[environment]::SetEnvironm 2025-04-13
Getting Started with Turborepo Offical Doc: https://turbo.build/docs 1pnpx create-turbo@latest turbo.json 12345678910111213141516171819202122{ "$schema": "https://turbo.build/schema.json", "globa 2025-04-13
Command Aliases: Boosting Productivity in Windows and Unix Systems Working efficiently at the command line can dramatically increase your productivity as a developer or system administrator. One of the simplest yet most powerful techniques is creating command aliases 2025-04-08
Getting Started with DSPy Current Version: 2.6.16 Offical Doc: https://dspy.ai/ Install1pip install dspy ConfigOPENAI 123import dspylm = dspy.LM('openai/gpt-4o-mini', api_key='YOUR_OPENAI_API_KEY')dspy.con 2025-04-08 #Python #AI #DSPy #Machine Learning #Natural Language Processing
Getting Started with LangChain Offical Dochttps://python.langchain.com/docs/introduction/ Install1pip install langchain LLM and Chat Model12345from langchain.llms import OpenAIllm = OpenAI(openai_api_key="YOUR_OPENAI_API_KEY& 2025-04-08 #Python #Machine Learning #Natural Language Processing #Langchain