Skip to main content
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

  1. 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…

  2. earned the badge Streak: 30 days

  3. replied to TypeScript: best patterns for handling nullable API responses

    Avoid the `!` non-null assertion in app code. A discriminated union…