This website uses cookies to allow us to see how the site is used. If you continue to use this site we will assume that you are happy with this. Click to hide
Menu
CoDE - NCR Edinburgh
CoDE - NCR Edinburgh
  • Home
  • People
  • Events
  • Social
  • Products
  • Jobs
  • Edinburgh
  • Blog
  • Contact
 home > blog > tags > javascript > 1

Tag: javascript

React: Composable components

Bogdan Utanu (September 1st 2016)

React is a Javascript framework which lets you write interactive UIs in a declarative way. It lets you design views to represent the state in your application, and it will update and render the right components following changes in the data. The code, however, is much verbose than other frameworks such as Angular. This is based on the asusmption that code is read much more often than writen, therefore, they prefer this approach instead of a more concise one.

Hapi.js: Yet another Node server framework like Express?

Alberto Lopez (June 30th 2016)

Hapi.js and Express solve the same business problem, which is providing an API for HTTP servers in Node.js. Having some conversation with the Javascript gurus at lunch, somebody mentioned Hapi.js. Once I got my eyes on it and its tutorials, it looked pretty similar to Express. Once you start looking at the documentation and examples that both of them provide, and they both have that simple javascript-ish similarity. But the deeper you dive, the more differences you find.

JavaScript: The Power of a Promise.

(June 9th 2016)

A short introduction to JavaScript promises.

Practical Funtional Programming in JavaScript

(November 6th 2014)

Within this Video Mike speaks about Functional Programming in JavaScript.


>