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)
Severe Flaws in Kubernetes Expose All Servers to DoS Attacks
https://www.bleepingcomputer.com/news/security/severe-flaws-in-kubernetes-expose-all-servers-to-dos-attacks/
https://www.bleepingcomputer.com/news/security/severe-flaws-in-kubernetes-expose-all-servers-to-dos-attacks/
BleepingComputer
Severe Flaws in Kubernetes Expose All Servers to DoS Attacks
Two high severity security flaws impacting the Kubernetes open-source system for handling containerized apps can allow an unauthorized attacker to trigger a denial of services state remotely, without user interaction.
Wohoooo we're a community of 1030 people now!! 🍾🍾🥳🥳
Keep using the little buttons below the posts to let us know if you want to hear more or less about a topic!
Also share this channel with your friends and colleagues if you find it helpful 🙄🙄🙄
Keep using the little buttons below the posts to let us know if you want to hear more or less about a topic!
Also share this channel with your friends and colleagues if you find it helpful 🙄🙄🙄
100-days-of-code-frontend/README.md at master · nas5w/100-days-of-code-frontend · GitHub
https://github.com/nas5w/100-days-of-code-frontend/blob/master/README.md
https://github.com/nas5w/100-days-of-code-frontend/blob/master/README.md
GitHub
100-days-of-code-frontend/README.md at master · nas5w/100-days-of-code-frontend
Curriculum for learning front-end development during #100DaysOfCode. - 100-days-of-code-frontend/README.md at master · nas5w/100-days-of-code-frontend
I created the exact same app in React and Vue. Here are the differences. [2019 Edition]
https://medium.com/javanoscript-in-plain-english/i-created-the-exact-same-app-in-react-and-vue-here-are-the-differences-2019-edition-42ba2cab9e56
https://medium.com/javanoscript-in-plain-english/i-created-the-exact-same-app-in-react-and-vue-here-are-the-differences-2019-edition-42ba2cab9e56
Medium
I created the exact same app in React and Vue. Here are the differences. [2019 Edition]
React vs Vue. Finally, a side-by-side code comparison between Vue and React! 🎉 [Updated for 2019: Now with React Hooks]
GANs from Scratch 1: A deep introduction. With code in PyTorch and TensorFlow
https://medium.com/ai-society/gans-from-scratch-1-a-deep-introduction-with-code-in-pytorch-and-tensorflow-cb03cdcdba0f
https://medium.com/ai-society/gans-from-scratch-1-a-deep-introduction-with-code-in-pytorch-and-tensorflow-cb03cdcdba0f
Medium
GANs from Scratch 1: A deep introduction. With code in PyTorch and TensorFlow
“The coolest idea in deep learning in the last 20 years.” — Yann LeCun on GANs.
getify/You-Dont-Know-JS: A book series on JavaScript. @YDKJS on twitter.
https://github.com/getify/You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
GitHub
GitHub - getify/You-Dont-Know-JS: A book series (2 published editions) on the JS language.
A book series (2 published editions) on the JS language. - getify/You-Dont-Know-JS
How to Distro Hop With a Web Browser | Software | LinuxInsider
https://www.linuxinsider.com/story/86178.html
https://www.linuxinsider.com/story/86178.html
LinuxInsider
How to Distro Hop With a Web Browser | LinuxInsider
Getting familiar with Linux up close and personal is easy to do with a free service provided by DistroTest.net, which allows testing without ISO downloads or local installations. Are you a wandering Linux distro hopper looking for a way to streamline the…
How to Authenticate with Next.js and Auth0: A Guide for Every Deployment Model
https://auth0.com/blog/ultimate-guide-nextjs-authentication-auth0/
https://auth0.com/blog/ultimate-guide-nextjs-authentication-auth0/
Auth0 - Blog
How to Authenticate with Next.js and Auth0: A Guide for Every Deployment Model
Learn how and where to authenticate your user in the different deployment models that exist for Next.js. This guide explores the Custom Server, Static Sites, and Serverless deployment models.