TypeScript Types Deep Dive - The Talk
Just some weeks ago I made a talk about TypeScript, how we do TypeScript at Google and the TypeScript type system. I hope you’ll enjoy it. I think it came out quite fun (If I may say so myself).
Just some weeks ago I made a talk about TypeScript, how we do TypeScript at Google and the TypeScript type system. I hope you’ll enjoy it. I think it came out quite fun (If I may say so myself).
In this 5 minutes of Vim goodness we’ll learn how to effectively copy, cut and paste things in Vim by taking advantage of Vim’s registers and a cool plugin. Here we go!
Svelte is a modern web framework that takes a novel approach to building web applications by moving the bulk of its work from runtime to compile-time. Being a compiler-first framework allows Svelte to do some very interesting stuff that is unavailable to other frameworks like disappearing from your application at runtime, or allowing for a component centered development with HTML, JavaScript and CSS coexisting within the same Svelte file in a very web standards friendly fashion.
This is an adapted twitter thread on developing mastering and expertise that I thought so useful that I had to crosspost it to my blog. Hope you find it helpful in your path to getting better at anything! 😁👍
Svelte is a modern web framework that takes a novel approach to building web applications by moving the bulk of its work from runtime to compile-time. Being a compiler-first framework allows Svelte to do some very interesting stuff that is unavailable to other frameworks like disappearing from your application at runtime, or allowing for a component centered development with HTML, JavaScript and CSS coexisting within the same Svelte file in a very web standards friendly fashion.