Development

October 31, 2022

An Introduction to SQLite with Python

Learn what SQLite is, how some of its advanced features work, and how you can use it in Python projects with the

OKLCH in CSS: why we moved from RGB and HSL

Andrey Sitnik and Travis Turner explain how the oklch() color format works.

JavaScript metaprogramming with the 2022-03 decorators API

JavaScript decorators have finally reached stage 3! Their latest version is already supported by Babel and will soon be supported by TypeScript.

Node.js 19 is now available!

Highlights include the update of the V8 JavaScript engine to 10.7, and HTTP(s)/1.1 KeepAlive enabled by default.

API security

APIs are a foundational innovation in today’s app-driven world – and increasingly becoming the main target for attackers. How do you protect

Diff tracking

APC was looking for file difference tracking and it turns out there is a pretty useful package already to leverage for our

You Can Access A User’s Camera with Just HTML

The other day I came across a cool HTML attribute I had never heard of before; capture.

September 9, 2022

Brain.js

Javascript library for deploying a neural network in the browser or in node. Leverages the GPU.

Angular 15 promises to simplify development

The updated in November will streamline a lot of development.

Improve how you architect webapps

Patterns.dev is a free book on design patterns and component patterns for building powerful web apps with JS and React