Search results for innovate enterprise organization Scripts fewliveasync.js

How to Innovate Inside an Enterprise Organization: Matt Savino of DIRECTV

by Nathan Collier

…aren’t usually going to be the first ones to try a new technology. Node.js was relatively new in 2013, but it had been implemented successfully by several other enterprise organizations….

JavaScript Architecture for the 23rd Century

by Jonathan Creamer

…applications, and that’s file organization. In the early days, having all of your code in a single Javascript file was still not a great idea, but it could work because…

Roll Your Own Asset Pipeline with Gulp

by Brian Rinaldi

…Then add this script task to your gulpfile.js: var gulp = require(‘gulp’); var less = require(‘gulp-less’); var concat = require(‘gulp-concat’); gulp.task(‘less’, function() { return gulp.src(‘css/app.less’) .pipe(less()) .pipe(gulp.dest(‘dist’)); }); gulp.task(‘scripts‘, function()…

ECMAScript 6: Jump in, the water is warm!

by Mark Volkmann

…next line, Traceur looks for todolist.js // in the build directory instead of the scripts directory. import TodoList from ‘./todolist’; var app = angular.module(‘Todo’, []); var todoList = new TodoList();…

Microservices Series #2: The state of enterprise software (analytical evidence)

mm by Modern Web

…the first post of this series, we took a general look at microservices as a phenomenon and at how they can help us build better custom enterprise software. In today’s…

There's another way.

Microservices Series #5: Beware best practices

mm by Modern Web

…model the complexities of derivative contracts. Traders constantly innovate on the terms of the contracts, thus invalidating the models. We can see from these examples that most concepts from the…

Microservices Series #3: Enterprise software development is broken

mm by Modern Web

…that I have identified with current practices in enterprise software development: monolithic architectures. Richard Rodger is the co-founder and technology thought leader behind nearForm. He is the creator of Seneca.js,…

A JavaScript Build System Shootout: Grunt vs. Gulp vs. NPM

by Nicolas Bevacqua

…itself. Defining tasks for npm is as easy as adding properties to a scripts object in your package manifest. The name of the property will be used as the task…

5 Things You Should Stop Doing With jQuery

by Burke Holland

…id=”zack”>This element is on the page <strong>BEFORE</strong> all the scripts. No document ready needed.</p> <script src=”https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js”></script> <script type=”text/javascript” charset=”utf-8″> // if you include your scripts at the very bottom, you…

Microservices components work

Microservices Series #1: Microservices are software components that work

mm by Modern Web

enterprise software industry has a problem. I’m going to point out the elephant in the room. In fact, I’m going to walk right over and give its trunk a good,…