Invite friends to join us:
telegram.me/fullstackbroadcast
And join our official group too:
@fullstackscentral
telegram.me/fullstackbroadcast
And join our official group too:
@fullstackscentral
Telegram
Full Stack's Broadcast
Daily articles about web development, web design, web trends and everything else which concerns web.
Be free to propose us news or partnerships to @hey_dom.
Be free to propose us news or partnerships to @hey_dom.
Forwarded from Syra's Techbinder
https://blog.ghaiklor.com/profiling-nodejs-applications-1609b77afe4e
Tags: #webdev #nodejs #performance
Tags: #webdev #nodejs #performance
Eugene Obrezkov
Profiling NodeJS applications
In previous articles, I talked about NodeJS internals, why NodeJS is so fast, V8 internals and its optimization tricks. That’s cool, but…
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...