Posts tagged 'node'

Writing Custom REPLs in Node.js

Nate Anderson

If you’ve ever used the Laravel PHP framework, you’re probably familiar with the php artisan:tinker command. It spins up a PHP REPL (read-evaluate-print loop) that lets you play around with the data in

TypeScript Compiler API: Improve API Integrations Using Code Generation

Nate Anderson

For TypeScript and JavaScript apps, the TypeScript Compiler API provides everything you need to build your own code generation tooling.

Dependency Injection in JavaScript: Write Testable Code Easily

Nate Anderson

This article shares a few powerful tools to help you write testable code that grows into neat, manageable code bases.