Auditing a website with Node.js

Auditing a site for SEO, security, and performance is time-consuming, and tedious. Automate it with nodejs.

Similar

Best practices for Node developers [audio]

Node.js development began a bit like the Wild West, but over time idioms, anti-patterns, and best practices have emerged. Yoni Goldberg’s Node Best Practices repo on GitHub collects, documents, and explains the best practices for Node developers. On this ... (more…)

Read more »

Getting Started with WebAssembly in Node.js

WebAssembly is an exciting new language that many JavaScript engines have added support for. WebAssembly promises to make it much easier to compile languages like C and C++ to something that runs in the browser. However, I'm most excited about the ability... (more…)

Read more »