Advanced Technologies for Detecting and Preventing Fraud at Uber | Uber Engineering Blog
https://eng.uber.com/advanced-technologies-detecting-preventing-fraud-uber/
https://eng.uber.com/advanced-technologies-detecting-preventing-fraud-uber/
Building the New facebook.com with React, GraphQL and Relay
https://developers.facebook.com/videos/2019/building-the-new-facebookcom-with-react-graphql-and-relay/
https://developers.facebook.com/videos/2019/building-the-new-facebookcom-with-react-graphql-and-relay/
Meta for Developers
Meta for Developers - Building the New facebook.com with React, GraphQL and Relay
Open source projects like React, GraphQL and Relay are powering more and more Facebook services. In this session, we'll discuss how we use the latest...
Automate NPM packages security fixes with recurring tasks on CI - DEV Community π©βπ»π¨βπ»
https://dev.to/alex_barashkov/automate-npm-packages-security-fixes-with-recurring-tasks-on-ci-pi1
https://dev.to/alex_barashkov/automate-npm-packages-security-fixes-with-recurring-tasks-on-ci-pi1
DEV Community
Automate NPM packages security fixes with recurring tasks on CI
When developing on Node.js, our team uses a lot open source NPM packages. Each of...
Understanding PyTorch with an example: a step-by-step tutorial
https://towardsdatascience.com/understanding-pytorch-with-an-example-a-step-by-step-tutorial-81fc5f8c4e8e
https://towardsdatascience.com/understanding-pytorch-with-an-example-a-step-by-step-tutorial-81fc5f8c4e8e
Medium
Understanding PyTorch with an example: a step-by-step tutorial
A structured, incremental and from first principles approach.
Microsoft open-sources a crucial algorithm behind its Bing Search services β TechCrunch
https://techcrunch.com/2019/05/15/microsoft-open-sources-a-crucial-algorithm-behind-its-bing-search-services/
https://techcrunch.com/2019/05/15/microsoft-open-sources-a-crucial-algorithm-behind-its-bing-search-services/
TechCrunch
Microsoft open-sources a crucial algorithm behind its Bing Search services
Microsoft today announced that it has open-sourced a key piece of what makes its Bing search services able to quickly return search results to its users. By making this technology open, the company hopes that developers will be able to build similar experiencesβ¦
π1
Serverless Pitfalls: Issues With Running a Start-up on AWS Lambda
https://medium.com/@emaildelivery/serverless-pitfalls-issues-you-may-encounter-running-a-start-up-on-aws-lambda-f242b404f41c
https://medium.com/@emaildelivery/serverless-pitfalls-issues-you-may-encounter-running-a-start-up-on-aws-lambda-f242b404f41c
Medium
Serverless Pitfalls: Issues With Running a Startup on AWS Lambda
Here at EmailDelivery.com, weβve made heavy use of AWS Lambda from our productβs inception more than a year ago. In particular, we use theβ¦
Google Announces TensorFlow Graphics Library for Unsupervised Deep Learning of Computer Vision Model
https://www.infoq.com/news/2019/05/google-tensorflow-graphics/
https://www.infoq.com/news/2019/05/google-tensorflow-graphics/
InfoQ
Google Announces TensorFlow Graphics Library for Unsupervised Deep Learning of Computer Vision Model
At a presentation during Google I/O 2019, Google announced TensorFlow Graphics, a library for building deep neural networks for unsupervised learning tasks in computer vision. The library contains 3D rendering functions written in TensorFlow, as well as toolsβ¦
Javalin 3.0 stable is ready! - Javalin - A lightweight Java and Kotlin web framework
https://javalin.io/news/javalin-3.0.0-stable.html
https://javalin.io/news/javalin-3.0.0-stable.html
Javalin
Javalin 3.0 stable is ready! - Javalin - A lightweight Java and Kotlin web framework. Create REST APIs in Java or Kotlin easily.
Introducing Javalin 3.0
javascript-questions/README.md at master Β· lydiahallie/javascript-questions Β· GitHub
https://github.com/lydiahallie/javascript-questions/blob/master/README.md
https://github.com/lydiahallie/javascript-questions/blob/master/README.md
GitHub
javascript-questions/README.md at master Β· lydiahallie/javascript-questions
A long list of (advanced) JavaScript questions, and their explanations :sparkles: - lydiahallie/javascript-questions
Building Reliable Microservices β Justin Miller β Medium
https://medium.com/@justinamiller_1857/building-reliable-microservices-62db20dec674
https://medium.com/@justinamiller_1857/building-reliable-microservices-62db20dec674
Why ['1', '7', '11'].map(parseInt) returns [1, NaN, 3] in Javascript
https://medium.com/dailyjs/parseint-mystery-7c4368ef7b21
https://medium.com/dailyjs/parseint-mystery-7c4368ef7b21
Medium
Why ['1', '7', '11'].map(parseInt) returns [1, NaN, 3] in Javascript
Javascript is weird.
How do JavaScriptβs global variables really work?
https://2ality.com/2019/07/global-scope.html
https://2ality.com/2019/07/global-scope.html
Javascript: Understanding async/await - TechShots - Medium
https://medium.com/techshots/javascript-understanding-async-await-209fde308d69
https://medium.com/techshots/javascript-understanding-async-await-209fde308d69
Medium
Javascript: Understanding async/await
async/await makes it easier to work with asynchronous code in javascript. Understand how it works and why we should use it is important toβ¦
Backdoor discovered in Ruby strong_password library β Naked Security
https://nakedsecurity.sophos.com/2019/07/09/backdoor-discovered-in-ruby-strong_password-library/
https://nakedsecurity.sophos.com/2019/07/09/backdoor-discovered-in-ruby-strong_password-library/
Naked Security
Backdoor discovered in Ruby strong_password library
An eagle-eyed developer has discovered a backdoor recently sneaked into a library (or βgemβ) used by Ruby on Rails (RoR) web apps to check password strength.