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
http://javalin.io/news/javalin-3.0.0-stable.html
http://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
javanoscript-questions/README.md at master · lydiahallie/javanoscript-questions · GitHub
https://github.com/lydiahallie/javanoscript-questions/blob/master/README.md
https://github.com/lydiahallie/javanoscript-questions/blob/master/README.md
GitHub
javanoscript-questions/README.md at master · lydiahallie/javanoscript-questions
A long list of (advanced) JavaScript questions, and their explanations :sparkles: - lydiahallie/javanoscript-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 Javanoscript
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 Javanoscript
Javanoscript 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
Javanoscript: Understanding async/await - TechShots - Medium
https://medium.com/techshots/javanoscript-understanding-async-await-209fde308d69
https://medium.com/techshots/javanoscript-understanding-async-await-209fde308d69
Medium
Javanoscript: Understanding async/await
async/await makes it easier to work with asynchronous code in javanoscript. Understand how it works and why we should use it is important to…
Backdoor discovered in Ruby strong_password library – Naked Security
http://nakedsecurity.sophos.com/2019/07/09/backdoor-discovered-in-ruby-strong_password-library/
http://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.
Error Handling Middleware in Express - Mastering JS
https://masteringjs.io/tutorials/express/error-handling
https://masteringjs.io/tutorials/express/error-handling
Mastering JS
Error Handling Middleware in Express
Error handling middleware is the canonical way to handle errors in Express. This tutorial shows you how to use error handling middleware for several common use cases.
Detecting incognito mode in Chrome 76 with a timing attack | Jesse Li
https://blog.jse.li/posts/chrome-76-incognito-filesystem-timing/
https://blog.jse.li/posts/chrome-76-incognito-filesystem-timing/
blog.jse.li
Detecting incognito mode in Chrome 76 with a timing attack | Jesse Li
FileSystem API writes are measurably faster and less noisy in incognito mode, allowing websites to detect incognito visitors by benchmarking their write speed. [Results](/posts/chrome-76-incognito-filesystem-timing#results)