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.
OWASP Top 10 - 2013.pdf
1.1 MB
OWASP Top 10 - 2013.pdf
What's new in Java 12? | The blog of a gypsy engineer
https://blog.gypsyengineer.com/en/tech/what-is-new-in-java-12.html
https://blog.gypsyengineer.com/en/tech/what-is-new-in-java-12.html
The blog of a gypsy engineer
What's new in Java 12 - The blog of a gypsy engineer
Let's take a look what is inside Java 12: enhancements in garbage collection, JVM Constants API, default CDS archives and new switch statements.
A categorized list of all Java and JVM features since JDK 8 - Advanced Web Machinery
https://advancedweb.hu/2019/02/19/post_java_8/
https://advancedweb.hu/2019/02/19/post_java_8/
advancedweb.hu
A categorized list of all Java and JVM features since JDK 8 to 14
From Java 8 to 14
Using Node 11.7 Worker Threads with RxJS Observable - Morioh
https://morioh.com/p/8987db14f9e5/using-node-11-7-worker-threads-with-rxjs-observable
https://morioh.com/p/8987db14f9e5/using-node-11-7-worker-threads-with-rxjs-observable
Morioh
Using Node 11.7 Worker Threads with RxJS Observable
The latest iteration of the Node.js runtime environment comes with worker threads. Read on to see how to use these worker threads with RxJS observables.
jask-oss/reaviz: 📊 ReactJS Data Visualization Library based on D3.js
https://github.com/jask-oss/reaviz
https://github.com/jask-oss/reaviz
Google Spent Years Studying Effective Bosses. Now They Teach New Managers These 6 Things | Inc.com
https://www.inc.com/michael-schneider/analysis-10000-reports-told-google-to-train-new-managers-6-areas.html
https://www.inc.com/michael-schneider/analysis-10000-reports-told-google-to-train-new-managers-6-areas.html
Inc.com
Google Spent Years Studying Effective Bosses. Now They Teach New Managers These 6 Things
The transition to management requires a transformation of thought.
leventov/java-concurrency-checklist: Checklist for code reviews
https://github.com/leventov/java-concurrency-checklist
https://github.com/leventov/java-concurrency-checklist
GitHub
code-review-checklists/java-concurrency
Checklist for code reviews. Contribute to code-review-checklists/java-concurrency development by creating an account on GitHub.
When "Zoë" !== "Zoë". Or why you need to normalize Unicode strings | With Blue Ink
https://withblue.ink/2019/03/11/why-you-need-to-normalize-unicode-strings.html
https://withblue.ink/2019/03/11/why-you-need-to-normalize-unicode-strings.html
withblue.ink
When "Zoë" !== "Zoë". Or why you need to normalize Unicode strings | With Blue Ink
Never heard of Unicode normalization? You’re not alone. But it will save you a lot of trouble.
Dwitter - javanoscript demos in 140 characters
https://www.dwitter.net/
https://www.dwitter.net/
www.dwitter.net
Dwitter - javanoscript demos in 140 characters
Dwitter is a social network for building and sharing visual javanoscript demos limited to 140 characters. See the impressive creations crammed into so few characters, and play around with your own code!
Write yourself a Git!
https://wyag.thb.lt/
https://wyag.thb.lt/
wyag.thb.lt
Write yourself a Git!
Oracle released Java 12: https://www.oracle.com/technetwork/java/javase/downloads/jdk12-downloads-5295953.html The free version of jdk that Oracle provides is here http://jdk.java.net/12/
Oracle
Download the Latest Java LTS Free
Subscribe to Java SE and get the most comprehensive Java support available, with 24/7 global access to the experts.
Smaller Docker images for Python applications with compiled code
https://pythonspeed.com/articles/smaller-python-docker-images/
https://pythonspeed.com/articles/smaller-python-docker-images/
Python⇒Speed
Multi-stage builds #1: Smaller images for compiled code
Building Docker images with compiled code can lead to huge images. Learn how to shrink them with multi-stage builds.
Exploring container security: the shared responsibility model in GKE | Google Cloud Blog
https://cloud.google.com/blog/products/containers-kubernetes/exploring-container-security-the-shared-responsibility-model-in-gke-container-security-shared-responsibility-model-gke
https://cloud.google.com/blog/products/containers-kubernetes/exploring-container-security-the-shared-responsibility-model-in-gke-container-security-shared-responsibility-model-gke
Google Cloud Blog
Exploring container security: the shared responsibility model in GKE | Google Cloud Blog
When it comes to GKE, Google Cloud is responsible for hardening some parts of the environment, and you’re responsible for the rest.