"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPR
Exploring the LZ77 Algorithm
blog.coderspirit.xyz

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

1
0
https://blog.coderspirit.xyz/blog/2022/12/08/animated-gosper-curve-in-ts/

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.

1
0
https://blog.coderspirit.xyz/blog/2022/12/08/animated-gosper-curve-in-ts/

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

1
0
devblogs.microsoft.com

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

1
0
https://blog.coderspirit.xyz/blog/2022/11/06/export-barrels-considered-harmful/

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

1
0