Software Development Building a Discord Bot in Node, TypeScript, and Eris Here's a simple and straightforward guide to creating your first Discord bot with Eris and TypeScript. This guide introduces you to the essentials of writing a modular Discord bot that supports slash commands. Prerequisites You'll need these few tools and skills in order to complete this
Web Development Building a Production REST API With Node.js and Express Build a REST API in Node.js and Express the way production systems need: input validation, JWT auth, refresh token rotation, status codes, rate limiting, idempotency keys, and centralized error handling.