Yet Another Newsletter LOL

Subscribe
Archives
March 13, 2022

Yet Another Newsletter LOL: Put on your web briefs

Another week, another newsletter. Let’s get to it!

Around the Web

A Proposal For Type Syntax in JavaScript - TypeScript
Today we’re excited to announce our support and collaboration on a new Stage 0 proposal to bring optional and erasable type syntax to JavaScript. Because this new syntax wouldn’t change how surrounding code runs, it would effectively act as comments. We think this has the potential to make TypeScript easier and faster to use for development at every scale.
devblogs.microsoft.com
Monorepos are changing how teams build software – Vercel
Monorepos are changing how teams build software – Vercel
Monorepos are codebases containing multiple projects in a single unified code repository. This post explores how monorepos can improve your development workflow.
vercel.com

If you use TypeScript, Matt Pocock has been dropping some great TS tips on Twitter. Here’s their latest tip!

🔥 TypeScript Tip #7 🔥

🧑‍💻 Beginner/intermediate
💡 Generics

The looseness of Object.keys can be a real pain point when using TypeScript. Luckily, it’s pretty simple to create a tighter version using generics and the keyof operator. pic.twitter.com/pF26NHcBU4

— Matt Pocock 🏖️ (@mattpocockuk) March 11, 2022

Jhey always amazes me and he’s done it again. This is a really cool Slinky Codepen.

3D CSS Flip Flop Slinky ✨

Had to see if I could improve it and make it slink from side to side 🤓

The CSS Tip? Rotate the scene with a stepped timing function 🔥

.scene {
animation: flip 2s infinite steps(1);
}

Instant flip! 🙌

👉 https://t.co/DLX4fsVDdM via @CodePen pic.twitter.com/2jFXizO5LT

— jhey 🔨🐻✨ (@jh3yy) March 10, 2022

Fun Stuff

Educational and super funny. Heydon is spicy! 🌶️

🚨 NEW Webbed Briefs Video (finally) 🚨

Is HTML A Programming Language?https://t.co/mkBqYSZG7k

— mastodon.social/@heydon (@heydonworks) March 7, 2022

Words of Wisdom for the Week

Thanks for the share Nader!

The first draft of anything is shit.

- Ernest Hemingway

— nader (🧱, 🚀) | nader.lens (@dabit3) March 7, 2022

Serverless doesn’t mean there’s no servers, it means we think about servers less.

— Scott Hanselman (@shanselman) March 12, 2022

Shameless plugs

Part three of building out a GitHub action that Tweets to first time contributors dropped this past week on my YouTube channel. Thanks again for pairing on this Matt Foley!

Creating a GitHub Action with Matt Foley - Part 3
Creating a GitHub Action with Matt Foley - Part 3

Part 3 of building out a GitHub action that Tweets a thank you message to 1st-time contributors of a repository with @MatthewTFoley is up on YouTube! https://t.co/H9EdbreDUm

— Nick Taylor (@nickytonline) March 7, 2022

Don't miss what's next. Subscribe to Yet Another Newsletter LOL:
GitHub X YouTube LinkedIn Instagram
This email brought to you by Buttondown, the easiest way to start and grow your newsletter.