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
#TheWebSeries

The World Wide Web - not to be confused with the Internet, which is the underlying plumbing for the web as well as other networks. The World Wide Web is built on the foundation of simply linking pages to other pages with hyperlinks, but it is this massive interconnectedness that makes it so powerful. But before the web could become a thing, Tim Berners-Lee would need to invent the web browser at CERN, and search engines would need to be created to navigate these massive directories of information.

https://youtu.be/guvsH5OFizE
Some #JavaScript coding exercises that put into a web app so that you can practice on your phone.

You can install it directly into your phone by clicking on the home icon beside the address bar in Firefox browser as it's a PWA.

https://practicejs.com/

πŸ‘‰πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
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.