Skip Navigation
castarco castarco @lemmy.ml
Posts 6
Comments 0
General Programming Discussion @lemmy.ml castarco @lemmy.ml
blog.coderspirit.xyz Exploring the LZ77 Algorithm

Learn how the grandfather of most major compression algorithms, LZ77, works!

Exploring the LZ77 Algorithm
0

Generative Art: Animated Gosper Curves in JS/TS

blog.coderspirit.xyz Animated Gosper Curves in JS

An introduction to generative art by example, with animated Gosper Curves.

Animated Gosper Curves in JS

cross-posted from: https://lemmy.ml/post/642690

> An introductory article on how to leverage some basic mathematical tricks and widely available browser APIs to generate beautiful animations.

!

0

Generative Art: Animated Gosper Curves in JS/TS

blog.coderspirit.xyz Animated Gosper Curves in JS

An introduction to generative art by example, with animated Gosper Curves.

cross-posted from: https://lemmy.ml/post/642690

> An introductory article on how to leverage some basic mathematical tricks and widely available browser APIs to generate beautiful animations.

0

Generative Art: Animated Gosper Curves in JS/TS

blog.coderspirit.xyz Animated Gosper Curves in JS

An introduction to generative art by example, with animated Gosper Curves.

An introductory article on how to leverage some basic mathematical tricks and widely available browser APIs to generate beautiful animations.

0

Announcing TypeScript 4.9

devblogs.microsoft.com Announcing TypeScript 4.9 - TypeScript

Today we are excited to announce the availability of TypeScript 4.9! If you’re not familiar with TypeScript, it’s a language that builds on JavaScript by adding types and type-checking. Types can describe things like the shapes of our objects, how functions can be called,

Announcing TypeScript 4.9 - TypeScript

Here’s a quick list of what’s new in TypeScript 4.9!

  • The satisfies Operator
  • Unlisted Property Narrowing with the in Operator
  • Auto-Accessors in Classes
  • Checks For Equality on NaN
  • File-Watching Now Uses File System Events
  • "Remove Unused Imports" and "Sort Imports" Commands for Editors
  • Go-to-Definition on return Keywords
  • Performance Improvements
  • Correctness Fixes and Breaking Changes
0

Barrel Exports considered (sometimes) harmful

blog.coderspirit.xyz Barrel Exports considered harmful

My (probably controversial) take on why the barrel exports pattern can be harmful.

0