interesting-tweets
Some tweets I found interesing and saved to Readwise.
1 Common Web Developmen...
Metadata
- Author: @leeerob on Twitter
- Full Title: 1/ Common Web Developmen...
- Category: #tweets
- URL: https://twitter.com/leeerob/status/1506287007307341834
Highlights
- 1/ Common web development terms in 280 characters.
Let me know what terms you'd like me to explain and I'll add more to this thread over time. (View Tweet) - 2/ Compilation
You write code in developer-friendly languages (TypeScript, modern JavaScript, JSX).
Then, compilation transforms it back to standard JavaScript so the browser can understand it.
(View Tweet)
- 3/ Minifying
You write code optimized for human readability. But things like comments aren't necessary for the code to run.
Minification removes unnecessary code formatting / comments, without changing the code’s functionality, to decrease the file size.
(View Tweet)...
Some of My Favorite Ver...
Metadata
- Author: @leeerob on Twitter
- Full Title: Some of My Favorite @Ver...
- Category: #tweets
- URL: https://twitter.com/leeerob/status/1592681901852020736
Highlights
- Some of my favorite @Vercel sites ▲ (View Tweet)
- https://t.co/a3j9Q8vkVX (View Tweet)
- https://t.co/akNiq2rF5c (View Tweet)
- https://t.co/g4AhT1HAGl (View Tweet)
- https://t.co/WBNSSW903x (View Tweet)
- https://t.co/OKwpeNGFIK (View Tweet)
- https://t.co/sUmsvmrNWk (View Tweet)
- https://t.co/feRSOgxx3e (View Tweet)
- https://t.co/pqUCGOkYmi (View Tweet)
- https://t.co/oxJiu5z5Jw (View Tweet)
- https://t.co/jzkyEYCJJS (View Tweet)
- https://t.co/wpTMslmSRt (View Tweet)...
The Adaptation to a Worl...
Metadata
- Author: @sama on Twitter
- Full Title: The Adaptation to a Worl...
- Category: #tweets
- URL: https://twitter.com/sama/status/1627110888321978368
Highlights
- the adaptation to a world deeply integrated with AI tools is probably going to happen pretty quickly; the benefits (and fun!) have too much upside. (View Tweet)
- these tools will help us be more productive (can't wait to spend less time doing email!), healthier (AI medical advisors for people who can’t afford care), smarter (students using ChatGPT to learn), and more entertained (AI memes lolol). (View Tweet)
- a transition like this is mostly good, and can happen somewhat fast—the transition from the pre-smartphone world to post-smartphone world is a recent example.
but it’ll be tempting to go super quickly, which is frightening—society needs time to adapt to something so big. (View Tweet)...
Try-Catch Is the Biggest...
Metadata
- Author: @ThePrimeagen on Twitter
- Full Title: Try-Catch Is the Biggest...
- Category: #tweets
- URL: https://twitter.com/ThePrimeagen/status/1626681929935343627
Highlights
- try-catch is the biggest language design flaw (View Tweet)
Tweets From David K.
Metadata
- Author: @DavidKPiano on Twitter
- Full Title: Tweets From David K. 🎹
- Category: #tweets
- URL: https://twitter.com/DavidKPiano
Highlights
- Async/await is too convenient sometimes.
One of the most common mistakes I've seen is missing try/catch blocks for handling errors.
Assume every awaited statement can reject ⚠️
Try to catch this in code reviews.
(View Tweet)
- Note: save