satisfies in TypeScript has been out for a little while now.
Overall, it's been a success - but it's starting to cause some confusion.
Let's clear it up.
VS Code now supports custom editor labels.
If you want to change the display of `page`/`layout` (or other Next.js file conventions) you can modify your `settings.json` to change the tab title.
https://t.co/f8c3PEW9bn
My CTO and I recently exchanged youtube channels we use for learning. Some notable channels for everyone:
- The best! (In his words) @DecodedFrontend https://t.co/DC7th4jOgM
- Pretty good angular @AngularUniv https://t.co/zGD0qFg3oQ
- Even more angular @DeborahKurata https://t.co/0QPcQYKj0n
- Typescript Guru @mattpocockuk https://t.co/Zkf9F7FGhu
- Awesome JS teacher @RaduMariescu https://t.co/UEm0ebjS7J
- CSS dude @KevinJPowell https://t.co/BtjoJ8m9Oi
Woah, I just found an elegant way to resolve package-lock.json conflicts:
npm install --package-lock-only
"npm will automatically resolve any conflicts for you and write a merged package lock that includes all the dependencies from both branches." 😍
https://t.co/nrwIlLEMBm
Understand the difference in the semantics of `as const` and `Object.freeze` when working with TypeScript
Object.freeze in TypeScript builds on top of the JavaScript semantics by returning an object of type `Readonly<T>`. Learn more below 🔥
Give a try to the opt-in webpack disk caching we enabled in our experimental release of the CLI!
The feature will be available in v13 to make your production builds & tests faster 🚀
Read more 👉🏻 https://t.co/XS1kh9D6yz
🔥 The Angular Animations Explorer by @Williamjuan27 is an awesome resource for learning about animations in Angular.
Check it out!
https://t.co/ytT2RGk1p3
Ooph, I'm on a hot streak! Check out another article, this time on lazy loading external libraries from CDN, YouTube being an example:
https://t.co/Y8iV5KFnx7
Once again it uses Dependency Injection! 😎
My post on speeding up Angular v12 serving seems to have lots of interested folks.
What other optimizations do you do to speed up your Angular build/serve?
https://t.co/GlzA0CYN21
Got the content from Notion to render as Scully Content now. However, I deem the Notion API isn't usable for Tech Blog at the time due to some unsupported blocks (CodeBlock, Image), yet. As soon as Notion supports these blocks, then it'd be a great platform to use.
Recently, I've finally gotten around to getting my own blog up and going. The first thing I did was rewrite an older article, but one I still think is important:
"Learning Observable By Building Observable" #RxJS
https://t.co/MwQTgLF6fT