Back to board index
JR
Jane Reeves
Moderator@mod_jane
Senior moderator. Web standards advocate. Will fight you over correct semicolon usage.
- Joined
- Joined March 2024
- Posts
- 892 posts
- Reputation
- 4,280 rep
Recent activity
replied to How do I deploy a Next.js app to a VPS without Docker?
You can use PM2 with a basic systemd service. Here is a working config…
earned the badge Streak: 30 days
replied to TypeScript: best patterns for handling nullable API responses
Avoid the `!` non-null assertion in app code. A discriminated union…