Docker user best practices – JobTeaser Tech – Medium
https://medium.com/jobteaser-dev-team/docker-user-best-practices-a8d2ca5205f4
https://medium.com/jobteaser-dev-team/docker-user-best-practices-a8d2ca5205f4
Medium
User privileges in Docker containers
Over the past few years, Docker has become a quintessential technology used in software development. Its concept of containerization has…
👍1
Phantom props, unnecessary renders and what no one told me about memo()
https://itnext.io/phantom-props-unnecessary-renders-and-what-no-one-told-me-about-memo-b34ebbd48c65
https://itnext.io/phantom-props-unnecessary-renders-and-what-no-one-told-me-about-memo-b34ebbd48c65
Medium
Phantom props, unnecessary renders and what no one told me about memo()
After reading a few articles about boosting your app’s performance (or rather stopping using your resources wastefully) — kudos to other…
Stop using so many divs! An intro to semantic HTML - DEV Community 👩💻👨💻
https://dev.to/kenbellows/stop-using-so-many-divs-an-intro-to-semantic-html-3i9i
https://dev.to/kenbellows/stop-using-so-many-divs-an-intro-to-semantic-html-3i9i
DEV Community
Stop using so many divs! An intro to semantic HTML
Sure, divs are great and all, but they give no information about their purpose within the document structure. HTML5 has been around for a while now, and there are better options.
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
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