These scams have enormous scale. The Economist has a fascinating podcast about it. The full series requires a subscription, but it is worth at least listening to the first 3 free episodes.…
I don’t know if this fits your particular situation, but I recommend building tutorials into your migration process. I built a tool for migrating apps from Heroku to AWS ECS. The app developer runs the tool in their…
There is also the built in Image Capture app that works with most flatbed scanners or printer/scanner combos. It has its own quirks, but works better than any manufacturer software I’ve ever tried.
You can use the debugger from Chrome dev tools to debug Node.js. Just run node with the `—-inspect-brk` flag, open `about://inspect` in Chrome, and select your app under remote targets. This has saved me tons of…
These scams have enormous scale. The Economist has a fascinating podcast about it. The full series requires a subscription, but it is worth at least listening to the first 3 free episodes.…
I don’t know if this fits your particular situation, but I recommend building tutorials into your migration process. I built a tool for migrating apps from Heroku to AWS ECS. The app developer runs the tool in their…
There is also the built in Image Capture app that works with most flatbed scanners or printer/scanner combos. It has its own quirks, but works better than any manufacturer software I’ve ever tried.
You can use the debugger from Chrome dev tools to debug Node.js. Just run node with the `—-inspect-brk` flag, open `about://inspect` in Chrome, and select your app under remote targets. This has saved me tons of…