Common TypeScript Errors and Fixes
5 min readServer Side
Fixes for the TypeScript errors beginners hit most: TS2307, TS2580, TS7006, TS7016 and TS18003 — what each one means and how to solve it.
Category
Back-end tutorials on servers, APIs, databases and requests, covering the work that happens before a page ever reaches the browser.
5 min readServer Side
Fixes for the TypeScript errors beginners hit most: TS2307, TS2580, TS7006, TS7016 and TS18003 — what each one means and how to solve it.
5 min readServer Side
Two ways to use absolute paths in a Node project — NODE_PATH and package.json imports — with the tradeoffs of each and how your IDE handles them.
8 min readServer Side
Keep API keys out of Git with dotenv. Setup for JavaScript and Rails, per-environment .env files, .gitignore, and how to print variables safely.
12 min readServer Side
What a cron job is, how cron works, and how to write cron time syntax — every minute, daily, weekly — plus the crontab file and how to read cron logs.