News

Functional programming, as the name implies, is about functions. While functions are part of just about every programming paradigm, including JavaScript, a functional programmer has unique ...
The author uses a pretty standard to most of us Arduino, with software written in AVR C and a nifty little GUI programming application which eases the hassle of dealing with AVRDude directly.
How to create an SQLite database at the command line. How to perform standard CRUD operations through the SQLite CLI. How to use an SQLite viewer, specifically the DB Browser for SQLite3. This ...