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
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.
#libraryoftheday : glimmer.js

Glimmer is a great library that helps with UI components and DOM rendering. Itโ€™s built using Ember CLI and uses Git, Node.js, npm, and Yarn. So if youโ€™re looking for a tool to generate components and helpers, help with project layouts, and streamline your process

https://glimmerjs.com

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

https://heartbeat.fritz.ai/image-classification-on-react-native-with-tensorflow-js-and-mobilenet-48a39185717c
#libraryoftheday : multiple.js

If youโ€™re playing around with creating interesting background visuals, you should definitely check out Multiple.js. It allows you to share a background image across multiple elements using CSS, which creates a really interesting visual effect. Thereโ€™s a great example on the site that gives you a glimpse of some possibilities and how it works.

https://multiple.js.org

๐Ÿ‘‰๐Ÿ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
#LibraryOfTheDay : shave.js

Shave is a zero dependency javascript plugin that truncates multi-line text to fit within an html element based on a set max-height. It then stores the diff of the original text string in a hidden <span> element following the visible text. This means the original text remains intact!

https://dollarshaveclub.github.io/shave/

๐Ÿ‘‰๐Ÿ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
Looking for certification in NodeJS. Check this certification by OpenJS Foundation.

Node.js Services Developer
OpenJS Node.js Services Developer (JSNSD)
:
The OpenJS Node.js Services Developer certification is designed for anyone looking to demonstrate competence in creating RESTful Node.js servers and services (or Microservices) with a particular emphasis on security practices.

OpenJS Node.js Application Developer (JSNAD):
The OpenJS Node.js Application Developer certification is designed for anyone looking to demonstrate competence with Node.js to create applications of any kind, with a focus on knowledge of Node.js core APIs.

Check the link below - https://openjsf.org/certification/

๐Ÿ‘‰๐Ÿ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
JavaScript Daily
Looking for certification in NodeJS. Check this certification by OpenJS Foundation. Node.js Services Developer OpenJS Node.js Services Developer (JSNSD): The OpenJS Node.js Services Developer certification is designed for anyone looking to demonstrate competenceโ€ฆ
The two certification programs are aimed at Node.js developers and are designed to demonstrate competence within the Node.js framework. The JSNAD and JSNSD certification programs, developed in partnership with NearForm and NodeSource, are available immediately.

The certifications focus on critical skills that Node.js developers need to build Node.js applications and services in professional environments; Certification is valid for three years with a renewal option.

https://openjsf.org/blog/2019/10/22/openjs-foundation-launches-new-professional-certification-program-to-support-the-future-of-node-js-development/

๐Ÿ‘‰๐Ÿ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
For the developers who have experience in JavaScript and deep learning techniques, the following libraries will be helpful to design deep learning demos.

https://analyticsindiamag.com/8-javascript-libraries-designed-for-deep-learning-development/

๐Ÿ‘‰๐Ÿ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
#LibraryOfTheDay : popper.js

https://popper.js.org/

managing poppers can be a pain, we have learned it the hard way!

Popper.js is just ~6KB minified and gzipped, zero dependencies. Its code base is in ES6 and is automatically tested against several browsers. If this is not enough, it plays super nicely with React, AngularJS and more!

๐Ÿ‘‰๐Ÿ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
#FrameworkOfTheWeek : Mithril.js

Mithril is a client-side JavaScript framework that is used primarily in developing the Single Page Applications. As there are no derived functions from a base class, the implementation of the framework is more straightforward. It's small (< 8kb gzip), fast and provides routing and XHR utilities out of the box. It has a few features similar to React

https://mithril.js.org/

๐Ÿ‘‰๐Ÿ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
Wondering what is the difference between other "for" and "for...each" loops? Here's an article from alligator.io

https://alligator.io/js/foreach-vs-for-loops/

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