sonnyt

↗ HN profile [ 30.4 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I needed a convenient way to quickly run JavaScript code without having to open VSCode or a terminal. Other alternatives I found were either too bloated with a heavy focus on HTML and CSS, or too basic with unreliable…

  2. Hello everyone, I've been building a simple open-source documentation site on top of Next.js. It works similarly to Next.js' file-based routing system, but instead of JavaScript, it uses Markdown and MDX. Before I…

  3. I built a cli tool that gets you started with TypeScript development with zero config. Initially created to solve my own problem but thought it might be useful for others as well. - SWC compiler - TypeScript type check…