Filter by tag:
all(14)
events(3)
programming(5)
product(4)
social science(2)
thought experiments(2)
short-stories(1)
-
MLOps Learning Guide 2022
One of the many paths to take to gain mastery in the area of MLOps in 2022. Get ready, learn from Google, write a pipeline, research the web, do the Andrew Ng course, and watch conference talks.
Posted on 2022-03-03
-
Kotlin and Advent of Code 2021
Solving some problems with the Kotlin programming language for the 2021 edition of Advent of Code.
Posted on 2021-12-05
-
Parsing Abstract Syntax Trees (ASTs)
It is possible to do a depth-first traversal of the node by sub-classing `ast.NodeVisitor`. It is also possible to rewrite nodes. Let's look at extracting all function calls from a Python source file.
Posted on 2016-03-07
-
Understanding JavaScript Callbacks
Prior to understanding what callbacks are, we need to explore functional programming with JavaScript. Every function in JavaScript is actually an object of `Function`. The below example helps illustrate.
Posted on 2016-02-02
-
SQLAlchemy Tutorial
This is a quick tutorial for getting started with SQLAlchemy Core. SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.
Posted on 2016-01-22