Explorations of an Engineer
  • Home
Subscribe
Tagged

Angular

A collection of 2 posts

Angular

Angular Directives with Coffeescript Class Controllers

The first time you try to set up a directive using a Coffeescript class, you might end up with something like this: class MyControllerName @$inject: ['my', 'services', 'here'] constructor: (@my, @services, @here) -> # constructor code angular.module('mymodule').controller 'MyControllerName', MyControllerName angular.module('mymodule').directive 'myDirective', -> return

Tim Costa Jun 16, 2016 • 1 min read
Hapi.js

Serverless Node.js and Angular S3 Uploads

Node.js is an incredible JavaScript runtime for server based APIs. The one place it falls down is during long running event loop blocking operations. One of the first Node based backends I wrote was Chalkup, a company I co-founded in college nearly three years ago. Everything ran great, until

Tim Costa May 21, 2016 • 4 min read
Explorations of an Engineer © 2022
Powered by Ghost