TrackingJS library brings different computer vision algorithms and techniques into the browser environment. By using modern HTML5 specifications, we enable you to do real-time color tracking, face detection and much more β all that with a lightweight core (~7 KB) and intuitive interface.
https://trackingjs.com/
Get documentation here:
https://trackingjs.com/docs.html#introduction
Contribute to:
https://github.com/eduardolundgren/tracking.js/
Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
https://trackingjs.com/
Get documentation here:
https://trackingjs.com/docs.html#introduction
Contribute to:
https://github.com/eduardolundgren/tracking.js/
Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
Trackingjs
tracking.js
A modern approach for Computer Vision on the web
π1
JavaScript Weekly: A free, onceβweekly email roundup of JavaScript news and articles.
https://javascriptweekly.com/
Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
https://javascriptweekly.com/
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.
Bulma is a modern CSS framework based on Flexbox. As such, the sole output is a single CSS file: bulma.css
You can either use that file, "out of the box", or download the Sass source files to customize the variables.
There is no JavaScript included. People generally want to use their own JS implementation (and usually already have one). Bulma can be considered "environment agnostic": it's just the style layer on top of the logic.
https://bulma.io/
Fork it from:
https://github.com/jgthms/bulma
Comparing and Contrasting with Bootstrap:
https://bulma.io/alternative-to-bootstrap/
Learn Bulma CSS:
https://scrimba.com/g/gbulma
ππ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
You can either use that file, "out of the box", or download the Sass source files to customize the variables.
There is no JavaScript included. People generally want to use their own JS implementation (and usually already have one). Bulma can be considered "environment agnostic": it's just the style layer on top of the logic.
https://bulma.io/
Fork it from:
https://github.com/jgthms/bulma
Comparing and Contrasting with Bootstrap:
https://bulma.io/alternative-to-bootstrap/
Learn Bulma CSS:
https://scrimba.com/g/gbulma
ππ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
bulma.io
Bulma: Free, open source, and modern CSS framework based on Flexbox
Bulma is a free, open source CSS framework based on Flexbox and built with Sass. It's 100% responsive, fully modular, and available for free.
π1
Curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.
https://github.com/30-seconds/30-seconds-of-code
Note that:
* A few of our snippets are not yet optimized for production (see disclaimers for individual snippet issues).
* Snippets are written in ES6, use the Babel transpiler to ensure backwards-compatibility.
Visit:
https://30secondsofcode.org/
ππ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
https://github.com/30-seconds/30-seconds-of-code
Note that:
* A few of our snippets are not yet optimized for production (see disclaimers for individual snippet issues).
* Snippets are written in ES6, use the Babel transpiler to ensure backwards-compatibility.
Visit:
https://30secondsofcode.org/
ππ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
GitHub
GitHub - Chalarangelo/30-seconds-of-code: Coding articles to level up your development skills
Coding articles to level up your development skills - Chalarangelo/30-seconds-of-code
VulcanJS is a framework that gives you a set of tools for quickly building React & GraphQL-based web applications. Out of the box, it can handle data loading, automatically generate forms, handle email notifications, and much more.
Vulcan is unique in that it spans the full stack, from the database to the browser. While there exists many excellent back-end frameworks or backend-as-a-service providers, these all still require you to handle your front-end code yourself, including building a set of components to read, write, and display data.
But because Vulcan is full-stack, itβs able to speed up these repetitive tasks by providing a whole range of helper components that are fine-tuned to the Vulcan back-end, and as a result just work out of the box.
http://vulcanjs.org/
Fork it here:
https://github.com/VulcanJS/Vulcan
Documentation here:
http://docs.vulcanjs.org/
ππ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
Vulcan is unique in that it spans the full stack, from the database to the browser. While there exists many excellent back-end frameworks or backend-as-a-service providers, these all still require you to handle your front-end code yourself, including building a set of components to read, write, and display data.
But because Vulcan is full-stack, itβs able to speed up these repetitive tasks by providing a whole range of helper components that are fine-tuned to the Vulcan back-end, and as a result just work out of the box.
http://vulcanjs.org/
Fork it here:
https://github.com/VulcanJS/Vulcan
Documentation here:
http://docs.vulcanjs.org/
ππ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
GitHub
GitHub - VulcanJS/Vulcan: π A toolkit to quickly build apps with React, GraphQL & Meteor
π A toolkit to quickly build apps with React, GraphQL & Meteor - VulcanJS/Vulcan
An interesting blog on how AI is changing the Web landscape...
How AI is Changing the Future of Web Design
Wix and TheGridβs role is to make it easy for people to create their websites minus the difficult coding and technicalities. This makes it easier for users who have no coding experience or knowledge to build and manage their own websites.
By just placing in your preferences and the program automatically does all the formatting and designing for you. However, despite having AI to power their software, users still think that both Wix and TheGrid havenβt fulfilled their expectations.
https://www.smartdatacollective.com/artificial-intelligence-changing-future-web-design/
ππ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
How AI is Changing the Future of Web Design
Wix and TheGridβs role is to make it easy for people to create their websites minus the difficult coding and technicalities. This makes it easier for users who have no coding experience or knowledge to build and manage their own websites.
By just placing in your preferences and the program automatically does all the formatting and designing for you. However, despite having AI to power their software, users still think that both Wix and TheGrid havenβt fulfilled their expectations.
https://www.smartdatacollective.com/artificial-intelligence-changing-future-web-design/
ππ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
SmartData Collective
How Artificial Intelligence is Changing the Future of Web Design
Wix, Adobe and Firedrop are just a few companies using artificial intelligence (AI) and machine learning to make website design easier for both the professional and the average Joe. How AI Is Revolutionizing the Way We Design Websites
Understanding MVC & MVVM design patterns
At its core, any websiteβs functionality is simply a way in which the front end or the view can reach the appropriate model to retrieve data. In any case, there will always be a model and there will always be a view. What really changes is the way in which the models and views are connected.
The proliferation of programming languages and the steady increase in computing power over these past years has lead to oneβs ability to find any solution to any question or problem imaginable within the click of a mouse. Alongside these innovations came new ways to organize our codebases and new ways in which webpages can connect to the data it needs. We should understand that thereβs no singular way in which a website can be structured.
ππ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
#MVC #MVVM #DesignPatterns
https://hackernoon.com/mvc-vs-mvvm-how-a-website-communicates-with-its-data-models-18553877bf7d
At its core, any websiteβs functionality is simply a way in which the front end or the view can reach the appropriate model to retrieve data. In any case, there will always be a model and there will always be a view. What really changes is the way in which the models and views are connected.
The proliferation of programming languages and the steady increase in computing power over these past years has lead to oneβs ability to find any solution to any question or problem imaginable within the click of a mouse. Alongside these innovations came new ways to organize our codebases and new ways in which webpages can connect to the data it needs. We should understand that thereβs no singular way in which a website can be structured.
ππ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
#MVC #MVVM #DesignPatterns
https://hackernoon.com/mvc-vs-mvvm-how-a-website-communicates-with-its-data-models-18553877bf7d
Hackernoon
MVC vs. MVVM: How a Website Communicates With Its Data Models
<span>T</span>hereβs no singular way in which a website can be structured. The design patterns of websites vary as much as websites vary themselves. Take a look at Facebook. On its surface, Facebook has to be one of the most complex websites people use onβ¦
https://twitter.com/bketelsen/status/1009989486346948608
ππ 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.
The mobile web has definitely improved from where it was just a couple years ago. Itβs very rare to run into a website that isnβt 100% responsive in design. That said, I donβt think many mobile websites are 100% mobile-first in design.
For an experience to be truly mobile-first, it would need to be faster and have an app shell. Which is exactly what a PWA offers.
https://www.smashingmagazine.com/2018/12/pwa-native-mobile-apps/
ππ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
For an experience to be truly mobile-first, it would need to be faster and have an app shell. Which is exactly what a PWA offers.
https://www.smashingmagazine.com/2018/12/pwa-native-mobile-apps/
ππ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
Smashing Magazine
Will PWAs Replace Native Mobile Apps? β Smashing Magazine
The mobile web has definitely improved from where it was just a couple years ago. When it comes to the mobile user experience, are mobile websites all that bad? You hear so much about the benefits of building a dedicated native app, but that can become anβ¦
Thanks for all the love and support. We are now a 1000+ family.
Share this channel link with your friends, colleagues and help us reach more people.
t.me/javascriptdaily
Share this channel link with your friends, colleagues and help us reach more people.
t.me/javascriptdaily
Telegram
JavaScript Daily
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.
"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.
https://medium.com/@firt/google-play-store-now-open-for-progressive-web-apps-ec6f3c6ff3cc
ππ 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.
Medium
Google Play Store now open for Progressive Web Apps π±
Chrome 72 for Android shipped the long-awaited Trusted Web Activity feature, which means we can now distribute PWAs in the Google Playβ¦
There are a handful of libraries in JavaScript with pre-made Machine Learning algorithms, such as Linear Regression, SVMs, Naive-Bayesβs, et cetera. Here are a few of them,
brain.js (Neural Networks)
Synaptic (Neural Networks)
Natural (Natural Language Processing)
ConvNetJS (Convolutional Neural Networks)
mljs (A set of sub-libraries with a variety of functions)
Neataptic (Neural Networks)
Webdnn (Deep Learning)
The article explores how to use mljsβs regression library to perform some linear regression sorcery.
ππ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
https://hackernoon.com/machine-learning-with-javascript-part-1-9b97f3ed4fe5
brain.js (Neural Networks)
Synaptic (Neural Networks)
Natural (Natural Language Processing)
ConvNetJS (Convolutional Neural Networks)
mljs (A set of sub-libraries with a variety of functions)
Neataptic (Neural Networks)
Webdnn (Deep Learning)
The article explores how to use mljsβs regression library to perform some linear regression sorcery.
ππ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
https://hackernoon.com/machine-learning-with-javascript-part-1-9b97f3ed4fe5
Hackernoon
Machine Learning with JavaScript : Part 1 | HackerNoon
And you thought it wasnβt easy
The Math.expm1() function returns ex - 1, where x is the argument, and e is the base of the natural logarithms.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/expm1
ππ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/expm1
ππ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
MDN Web Docs
Math.expm1()
The Math.expm1() function returns ex - 1, where x is the argument, and e the base of the natural logarithms.
A parallel coordinates example for #D3js
ππ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
https://beta.observablehq.com/@mbostock/d3-parallel-coordinates
ππ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
https://beta.observablehq.com/@mbostock/d3-parallel-coordinates
Observablehq
Parallel Coordinates
Compare with the brushable version.
A free, 5-part video course with interactive code examples that will teach you the fundamentals of WebVR using A-Frame JavaScript Framework.
Supported by Mozilla
https://glitch.com/culture/an-intro-to-webvr/
ππ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
Supported by Mozilla
https://glitch.com/culture/an-intro-to-webvr/
ππ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
https://www.codementor.io/tiagolopesferreira/asynchronous-iterators-in-javascript-jl1yg8la1
ππ 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.
www.codementor.io
Asynchronous Iterators in JavaScript | Codementor
Async iterators are like iterators, but this time, next() returns a promise.
https://twitter.com/the_jsf/status/1105500816855556098
#News Introducing the OpenJS Foundation: The Next Phase of JavaScript Ecosystem Growth
After six months of careful consideration and an immense amount of community feedback and collaboration, the Node.js Foundation and the JS Foundation are merging to form the OpenJS Foundation.
https://js.foundation/announcements/2019/03/12/introducing-the-openjs-foundation
ππ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
#News Introducing the OpenJS Foundation: The Next Phase of JavaScript Ecosystem Growth
After six months of careful consideration and an immense amount of community feedback and collaboration, the Node.js Foundation and the JS Foundation are merging to form the OpenJS Foundation.
https://js.foundation/announcements/2019/03/12/introducing-the-openjs-foundation
ππ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
Twitter
JS Foundation
@the_jsf and @Nodejs have merged to form the #OpenJSFoundation! The OpenJS Foundation is to become the central place to support collaborative development of #JavaScript and web technologies. Read more here https://t.co/9jdHuUMk3R
π Cube.js: An Open Source Analytics Framework -
https://github.com/statsbotco/cube.js
(For building things like internal BI tools or customer dashboards. There's a guide to its use here.)
ππ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
https://github.com/statsbotco/cube.js
(For building things like internal BI tools or customer dashboards. There's a guide to its use here.)
ππ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
GitHub
GitHub - cube-js/cube: π Cube β The Semantic Layer for Building Data Applications
π Cube β The Semantic Layer for Building Data Applications - GitHub - cube-js/cube: π Cube β The Semantic Layer for Building Data Applications
There's NO CSS4!!
https://youtu.be/Jtmkk6odggs
Check out the current work on different specs of CSS here
https://www.w3.org/Style/CSS/current-work
ππ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
.
https://youtu.be/Jtmkk6odggs
Check out the current work on different specs of CSS here
https://www.w3.org/Style/CSS/current-work
ππ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
.
YouTube
Where is CSS4? When is it coming out?
Many people are waiting for CSS4 to come out. Where is it? When will it arrive?
The answer is never. CSS4 will never happen. It's not actually a thing. Jen explains how CSS continues to evolve, with lots of new features shipping, but none of them under aβ¦
The answer is never. CSS4 will never happen. It's not actually a thing. Jen explains how CSS continues to evolve, with lots of new features shipping, but none of them under aβ¦