Wednesday, 31 May 2017

Using CORS - HTML5 Rocks

Using CORS - HTML5 Rocks: "rome 3+
Firefox 3.5+
Opera 12+
Safari 4+"



'via Blog this'

Rabbitmq, nodejs, and cpu bound tasks

Rabbitmq, nodejs, and cpu bound tasks: " setting was 0, so I assumed there was no heartbeat, and therefore this couldn't be the cause of my connection erro"



'via Blog this'

Why you should use Node.js for CPU-bound tasks - Neil Kandalgaonkar

Why you should use Node.js for CPU-bound tasks - Neil Kandalgaonkar: "nd it one of those 10-second nightmare boards in one browser tab, and still get quick results for easier boards in the other tabs."



'via Blog this'

How to Install and Use the Linux Bash Shell on Windows 10

How to Install and Use the Linux Bash Shell on Windows 10: "the opposite of Wine. While Wine allows you to run Windows applications directly on Linux, the Windows Subsystem for Linux allows you to run Linux applications directly on Windows."



'via Blog this'

Tuesday, 9 May 2017

Step by Step Learn NodeJs MongoDB ExpressJs Backend 2017

Step by Step Learn NodeJs MongoDB ExpressJs Backend 2017: "headers: {
            "Content-Type": "application/json"
        }"



'via Blog this'

Friday, 5 May 2017

Wednesday, 26 April 2017

Tuesday, 18 April 2017

The Node.js Way - How `require()` Actually Works

The Node.js Way - How `require()` Actually Works: "Create the standalone require function that calls module.require.
// 2. Attach other helper methods to require.
// 3. Wraps the JS code in a function that provides our require,
// module, etc. variables locally to the module scope.
// 4. Run tha"



'via Blog this'

Enable/Disable support to export data | qliksite.io

Enable/Disable support to export data | qliksite.io: "exportData: function( layout ) {
// The context menu will only be enabled if there is data to export.
return layout.qHyperCube.qDataPages[0].qMatrix.length;
} "



'via Blog this'

Working with Ember Data, Node, Express and MongoDB - Ryan Christiani – Front-End Developer

Working with Ember Data, Node, Express and MongoDB - Ryan Christiani – Front-End Developer: "import DS from 'ember-data';

export default DS.RESTSerializer.extend({
primaryKey: '_id',
serializeId: function(id) {
return id.toString();
}
});"



'via Blog this'

Saturday, 25 February 2017

Monday, 20 February 2017

So You Want to Learn Physics… | Fledgling Physicist

So You Want to Learn Physics… | Fledgling Physicist: " school education usually provides you with enough mathematical background to begin, and there’s no need to be familiar with calculus before starting (though you’ll need to learn when you begin)."



'via Blog this'

Wednesday, 1 February 2017

StrongLoop | Bypassing Express View Rendering for Speed and Modularity

StrongLoop | Bypassing Express View Rendering for Speed and Modularity: "m simple enough so you might be wondering what could possibly be wrong. There’s actually quite a few problems with this approach that impact web application performance and maintainability and we will break those problems down in the next few sections."



'via Blog this'

Friday, 6 January 2017

Sunday, 1 January 2017

How I converted my React app to VanillaJS (and whether or not it was a terrible idea)

How I converted my React app to VanillaJS (and whether or not it was a terrible idea): "f these — the time taken to parse the framework— I can solve by not using the framework (like how I avoid arguments with people by never talking to peop"

'via Blog this'