https://hackernoon.com/practical-scaling-techniques-for-web-sites-554a38dbd492#.nur4kcgh8
Tags: #performance #scalability #webdev #database
Tags: #performance #scalability #webdev #database
Hacker Noon
Practical scaling techniques for web sites
After 8 years of working on high-volume web sites, I’ve seen a lot of interesting scaling techniques. While it’s true that very specific…
https://hackernoon.com/exclude-files-from-git-without-committing-changes-to-gitignore-986fa712e78d#.fiot1i6z5
Tags: #git
Tags: #git
Hacker Noon
Exclude files from git without committing changes to .gitignore 🙅
Yesterday a co-worker showed me a neat trick that I was previously unaware of. I’d been looking for something like it for some time, and I…
https://tech.lendinghome.com/practical-guide-to-postgresql-optimizations-d7b9c2ad6a22#.hozmkzq5e
Tags: #database #postgreSQL #performance
Tags: #database #postgreSQL #performance
Medium
Practical Guide to PostgreSQL Optimizations
Basic proficiency with PostgreSQL is one of the highest-leverage skills an engineer can have. Even a cursory understanding of its internals…
https://hackernoon.com/supervised-deep-learning-in-image-classification-for-noobs-part-1-9f831b6d430d#.habfmmbfl
Tags: #deeplearning
Tags: #deeplearning
Hacker Noon
Deep Learning for Noobs [Part 1]
Deep Learning has been on the rise for some time. Recently people have started using Deep Learning in many fields. If you directly want to…
Hi, here's Techbinder staff. We want to remember you that this channel has its own bot, @techbinderbot, through which you can send us interesting contents, review our channel and subscribe to your favourite topics [exclusive feature].
Thank you, and keep following us for more interesting IT contents. 😉
Thank you, and keep following us for more interesting IT contents. 😉
https://www.depesz.com/2010/03/02/charx-vs-varcharx-vs-varchar-vs-text/
A comparison among char, varchar(n), varchar and text types in PostgreSQL.
Tags: #PostgreSQL #optimization #database
A comparison among char, varchar(n), varchar and text types in PostgreSQL.
Tags: #PostgreSQL #optimization #database
https://www.bloomberg.com/news/articles/2017-02-28/jpmorgan-marshals-an-army-of-developers-to-automate-high-finance
Tags: #machinelearning #software #technology
Tags: #machinelearning #software #technology
Bloomberg.com
JPMorgan Software Does in Seconds What Took Lawyers 360,000 Hours
At JPMorgan Chase & Co., a learning machine is parsing financial deals that once kept legal teams busy for thousands of hours.
https://futurism.com/wirelessly-charging-your-devices-can-soon-be-as-easy-as-connecting-to-wifi/
Tags: #technology
Tags: #technology
Futurism
Charging Your Devices Could Soon Be as Simple as Connecting to WiFi
Disney researchers have developed innovative technology that will allow people to charge their devices in a truly wireless fashion
https://medium.com/next-gen-js/art-of-asynchronous-javascript-29408e3addff#.ovk9n4ovk
Tags: #Javascript #webdev #programming
Tags: #Javascript #webdev #programming
Medium
Art of Asynchronous JavaScript
In programming, two most common words you’ll hear are synchronous code and asynchronous code. Synchronous code simply means blocking code…