Debugging “Cannot use import statement outside a module” in ES modules By Alex Ivanovs September 24, 2025 You hit SyntaxError: Cannot use import statement outside a module because your runtime treats a file as CommonJS (CJS) while…
How to deploy a JavaScript application on DigitalOcean By Alex Ivanovs September 22, 2025 “JavaScript app” can mean a few different beasts: a static front-end (Vite/React, Astro, vanilla), a Node.js server (Express/Fastify/Nest), or a…