Scaling Uber’s Hadoop Distributed File System for Growth
https://eng.uber.com/scaling-hdfs/
https://eng.uber.com/scaling-hdfs/
Uber Engineering Blog
Scaling Uber’s Apache Hadoop Distributed File System for Growth
Uber's Data Infrastructure team overhauled our approach to scaling our storage infrastructure by incorporating several new features and functionalities, including ViewFs, NameNode garbage collection tuning, and an HDFS load management service.
Building Automated Feature Rollouts on Robust Regression Analysis | Uber Engineering Blog
https://eng.uber.com/autonomous-rollouts-regression-analysis/
https://eng.uber.com/autonomous-rollouts-regression-analysis/
Uber Engineering Blog
Building Automated Feature Rollouts on Robust Regression Analysis
Building robust regression analysis not only helps ensure that new feature deployments work properly, but also lets Uber engineers automate deployments.
Unhandled Promise Rejection in depth | Diophant Technologies
https://diophant.com/blog/unhandled-promise-rejection-in-depth/
https://diophant.com/blog/unhandled-promise-rejection-in-depth/
Diophant
Unhandled Promise Rejection in depth | Diophant Technologies
Anatomy of JavaScript
Using Docker for Node.js in Development and Production - DEV Community 👩💻👨💻
https://dev.to/alex_barashkov/using-docker-for-nodejs-in-development-and-production-3cgp
https://dev.to/alex_barashkov/using-docker-for-nodejs-in-development-and-production-3cgp
DEV Community
Using Docker for Node.js in Development and Production
My current primary tech stack is Node.js/Javanoscript and, like many teams, I mov...
Introduction to Vavr | Baeldung
https://www.baeldung.com/vavr
https://www.baeldung.com/vavr
Baeldung on Kotlin
Introduction to Vavr | Baeldung
A quick and practical guide to the Vavr library.
How to debug Node.js in a Docker container - DEV Community 👩💻👨💻
https://dev.to/alex_barashkov/how-to-debug-nodejs-in-a-docker-container-bhi
https://dev.to/alex_barashkov/how-to-debug-nodejs-in-a-docker-container-bhi
DEV Community
How to debug Node.js in a Docker container
More and more teams are moving their development environments to Docker contain...
Why is if (variable1 % variable2 == 0) inefficient? - Stack Overflow
https://stackoverflow.com/questions/54405842/why-is-if-variable1-variable2-0-inefficient
https://stackoverflow.com/questions/54405842/why-is-if-variable1-variable2-0-inefficient
Stack Overflow
Why is if (variable1 % variable2 == 0) inefficient?
I am new to java, and was running some code last night, and this really bothered me. I was building a simple program to display every X outputs in a for loop, and I noticed a MASSIVE decrease in
Slimming Down Your Docker Images – Towards Data Science
https://towardsdatascience.com/slimming-down-your-docker-images-275f0ca9337e
https://towardsdatascience.com/slimming-down-your-docker-images-275f0ca9337e
Medium
Slimming Down Your Docker Images
Part 4 of Learn Enough Docker to be Useful
React-Redux Roadmap: v6, Context, Subnoscriptions, and Hooks · Issue #1177 · reduxjs/react-redux · GitHub
https://github.com/reduxjs/react-redux/issues/1177
https://github.com/reduxjs/react-redux/issues/1177
GitHub
React-Redux Roadmap: v6, Context, Subnoscriptions, and Hooks · Issue #1177 · reduxjs/react-redux
Update: React-Redux v7 final is now available! We've just published v7 final, with the changes covered in this thread. Upgrade your apps today! Back in December, we released React-Redux ver...
Public Key Cryptography Simply Explained
https://skerritt.blog/how-does-public-key-cryptography-work/
https://skerritt.blog/how-does-public-key-cryptography-work/
Skerritt.blog
Public Key Cryptography Simply Explained
Public key cryptography seems magical to everyone, even those who understand it. In this post, I'm going to explain public key cryptography. Public Key Cryptography is based on asymmetric cryptography, so first let us talk about symmetric cryptography.
A proof that Unix utility sed is Turing complete
https://catonmat.net/proof-that-sed-is-turing-complete
https://catonmat.net/proof-that-sed-is-turing-complete
catonmat.net
A Proof That Unix Utility Sed Is Turing Complete
Many people are surprised to learn that `sed`, a seemingly simple text filtering program, is actually Turing complete. This realization prompts the question: how can a text processing utility achieve such computational power? The answer lies in sed's fundamental…
JavaScript: Variables & Scope. A Visual Guide. - Web Design and Web Development
https://www.ma-no.org/en/content/index_javanoscript-variables-amp-scope-a-visual-guide_2411.php
https://www.ma-no.org/en/content/index_javanoscript-variables-amp-scope-a-visual-guide_2411.php
MA-NO Web Design and Development
JavaScript: Variables & Scope. A Visual Guide.
We often speak of discrepancies betweenvar, let and constBut more often than not, we still see developers struggling to fully… | Web design web development news, website design and online marketing. Web design, development, javanoscript, angular, react, vue…
Finding And Fixing Node.js Memory Leaks: A Practical Guide - Morioh
https://morioh.com/p/a0d43b5472be/finding-and-fixing-node-js-memory-leaks-a-practical-guide
https://morioh.com/p/a0d43b5472be/finding-and-fixing-node-js-memory-leaks-a-practical-guide
Morioh
Finding And Fixing Node.js Memory Leaks: A Practical Guide
Finding And Fixing Node.js Memory Leaks: A Practical Guide. Fixing memory leaks may not be not the shiniest skill on a CV, but when things ...
How-To-Secure-A-Linux-Server/README.md at master · imthenachoman/How-To-Secure-A-Linux-Server
https://github.com/imthenachoman/How-To-Secure-A-Linux-Server/blob/master/README.md
https://github.com/imthenachoman/How-To-Secure-A-Linux-Server/blob/master/README.md
GitHub
How-To-Secure-A-Linux-Server/README.md at master · imthenachoman/How-To-Secure-A-Linux-Server
An evolving how-to guide for securing a Linux server. - imthenachoman/How-To-Secure-A-Linux-Server
An intro to Mutation Testing - or why coverage sucks
https://pedrorijo.com/blog/intro-mutation/
https://pedrorijo.com/blog/intro-mutation/
Spaghetti and Hammers
An intro to Mutation Testing - or why coverage sucks
A intro to Mutation Testing, a technique that has become robust enough to be seen as a reliable alternative to Code Coverage as the de facto metric for assessing your unit tests quality.