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', MyControllerName angular.module('mymodule').directive 'myDirective', -> return { restrict: 'AE'
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 [https://www.chalkup.co/], a company I co-founded in college nearly three years ago.
May 21, 2016 4 min read
Page 1 of 1
Explorations of an Engineer © 2023
Powered by Ghost