skip to content
Honwhy Wang

Posts

  • 微信 Markdown 编辑器部署Cloudflare Workers简单方式

    这可能是最简单部署方式了,只需要一行命令即可搞定。注册登录cloudflare后,打开md项目,只需要执行pnpm web wrangler:deploy命令即可完成部署
  • 自我效能感理论(Self-Efficacy Theory)

    在认知心理学与人格心理学领域,美籍加拿大心理学家 **阿尔伯特·班杜拉**(Albert Bandura, 1925–2021)提出的 **自我效能感理论**(Self-Efficacy Theory)是理解人类行为动机、情绪与认知的核心概念之一。该理论从社会认知视角出发,强调个体对自身能力信念的重要性
  • Build Static Website: GitHub Pages & Cloudflare Pages

    Building a static website with GitHub Pages and Cloudflare Pages works perfectly for personal independent blogs and company product showcase pages.
  • 使用Github Pages和Cloudflare Pages搭建静态网站

    使用Github Pages和Cloudflare Pages搭建静态网站,非常适合个人独立博客网站,以及公司产品宣传介绍页面。
  • Cloudflare Workers Full-Stack Practice

    A hands-on full-stack deployment guide with Cloudflare Workers, featuring Vue on the frontend and Hono, better-auth, drizzle, KV, and D1 on the backend.
  • cloudflare workers 全栈化实战

    cloudflare workers 全栈化实战。利用`cloudflare workers` 实现一个全栈化项目的部署,技术选型前端使用`Vue`,后端除了`cloudflare workers`全家桶,还是用`Hono`,`better-auth`以及`drizzle`
  • Custom Groovy Number: null/empty as non-comparable NaN-like.

    Custom Groovy Number that accepts null/empty and behaves like a "NaN": not equal or comparable to any value, even another instance with null/empty input.
  • Inject CSS into Host Page from WXT ShadowRoot UI

    With 3–4 years of browser extension development experience, I consider the ShadowRoot API the optimal approach for content scripts.
  • Java ASM & Java Poet

    As the name implies, writing poetry in Java. The question of “how to implement language X in language X” can be quite fascinating.
  • WXT Content Script Chunking Issue

    Large content scripts in WXT browser extensions can cause problems like slow updates and crashes, especially on Windows. Firefox also limits file sizes.