business analyst
46.1K views | +0 today
Follow
business analyst
Your new post is loading...
Your new post is loading...
Rescooped by michel verstrepen from Bazaar
Scoop.it!

Talk: 3D Programming with JavaScript

Talk: 3D Programming with JavaScript | business analyst | Scoop.it
Overview This article is based on talks I gave at JSinSA 2014 and Entelect DevDay 2014. I needed to develop a 3D interface for simulating a two player version of PacMan.

Via Club de TeleMatique
No comment yet.
Rescooped by michel verstrepen from Nova Tech Consulting S.r.l.
Scoop.it!

Improving AngularJS long list rendering performance using ReactJS

Improving AngularJS long list rendering performance using ReactJS | business analyst | Scoop.it

f you're reading this, you most probably tried to make a long and/or complex list of items using a ng-repeat directive, and after seeing how it performs in terms of speed, felt like AngularJS failed you. In some cases you might be able to avoid this problem by using paging or infinite scrolling, but sometimes that's just not good enough. For example, lists that are displaying only a few items at a time (like any kind of a log) would simply be very impractical from the users point of view. Another reason - you might be using libraries like SlyJS that load a whole list at once to calculate the size of the embedded scrollbar and to make list swiping and elastic bounds work properly. Ooooor - your client simply demands it. :)


Via Jan Hesse, Piyas De, Mario Saccoia
No comment yet.
Rescooped by michel verstrepen from Bazaar
Scoop.it!

Lisp, The language of Artificial Intelligence

Lisp, The language of Artificial Intelligence | business analyst | Scoop.it
Introduction to LISP(List processing) the powerful programming language designed for manipulating lists of data rather than processing numerical data (Lisp, The language of Artificial Intelligence - Powerful computer #programming...

Via Club de TeleMatique
Rescooped by michel verstrepen from Bazaar
Scoop.it!

15 Free Sources to Learn Swift Programming Language

15 Free Sources to Learn Swift Programming Language | business analyst | Scoop.it
If you are not yet aware of this, Apple has introduced a new programming language called Swift in this year’s WWDC, alongside the new Mac OS X Yosemite. Swift aims to simplify the codes used in Apple platforms iOS and OS X.

Via Club de TeleMatique
No comment yet.
Rescooped by michel verstrepen from Bazaar
Scoop.it!

Python Programming: A Training Regimen | Pypix

Python Programming: A Training Regimen | Pypix | business analyst | Scoop.it
Functions are an important step to cover, when introducing additional complexity into your programming. If a variable is a named container for data, then a function is a named container for a block of code that can be executed on demand.

Via Club de TeleMatique
No comment yet.