Giter Club home page Giter Club logo

javascript-applications's Introduction

JavaScript-Applications

JavaScript Applications Course Repository

Repository for the course JavaScript Applications at Telerik Academy

The JavaScript Applications course introduces first steps for build web front-end application, using a back-end server (Node.js/Business clouds/etc...). The topics covered include HTTP, AJAX (both native and with frameworks), asynchronous paradigms using callbacks and promises and more...

Course Program

[00. Course Introduction](/Topics/00. Course Introduction)

Slides / [ Demos](/Topics/00. Course Introduction/demos) / [ Tasks](/Topics/00. Course Introduction/homework) / [ Videos](/Topics/00. Course Introduction/VIDEOS.md)
Slides / [ Demos](/Topics/01. Promises and asynchronous programming/demos) / [ Tasks](/Topics/01. Promises and asynchronous programming/homework) / [ Videos](/Topics/01. Promises and asynchronous programming/VIDEOS.md)
Slides / [ Demos](/Topics/02. HTTP and AJAX/demos) / [ Tasks](/Topics/02. HTTP and AJAX/homework) / [ Videos](/Topics/02. HTTP and AJAX/VIDEOS.md)
[ Slides](https://rawgit.com/TelerikAcademy/JavaScript-Applications/master/Topics/03. Consuming Web Services/index.html) / [ Demos](/Topics/03. Consuming Web Services/demos) / [ Tasks](/Topics/03. Consuming Web Services/homework) / [ Videos](/Topics/03. Consuming Web Services/VIDEOS.md)
[ Slides](https://rawgit.com/TelerikAcademy/JavaScript-Applications/master/Topics/04. Module loaders/index.html) / [ Demos](/Topics/04. Module loaders/demos) / [ Tasks](/Topics/04. Module loaders/homework) / [ Videos](/Topics/04. Module loaders/VIDEOS.md)
[ Slides](https://rawgit.com/TelerikAcademy/JavaScript-Applications/master/Topics/05. Routing/index.html) / [ Demos](/Topics/05. Routing/demos) / [ Tasks](/Topics/05. Routing/homework) / [ Videos](/Topics/05. Routing/VIDEOS.md)
[ Slides](https://rawgit.com/TelerikAcademy/JavaScript-Applications/master/Topics/06. Handlebars/index.html) / [ Demos](/Topics/06. Handlebars/demos) / [ Tasks](/Topics/06. Handlebars/homework) / [ Videos](/Topics/06. Handlebars/VIDEOS.md)
[ Slides](https://rawgit.com/TelerikAcademy/JavaScript-Applications/master/Topics/07. Web Storages/index.html) / [ Demos](/Topics/07. Web Storages/demos) / [ Tasks](/Topics/07. Web Storages/homework) / [ Videos](/Topics/07. Web Storages/VIDEOS.md)
[ Slides](https://rawgit.com/TelerikAcademy/JavaScript-Applications/master/Topics/08. Unit Testing Basics/index.html) / [ Demos](/Topics/08. Unit Testing Basics/demos) / [ Tasks](/Topics/08. Unit Testing Basics/homework) / [ Videos](/Topics/08. Unit Testing Basics/VIDEOS.md)
[ Slides](https://rawgit.com/TelerikAcademy/JavaScript-Applications/master/Topics/09. Unit testing - Spies and Mocks with Sinon/index.html) / [ Demos](/Topics/09. Unit testing - Spies and Mocks with Sinon/demos) / [ Tasks](/Topics/09. Unit testing - Spies and Mocks with Sinon/homework) / [ Videos](/Topics/09. Unit testing - Spies and Mocks with Sinon/VIDEOS.md)

javascript-applications's People

Contributors

boytchoteofilov avatar cuklev avatar darkyto avatar evlogihr avatar gericookie avatar ginovski avatar ilianab avatar kidroca avatar koravski avatar m-yankov avatar madmarks avatar marinjelev avatar minkov avatar nikolayit avatar petekanev avatar shakuu avatar simoprg avatar tanyaran avatar todorm85 avatar tpopov94 avatar veselints avatar yaneyosifov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

javascript-applications's Issues

Inappropriate comparison of doubles

In 04.Underscore.js/homework/task-3-tests. The resulting double value is evaluated to be equal to the expected. This can lead to false negatives because it depends on the way the final value is calculated. Doubles have certain precision that must be taken into account when comparing them.
For example - to calculate the average mark the tests expects first to sum all the marks of the student and after that to divide the sum by their count.
I summed each mark divided by the total marks count (which is mathematically also correct) but when using double floating point produces slightly different result (by 0.0000000000001).
So the last test expects 7.0006000000001 and my result is 7.006. The test should pass, instead it fails.
To correct this compare the absolute difference of the expected and actual result to be smaller than some tolerance value - epsilon.
I don`t know how to use mocha yet, so I cannot create pull request.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.