Forwarded from The Devs
#JS http://www.infoworld.com/article/3212884/machine-learning/machine-learning-comes-to-your-browser-via-javascript.html
InfoWorld
Machine learning comes to your browser via JavaScript
A new JavaScript library runs Google's TensorFlow right in the browser with GPU acceleration—a novel way to bring machine learning to the masses
Forwarded from Syra's Techbinder
https://medium.com/@ankane/introducing-dexter-the-automatic-indexer-for-postgres-5f8fa8b28f27
Tags: #postgresql #database
Tags: #postgresql #database
Medium
Introducing Dexter, the Automatic Indexer for Postgres
Your database knows which queries are running. It also has a pretty good idea of which indexes are best for a given query. And since…
#Python #Django https://simpleisbetterthancomplex.com/tutorial/2016/06/27/how-to-use-djangos-built-in-login-system.html
Simple is Better Than Complex
How to Use Django's Built-in Login System
Django comes with a lot of built-in resources for the most common use cases of a Web application. The registration appis a very good example and a good thing about it is that the features can be us...
#JS https://medium.freecodecamp.org/client-side-web-scraping-with-javascript-using-jquery-and-regex-5b57a271cb86?source=collection_home---6------2--------------
freeCodeCamp
Client-side web scraping with JavaScript using jQuery and Regex
When I was building my first open-source project, codeBadges, I thought it would be easy to get user profile data from all the main code…