Since its inception in 1995, JavaScript has been synonymous with client-side interactive programming, but with the advent of the standalone JavaScript engines, this standard has changed. In particular, the introduction of Node.js has permanently changed the landscape, allowing JavaScript to be execu...
Continue reading...Kodi 18 Amazon Prime Instant Video
So, hier mal die Anleitung. Natürlich ist das Ganze noch experimentell und es kann schnell mal wieder sein, dass ein Update wieder was kaputt macht oder Amazon womöglich etwas änd...
Continue reading...From Excel-Hell to cloud database heaven
A spreadsheet is a genious invention with many uses. It is often considered the application that turned the microcomputer from a hobby for computer enthusiasts into a serious business tool. It's an awesome way to work with tabular data and to do calculations and visualize data.
Another...
Continue reading...Improved R Implementation of Collaborative Filtering for Recommender Systems
Collaborative filtering (CF) is one of the most popular techniques for building recommender systems. It is a method of making automatic predictions about the interests of a user by collecting preference or taste information from many users (collaborating). In this article, we will focus on memory-ba...
Continue reading...Step By Step: Run Local Kubernetes Cluster, Change Source Code, and Test
Source: https://dzone.com/articles/easy-step-by-step-local-kubernetes-source-code-cha
Kubernetes is a big project with many contributors. Unfortunately, to contribute the bootstrap for compiling and testing the code with an actual kubernetes server
up is not easy. The documentation is comple...