HN user

Sysctl232

8 karma
Posts0
Comments14
View on HN
No posts found.

Maybe this is true when you have an Angular js 1.0 project on Node.js and want to update to Angular 15. But that's not because of Node.js. I manage a ton of older Node.js projects and there is little to no friction.

Excellent direction. I'm already using React tsx email templates and ReactDOMServer.renderToStaticMarkup(). It allowed me to reuse React components and take advantage of TypeScript type checking in vscode. Existing state management code can be used inside these email templates (MobX). I've used many email template parsers but this setup has been the most optimal.

I like UI tests as the test are so thorough. You test the entire stack from database to webserver and final page render. Say you test a sign-up form. The next test logs into a mail account to check if the welcome email has arrived, checking the job scheduler, 3th party email service and if the link in the email works as intended. I don't mind a bit of brittleness given the large test surface e2e tests cover.

Deno 1.27 4 years ago

I get what you're saying. For me too everything is about developer experience, stability and business value. Rewriting to Deno will be a massive time sink with the lack of npm support and the small community compared to Node.js. Still, I applaud the effort to take JavaScript/TypeScript on V8 to the next level.

It's a known bug that Google seems unwilling to address. This happens on a months old Chromecast v3 by Google. Unfortunately they disabled the (standalone) login feature on the Chromecast so you cannot prevent this by logging in. Ads show on the next video when autoplay is on. Unless you play from a playlist. All in all quite annoying.