Explorations of an Engineer
  • Home
Sign in Subscribe

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&
16 Jun 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 [https://www.chalkup.co/], a company I co-founded in college nearly three years ago.
21 May 2016 4 min read
Page 1 of 1
Explorations of an Engineer © 2025
Powered by Ghost