Daniel
prisis.bsky.social
Daniel
@prisis.bsky.social
Constantly exploring new technologies and frameworks to create better developer experiences. Let's connect and build something amazing together! 🚀

TypeScript 🌎 Web ⚛️ Open Source Software💡UI/UX/DX
Looking for a high-performance terminal table for Node.js CLIs?

Check out @visulima/tabular:
• 2–3x faster than cli-table3
• Unicode + ANSI color support

GitHub: github.com/visulima/vis...
visulima/packages/tabular at main · visulima/visulima
Visulima is the next-gen JavaScript framework for JAMStack blogs, sites & apps. - visulima/visulima
github.com
May 4, 2025 at 6:16 AM
That's so funny, if you try to buy chatgpt on the Web app you need to pay 23€ per month, if you use the android app, it's only 21,99. Nice try
March 31, 2025 at 4:27 AM
The --noEmit flag allows TypeScript to check types without generating JavaScript output. This makes TypeScript a pure static analyzer with no runtime impact, ideal for gradually adopting in large legacy codebases!
March 26, 2025 at 4:00 PM
TypeScript enums have surprising gotchas that many experts avoid.
Unlike most TS features, enums generate runtime code and aren't erased during compilation. They can't be used as type constraints and cause bundle bloat.
March 26, 2025 at 11:00 AM
TypeScript introduced private class fields before JavaScript did. Its initial private keyword was later replaced by JavaScript's standard # syntax for private fields.
March 25, 2025 at 4:00 PM
Template literal types let you create powerful string manipulation at the type level:
March 25, 2025 at 11:00 AM
You can make TypeScript's type system Turing complete with recursive conditional types.
This means the type system itself can compute any algorithm... though you probably shouldn't 😅
March 24, 2025 at 4:00 PM
TypeScript has built-in utility types for manipulating other types, but many devs reinvent them.

Instead of writing your own, use these standard ones:
March 24, 2025 at 11:00 AM
7 TypeScript patterns that will dramatically improve your React codebase 🧠

After reviewing 20+ production React+TS codebases, these patterns consistently separate the pros from the beginners.

Save this thread for your next PR review! 🧵👇
March 23, 2025 at 6:57 PM
What workflow do you have for building node / react / vue libraries?

Do you have some dev server in user or just using vite for developing and some other tool for bundling?
November 16, 2024 at 1:24 PM
🎉 Exciting update! Packem now supports CSS handling! Plus, you can now run commands or scripts automatically on a successful build. Streamline your workflows even more with this powerful library bundler! #webdev #opensource #nodejs #typescript #Packem
packem/packages/packem at main · visulima/packem
A fast and modern bundler for Node.js and TypeScript. - visulima/packem
github.com
November 5, 2024 at 7:32 AM