Naily Zero's Avatar

Naily Zero

@naily.cc.bsky.social

✨ A Web Frontend & Node.js Backend Developer 🏫 A bad university grade 2 student⚡️The backend developer for Lightning Studio, making some Apple watch apps❄️ What’s next? Rust, or Go?

22 Followers  |  48 Following  |  19 Posts  |  Joined: 12.12.2024  |  1.7855

Latest posts by naily.cc on Bluesky

Preview
GitHub - Groupguanfang/arkTS: 个人使用的VSCode鸿蒙ArkTS插件✨(问题多,但是能用)✍️半支持源码跳转😁 VSCode HarmonyOS ArkTS plugin for personal use ✨ (has problems but usable) ✍️ partially supports source code navigation 😁 个人使用的VSCode鸿蒙ArkTS插件✨(问题多,但是能用)✍️半支持源码跳转😁 VSCode HarmonyOS ArkTS plugin for personal use ✨ (has problems but usable) ✍️ partially supports source code navigation 😁 - Groupguanfang/arkTS

I created an ArkTS plugin using volar.js (ArkTS is the development language for Huawei HarmonyOS apps, a superset of TS). However, the documentation for volar.js is really lacking 😢, so I had to figure out many APIs by reading the source code.

github.com/Groupguanfan...

09.02.2025 07:04 — 👍 1    🔁 0    💬 0    📌 0

Unfortunately, it doesn't seem that smart yet. 😓

Internally, TypeScript could solve this with a simple generic, but it seems they haven't considered it. 🤔

26.01.2025 12:11 — 👍 0    🔁 0    💬 0    📌 0

Stage 3 decorators in TypeScript are safer than the old ones, but there are still some minor issues. For example, if you manually set the name property of a ClassFieldDecorator's context to a private property type like `#foo`, the private attribute in the context should be inferred as true.

26.01.2025 12:11 — 👍 0    🔁 0    💬 1    📌 0
Video thumbnail

Suddenly had a crazy idea: What kind of experience would nest.js + SSR be?

Write a Nest.js controller and then write a Vue component. Import the Vue component into the controller, and use a simple decorator to link the two together...

Maybe I'm really going crazy, 😂

13.01.2025 18:25 — 👍 0    🔁 0    💬 0    📌 0

Nuxt is indeed a good choice, but if it is used to develop purely backend projects, I would still not choose it 🤔 Perhaps due to my habitual thinking, I would still choose frameworks like nest.js or spring for pure backend...

12.01.2025 05:15 — 👍 0    🔁 0    💬 0    📌 0

I've been thinking about how to use node.js + TS to write a strong back-end code that can be understood by others🤔?

想了一晚上,如何才能使用node.js + TS写出健壮且能让他人上来就能看的懂的后端代码🤔?

11.01.2025 21:55 — 👍 1    🔁 0    💬 1    📌 0
Post image Post image Post image

👴的Vite到货了😋

Vite is coming😋

01.01.2025 19:13 — 👍 0    🔁 0    💬 0    📌 0
Preview
GitHub - Groupguanfang/music-list-downloader: 网易云音乐mp3下崽器 - 输入歌单id,下载到哪,直接出mp3~ 网易云音乐mp3下崽器 - 输入歌单id,下载到哪,直接出mp3~. Contribute to Groupguanfang/music-list-downloader development by creating an account on GitHub.

github.com/Groupguanfan...

为什么这个会有流量啊....几天没看,涨到10颗星了。。(?

Why does this have traffic I haven't watched it for a few days, it has risen to 10 stars.. (?

22.12.2024 13:23 — 👍 0    🔁 0    💬 0    📌 0

看到AI发展这么快,越来越不想写代码了。。

Seeing the rapid development of AI, I don't want to write code more and more..

22.12.2024 07:26 — 👍 0    🔁 0    💬 0    📌 0
GitHub - unbuilderjs/undts: 💥 Crazy d.ts files generator, supports .vue, .svelte, .astro, .vine.ts files✨ 💥 Crazy d.ts files generator, supports .vue, .svelte, .astro, .vine.ts files✨ - unbuilderjs/undts

Thanks to the powerful unplugin, in order to make it easier to use undts for dts file generation, I have packaged undts and it can now be used as a vite/rollup/esbuild plugin. Check the git repository readme for details✨

github.com/unbuilderjs/...

17.12.2024 09:38 — 👍 1    🔁 0    💬 0    📌 0

I just thought of something—how to combine it with vue/nuxt Devtools? 🤔️
Or, could vue/nuxt devtools be integrated into vite devtools?That way, you could access everything in a project from one panel✨Just my thought QWQ

16.12.2024 15:01 — 👍 0    🔁 0    💬 1    📌 0
Video thumbnail

🧑‍🍳 @vite.dev tools

16.12.2024 14:14 — 👍 25    🔁 3    💬 3    📌 0

Enhanced version of vite-plugin-inspect?😗

16.12.2024 14:36 — 👍 2    🔁 0    💬 0    📌 0

In fact, it seems that this score has reached the limit of the JavaScript language. Next step I will try using worker to further see how to compress time🤔️

16.12.2024 14:03 — 👍 3    🔁 0    💬 0    📌 0
Post image Post image

Try to run undts to and add log with timestamp in naive-ui (A vue component library contains 90+ vue components written in tsx), its speed was so slow that it took more than 22 seconds

But it worked! 💥 You can see it packaged up a 120,000 line d.ts file, which scared me 🤯
github.com/unbuilderjs/...

16.12.2024 13:15 — 👍 3    🔁 0    💬 1    📌 0
Preview
GitHub - unbuilderjs/undts: 💥 Crazy .d.ts files generator, supports .vue, .svelte, .astro, .vine.ts files! 💥 Crazy .d.ts files generator, supports .vue, .svelte, .astro, .vine.ts files! - unbuilderjs/undts

github.com/unbuilderjs/...

Added vue vine support for @river.vue-vine.dev to this newly released d.ts generator😋
Now you can directly convert vue vine components into d.ts files, cool🌬

给这个刚出炉的.d.ts生成器继续添加了 @river.vue-vine.dev 做的vue vine支持😋
现在能直接将vue vine组件转换成.d.ts文件了,爽🌬

14.12.2024 08:24 — 👍 4    🔁 0    💬 0    📌 1

Hello,I’m Naily Zero✨

- 💻 A Web Frontend & Node.js Backend Developer
- 🏫 A university grade 2 student in China
- ⚡️The backend developer for Lightning Studio, making some wonderful Apple watch apps
- Think about study a new programming language….🤔(Rust?

14.12.2024 05:32 — 👍 1    🔁 0    💬 0    📌 0
Preview
GitHub - unbuilderjs/undts: 💥 Crazy .d.ts files generator, supports .vue, .svelte and .astro files! 💥 Crazy .d.ts files generator, supports .vue, .svelte and .astro files! - unbuilderjs/undts

github.com/unbuilderjs/...

It seemed that the community didn't have a. d.ts generation tool that was friendly to various templates such as vue, svelte, and astro, so I made one.

似乎社区没有一个针对各类模版(如vue, svelte, astro)友好的.d.ts生成工具,所以我做了一个。

13.12.2024 20:48 — 👍 3    🔁 0    💬 0    📌 0
Post image

🦋

13.12.2024 11:33 — 👍 0    🔁 0    💬 0    📌 0
Post image

This script surprisingly works well with the Material Icon theme icons plugin in chrome store, cool✨ It's almost indistinguishable from the real VSCode now.

13.12.2024 10:44 — 👍 2    🔁 0    💬 0    📌 0

@naily.cc is following 20 prominent accounts