Insights

Blog

Ideas, guides, and stories on AI, technology, and building for the future.

CSS

Improving CSS Shapes with Trigonometric Functions

CSS Trigonometric functions are supported in the latest versions of Safari, Firefox, Edge, and Chrome. We also discuss animation via @property, which is supported in the latest Safari,…

Read article
C#

How to use structured concurrency in C#

Structured concurrency offers a more organized and more intuitive way of managing the lifetimes of asynchronous tasks. Here’s how to take advantage of it in C#. Modern programming…

Read article