Como prometido no artigo “Os 5 melhores frameworks de backend para desenvolvedores .NET“, hoje, vamos dar uma olhada nas ferramentas de frontend mais usadas pelos desenvolvedores .NET do LiveEdu.tv. Para ver a plataforma .NET em…
JavaScript é o futuro! A linguagem é apoiada por vários líderes da tecnologia, um dos quais é o fundador do WordPress, Matt Mullenweg, que sugeriu que os desenvolvedores que usam WordPress aprendam-na, claramente enviando uma…
Livecoding.tv Quiz of the Day: 02/11/2016
Angular.JS Quiz Answer: The key to both is assigning the result of the function to a variable. To cleanup the timeout, just “.cancel()” it:
1 2 3 4 5 |
[crayon-6733b685eac8f132927067 inline="true" class="language-js hljs"]<span class="hljs-keyword">var</span> customTimeout = $timeout(<span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-params">()</span> {</span> <span class="hljs-comment">// arbitrary code</span> }, <span class="hljs-number">55</span>); $timeout.cancel(customTimeout); |
[/crayon] The same applies to “$interval()”. To disable a watch, just…
ТОП 10 JavaScript фреймворков
Похоже, что почти каждая новая неделя приносит новые JavaScript библиотеки и фреймворки которыми вооружаются разработчики. Сначала постепенно нарастает энтузиазм, а затем сообщество быстро делится на противоборствующие лагери, по-разному относящиеся к новинке. В этой статье мы…
ТОП 10 Angular 2.0 публикаций за прошлый месяц
Мы проанализировали около 1400, на наш взгляд, полезных публикаций об Angular.JS за апрель 2016 года и выбрали 10 лучших. 1,400 -> 10. Это очень качественный список с вероятностью попадания 0,714%. Напомню, что список из 1400 публикаций…
The software development environment is riddled with several deadlines which the members of the development team have to meet. As a developer, it is crucial that you optimize your productivity in order to meet these…
Angular JS, React JS and Node JS Demystified
The JavaScript war is at an all-time high. Developers across the JavaScript divide are debating on the best tool to use for Javascript applications. Pundits in this arena are drumming support for their favorite between Angular JS,…