Issue 2022-W22

Published on

Subscribe to new issues of the bulletin via the RSS feed or via email.

This week has been about 3D icons, testing colour combinations, Rust types, SVG grids, a JavaScript build tool and a React motion library.

# Vite

A frontend build tool that aims to improve the frontend development experience. It consists of two major parts: a dev server over native ES modules with Hot Module Replacement (HMR) and a build command that bundles your code with Rollup, pre-configured to output highly optimized static assets for production.

# Framer Motion

A motion library for React with a declarative interface.

# 3D icons

A collection of 3D icons available in multiple formats including Blender.

# The curse of strong typing

A conversational article exploring the Rust type system with a climax point on smart pointers, and then well an async rabbi-thole.

# Creating Generative SVG Grids

A tutorial on how to use SVG grids as the canvas for generative art.

# Contrast Grid

A tool to test many foreground and background color combinations for compliance with WCAG 2.0 minimum contrast.