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.
By the way... We are a community of 507 subscribers π€©π€©π₯³π₯³π₯³π₯³π₯³
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 - javascript demos in 140 characters
https://www.dwitter.net/
https://www.dwitter.net/
www.dwitter.net
Dwitter - javascript demos in 140 characters
Dwitter is a social network for building and sharing visual javascript 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 https://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.
How to Use the useContext Hook in React - Upmostly
https://upmostly.com/tutorials/how-to-use-the-usecontext-hook-in-react/
https://upmostly.com/tutorials/how-to-use-the-usecontext-hook-in-react/
Upmostly
How to Use useContext Hook in React (Full Tutorial + Code)
Let's explore the React useContext Hook by building a music player. I'll also show you how a custom React Hook can make the useContext Hook easier to use.
New feature in Git 3: closures / Habr
https://m.habr.com/en/post/445680/
https://m.habr.com/en/post/445680/
Habr
New feature in Git 3: closures
Git is a popular version control system. In Git, an atomic change of one or several files is called a commit, and several consecutive commits are combined into a branch. Branches are used to...