title: "Weekly of Weekly (Issue 2)"
date: 2023-09-24 14:56:23
tags:
- Programming
- Newsletter
- Weekly
Issue 2#
HTML/CSS/JS#
-
Bunnies have mascots, Golang has a mascot, Rust has a mascot, so why not have one for Node.js too?
-
My thoughts on Bun and other Adventures
Of course, it's not my idea. Let's see what this person thinks.
Haskell#
-
A video about lambda calculus that lasts about 35 minutes. If you want to learn functional programming, you might want to take a look.
C++#
-
Formatting Text in C++: The Old and The New Ways
Text formatting has always been an important issue. This article introduces different formatting methods. It's worth a read (takes about ten minutes).