(Elice Max) Thinking of beginning your career in programming? Not a bad idea, as there’s a high demand for programmers today.
Community
Adventures in Docker: Coding on a Remote Browser
(Elton Stoneman) This adventure lets you code on your normal dev machine from some other machine, using the browser. It’s powered by Docker plus:
Simple Authentication In Razor Pages Without A Database
(Mike Brind) Sometimes, using the full ASP.NET Core Identity framework is overkill for small, one-user applications that require some form of authentication.
@Directive().inputs And @Input() Are Not Functionally Equivalent In Angular 7.2.13
(Ben Nadel) Historically, when creating my Directives, Components, and Pipes in Angular, I’ve tried to keep all of my meta-data at the top, inside of the class decorator. I find it very easy to consume when it’s all in one place.
MySQL Ripple: The First Impression of a MySQL Binlog Server
(Sveta Smirnova) Just about a month ago, Pavel Ivanov released Ripple under the Apache-2.0 license. Ripple is a MySQL binlog server: software which receives binary logs from MySQL or MariaDB servers and delivers them to another MySQL or MariaDB server.
Machine Learning with Go Lang
(Brendan Tierney) Recently I’ve been having a number of conversations with people in several countries about using Go Lang for machine learning.
Extremely convenient way to run free Oracle Database 18c on your laptop – or anywhere else – using Vagrant & Virtual Box
(Lucas Jellema) Oracle Database 18c XE (eXpress Edition) is the free community edition of the enterprise edition of Oracle Database. Oracle Database XE has almost all features of Oracle Database; however, it is limited in non-functional terms (2 CPUs, 2 GB memory, 12 GB data volume).
Check 18c Upgrade Results – The cluster upgrade state is [UPGRADE FINAL]
(mdinh) After upgrade and apply RU for Grid 18c, the cluster upgrade state was not NORMAL.
Data Lake vs. Data Warehouse
(Sadequl Hussain) We are already running a large data warehouse for our business, but now the management wants us to build a data lake. What’s the difference? Where will we use it? Who will use it?
Unit Test Suite Quality Estimation
(£ukasz Bownik) This text presents a simple method to estimate the quality of a unit test suite that can give some insight into the subject beyond regular test coverage.
