03 Feb 2018 •
MANAGEMENT
CULTURE
STARTUP
TL; DR
Conflicts are common in an early-stage startup. This post lists a set of mental models an early employee can use to prevent, judge, diffuse and take leverage of conflicts.
.. Read More
27 Jan 2018 •
SCALA
CURRYING
Note: I wrote this article as part of a contribution to Scala Documentation. The original post can be found here.
Methods may define multiple parameter lists. When a method is called with a fewer number of parameter lists, then this will yield a function taking the missing parameter lists as its arguments. This is formally known as currying.
.. Read More
01 Dec 2017 •
SQL
MARIADB
MYSQL
DATABASES
TL; DR
In MariaDB, query with ORDER BY
in a FROM
subquery produces an unordered result. In effect, ORDER BY
is ignored in FROM
subqueries. MySQL does not ignore ORDER BY
in FROM
subqueries.
.. Read More