JavaScript Daily
11.6K subscribers
34 photos
2 videos
270 links
Daily JavaScript / JS community news, links and events.

"First, software ate the world, the web ate software, and JavaScript ate the web."

'JavaScript' is a trademark of Oracle Corporation in the US. We are not endorsed by or affiliated with Oracle.
Download Telegram
A javascript plugin for beautiful responsive timetables

http://timetablejs.org/



πŸ‘‰πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
Operator Precedence Table gives the precedence number and Associativity of different types of operators in JS.
A must read all JS developers...


πŸ‘‰πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.


https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Operator_Precedence#Table
#HTML is a fairly simple language made up of elements, which can be applied to pieces of text to give them different meaning in a document, structure a document into logical sections, and embed content such as images and videos into a page. This module will introduce the first two of these, and introduce fundamental concepts and syntax you need to know to understand HTML.

https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML

πŸ‘‰πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
Do you want to know about how JWT can help in sharing the information between two parties in a safe manner? Here is the the link to understand the fundamentals of JSON Web Token (JWT).

https://medium.com/vandium-software/5-easy-steps-to-understanding-json-web-tokens-jwt-1164c0adfcec

πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
πŸ‘‰πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.



https://greensock.com/tweenmax/
Ever wanted your button to play some particular sound when clicked on? Or have some animated buttons for your personal website without the hassle of css?

Then rythm.js is for you.

https://okazari.github.io/Rythm.js/

πŸ‘‰πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
anime.js β€’ JavaScript animation engine


πŸ‘‰πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.

https://animejs.com/
iro.js
https://iro.js.org/

πŸ‘‰πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
Handtrackjs. A library for Prototyping Hand Interactions in the Browser

πŸ‘‰πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.

https://victordibia.github.io/handtrack.js/#/

β€œHandtrack.js: Hand Tracking Interactions in the Browser using Tensorflow.js and 3 lines of code.” by Victor Dibia https://link.medium.com/gS3qc0EEM0
Aurelia.js : Aurelia is a collection of Modern JavaScript modules, which when used together, function as a powerful platform for building browser, desktop and mobile applications, all open source and built on open web standards.

https://aurelia.io

Here's a link to a 30 mins introduction course for aurelia.js from traversy media

https://m.youtube.com/watch?v=yaX34x3OgQI

πŸ‘‰πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
Cycle.js is a framework with very few concepts to learn. The core API has just one function: run(app, drivers). Besides that, there are streams, functions, drivers (plugins for different types of I/O effects), and a helper function to isolate scoped components. This is a framework with very little β€œmagic”. 

https://cycle.js.org/

πŸ‘‰πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
Here's a link to 1hr 30 mins course to learn circle.js for free : https://egghead.io/courses/cycle-js-fundamentals

πŸ‘‰πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
πŸ‘‰πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
"What’s new in JavaScript: Google I/O 2019 Summary” by Uday Hiwarale https://link.medium.com/8Rn33SGoO0
#LibraryoftheDay : Chart.js

Chart.js is a delightful JavaScript library for designers and developers to add beautiful charts to a site. It offers lots of different types of charts, plus the ability to mix them in a single space to provide a really interesting data set. It also has some animation capabilities, which instantly makes data a lot more fun to consume.

https://www.chartjs.org/

πŸ‘‰πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.