Can we all take a moment to appreciate that this documentary popped on a 12.4k (and I'm sure the count will climb fast) YT account, and not some official large tech co handle? Well done !!
Yes indeed, Microsoft did good with VS Code and TypeScript, but folks thats no reason to drop Slack for Teams, it doesn't mean you take every single Microsoft product into your life now. Kudos once again though for VS Code and TypeScript, I live and breathe these tools everyday...even...now.
Documentaries like these remind me that there is great man power behind the tools (we) developers use everyday. Much respect to Microsoft and those who helped build Typescript.
As someone who made the switch from game dev to web dev. I really appreciate the work done by the typescript team and angular team. The switch was such a breeze.
I remember being in my C++ w/ data's structures class in 2018 and my professor showing us Sublime. I was like "oh that's cool, let me check out some other tools." Then I stumbled upon vscode and python. Everyone was hyping them and I went "sure I'll check this out." I was instantly impressed with Vscode. I never looked back. Now that I'm getting heavily into Next.js, I'm very happy the more I learn about Typescript and the feedback I get without even running the code. Reminds me when I'd debug C++ back in 2018, having the ability to have so much feedback on my code.
SO YOU SWITCHED TO WEB WORLD? I do NOT see "real-world" problem being solved by using TypeScript. All I see are silly examples of a "function that adds or divides 2 numbers' to justify "type checking". e.g., Who writes a function just to do basic math???? Next, developers are testing (aka runtime) their code LINE-BY-LINE anyway, so "compile-time" checking isn't all that beneficial in saving a developer time coding. In other words, TypeScript adds a layer of complexity that doesn't have that much benefit to JavaScript world. NEWS FLASH: 1. Most data on the Client Side are STRINGS anyway. 2. NUMBERS and DATES are already validated in the client's browser anyway. 3. And YES, you are passing data for a KNOWN REASON. So you have a pretty good idea what is to be expected. And those to say you don't OR say you haven't worked with a large code base are justifying passing parameters that you have NO CLUE in what you are passing? If so, that is a sneaky form of "job security". LOL. ADDENDUM: > You're passing it for a reason so will usually know what it is in the object at least type-wise. -ksh1997 "If you don’t see the importance then it might be because you have never been in a large project " Are you saying the name of the person passed in the parameter is too vague or misnamed? Or we should have NO CLUE what should be coming from that parameter? And that includes those of you who worked on a large code base as those of you who have, should have well-chosen names for parameters that describe what data is coming through. If so, why not give examples of "vague parameter variable names" that TypeScript solves in the REAL WORLD?
I don't think it can be overstated how important Satya Nadella's approach to the CEO role has been for Microsoft. Just a few more years of Ballmer and I believe MS would have been toast.
I might be wrong, but I can't beat this impression that I have just watched a 70+ min long film about TypeScript without a single mention of tsconfig. Correct me if I missed that. ;-)
Great documentary. As a Golang developer, TypeScript solves problems I don't have in ways I don't like. But am happy that it exists, and DHH loves type gymnastics too, for obvious reasons.
This documentary is truly epic. Even after a year, I find myself coming back to watch it repeatedly. Although I no longer use TypeScript, the legacy and innovation of the TypeScript team-and the brilliance of the documentary team-will undoubtedly resonate through future generations of the software industry.
Thoroughly enjoyed this documentary, gave me great insights into the development of TypeScript and its grandiose effect on web development and the open source culture. One suggestion: When a novel concept is being talked about, be it structural typing, decorators, or Flow, would be cool to pair the interview with a visual depiction on the screen. Makes it easier to follow for those who don't know those things by heart.
🔥 Big shoutout to the incredible TypeScript Team and our amazing open-source developers! 🙌 Your dedication and hard work are changing the game. Much love and respect to all of you! Let's keep pushing the boundaries together! 💪❤ #TypeScript #OpenSourceRockstars
This was more interesting to me than anything else. Fantastic stories behind it all. I love TS, and now I love TS twice as much as I did 80 minutes ago!!!
Really great vid! I remember when I first used TypeScript in 2012, I was in the Bing Team as a junior engineer and i just updated a new build step to include TypeScript cause I wanted to use it since the webapp was getting complex. I eventually helped all Bing teams to migrate to TypeScript, very nice seeing everyone jump on the same boat.
and another one *As soon as you will start understanding typescript you will stop hating it. This is exactly the moment when you will start to fall in love with this approach and see a new possibilities and adjustments to your workflow that will allow you to work more comfortably. I used to be a hater of typescript, but I wasn't even coding in javascript back then and when I decided to try it out and started to understand it, I just fell in love and never went back to plain javascript. The fact that you can have unions, with autocompletions that you can structure your data, its incredibly powerful*
I like this video a lot. The constant hand-gesturing present throughout the entirety of the video totally didn't mess with me at all. And my absolute favorite engineer ever, Shaundai, does an absolutely fantabulous job elucidating the ubiquitous nature of TypeScript in contemporary frameworks and necessity of a good ecosystem for a technology to thrive! Her portion was definitely my favorite in the whole video, 11/10!!
Reallly a good doc that's make typescript even more understanding in the community...thanks to all the amazing person that bring this to the world. Thank u, thank u and thank u.
I love TS, I used it in my job and in my personal codes. I enjoyed this documentary a lot! It was amazing to know a little more about the history of TS.
Im glad i found this gem of a video. Thanks for putting out for us to enjoy. TS is one of my fav. I definatly learned a bit listening to these Genious's.
That's an incredibly well edited & solid video! I'm just starting my journey on learning front-end...that's a truly informative and inspiring documentary on the workings of open source innovation. Thanks!
Mr Heilsberg made all the difference in my life. First with Turbo Pascal (which I also pirated), then with Delphi (which I also pirated) and then he finally made a product that I love that I don't have to steal! Thank you, sir! I wouldn't have been the developer I am Today if it wasn't for your creations. I owe you more than one.
I like how dog food has become a verb as in "We don't just dog food our own language but we also dog food our own develoment environment." at 15:37 and this is understood to mean using your own product. Future etymologists will be amused.
Most of tools I can use those days came from this new age Microsoft. Most of them were like inaccessible before there. A lot of things were harder to accomplish. Not only languages, language supersets, IDEs, frameworks, Language Server protocols (LSP) and their already done language servers made my life, and I think the life of a lot of programmers, a way better. That's why I am so grateful to everybody who helped this day to come. Opensource, even nowadays being like a big companies war, evolved so much after that. And, eventually this philosophy will get better and better (so I hope).
*1:05:35* this i think is a critical point, there's *typescript* the *syntax* and typescript the *tool* , not everybody consciously uses typescript syntaxes but everyone who writes javascript in visual studio code is using typescript; it's only natural because vscode is built with typescript.
You know when a piece of technology just nails it.. I didnt realize typescript and vs code were so closely related, or that the in-browser office implementation was based off it, but it makes total sense that they are as they're all just crazy good
JavaScript is the best example of production code you cannot undo, and browsers are the real future operating systems. Therefore JavaScript is actually bound to grow. JavaScript everywhere!
I don’t think it can be understated how important typescript is. I know a lot of people fight it, I had to fight my company at the time, but once it’s in place it makes it easy to collaborate and refactor code. I got it into a small high priority project with 12 week turn around time with 7 devs. And we delivered before the deadline and a lot of that was catching breaking merges and quick refactoring.
I feel like a baby because I've only used ts and this is all I've known and expected. The only times I don't get this experience is when I have to use a repo that was badly written with anys and Function types everywhere
Why does it feel, "not everyone feels that way" at 1:07:30 is a direct implication to Rich Harris removing TS from svelte or to DHH for removing it from Turbo ?
Super Interesting. I can't believe this kind of video exists. Great work! I'm curious in another 10 years how that Typescript to Dart comparrison is going to age.
It's great to see how Microsoft evolved over the years and that it has so many smart people working for them producing tools that positively disrupt industry.
i know am late to the party, currently learning typescript for my latest project so far am loving it, I don't know why I hesitated for so long, it appears to me that ts is a very specific js. shout out to Microsoft for this gem.
Great documentary featuring a lot of people that make Microsoft special. I had an open-source project in Microsoft before them and it was killed before it became too successful... in fact, I was nearly fired over it. I can absolutely comprehend what they are talking about.
Excellent documentary. I remember when Jonathan Schwartz tried to open source Sun software (starting with Solaris). I thought it was an excellent strategy and saw the power in it. Unfortunately for Sun it was too late. I'm glad to see Microsoft eventually understood what open source community was about.
The single best decision TypeScript made at the beginning, in my opinion, is to make the language and the tooling together. Those two aspects of TypeScript complement each other so much! And also, the VSCode obviously, to showcase that tooling aspect. One day, I wish the "language" part of TypeScript to be merged into JavaScript, and the tooling aspect to become invisible, within the editors and IDEs or bundlers. Then in the JS ecosystem, it will be invisible, but everywhere!
Late to this, but it was really refreshing hearing people from Microsoft address directly the mistrust many of us had back around the time TypeScript was announced. My guess at the time was that TypeScript was just a way for Microsoft to keep Visual Studio relevant for people doing JavaScript. At the time, trying to do "plain" JS in Visual Studio was horrible - like worse than just raw dogging it with Notepad (or as was mentioned, SublimeText). It was really the introduction of the TypeScript language server that deserves special mention. Even today, pretty much every editor (even Vim!) works with TypeScript - and Visual Studio is still about the worst. ;)
That was so funny. I have no idea why they put a youtuber in there. This guy has extreme opinions on every technology "you MUST use this, DONT use this is absolute shit" he has no comprehension for advantages and drawbacks and lead thousands of juniors into a wall of fanatism. Poor casting.
I think Satya Nadella was the Angel that dropped from the heavens to save Microsoft. Today, their products are freaking amazing! I've always been a Mac user since the Apple II. This year is the first time I moved to Microsoft. Terminal, is freaking amazing for developers. WSL....i'm flabbergasted.
Finally finished watching, great work guys, hope to see your channel grow with more great documentaries! If you allow a little piece of feedback, the last half an hour or so of the movie feels a tad stretched, with different people kind of repeating the same things. It doesn’t make it significantly less enjoyable, but I thought you could use that input anyway. Keep it up!
I want to see a vscode documentary
Yuppp we were thinking the exact same thing 😛
Gross
What if the guys who made vscode actually use vim 😂
@@DaviAreiasdeveloped vscode using webstorm
Upvote
"I could probably turn up to work drunk, and still code pretty good." -Matt Pocock. What a line! 😅
Can we all take a moment to appreciate that this documentary popped on a 12.4k (and I'm sure the count will climb fast) YT account, and not some official large tech co handle?
Well done !!
It is not good enough looks like it was filmed on potato just look to viewJS documentary
@@kamel3d what are you going on about
We all appreciate the efforts of the Typescript team
That is sick! Keep up the good work. Thanks Microsoft for VSCode and Typescript!
Yes indeed, Microsoft did good with VS Code and TypeScript, but folks thats no reason to drop Slack for Teams, it doesn't mean you take every single Microsoft product into your life now. Kudos once again though for VS Code and TypeScript, I live and breathe these tools everyday...even...now.
Documentaries like these remind me that there is great man power behind the tools (we) developers use everyday. Much respect to Microsoft and those who helped build Typescript.
As someone who made the switch from game dev to web dev. I really appreciate the work done by the typescript team and angular team. The switch was such a breeze.
I remember being in my C++ w/ data's structures class in 2018 and my professor showing us Sublime. I was like "oh that's cool, let me check out some other tools." Then I stumbled upon vscode and python. Everyone was hyping them and I went "sure I'll check this out." I was instantly impressed with Vscode. I never looked back. Now that I'm getting heavily into Next.js, I'm very happy the more I learn about Typescript and the feedback I get without even running the code. Reminds me when I'd debug C++ back in 2018, having the ability to have so much feedback on my code.
SO YOU SWITCHED TO WEB WORLD?
I do NOT see "real-world" problem being solved by using TypeScript.
All I see are silly examples of a "function that adds or divides 2 numbers' to justify "type checking". e.g., Who writes a function just to do basic math????
Next, developers are testing (aka runtime) their code LINE-BY-LINE anyway, so "compile-time" checking isn't all that beneficial in saving a developer time coding.
In other words, TypeScript adds a layer of complexity that doesn't have that much benefit to JavaScript world.
NEWS FLASH:
1. Most data on the Client Side are STRINGS anyway.
2. NUMBERS and DATES are already validated in the client's browser anyway.
3. And YES, you are passing data for a KNOWN REASON. So you have a pretty good idea what is to be expected. And those to say you don't OR say you haven't worked with a large code base are justifying passing parameters that you have NO CLUE in what you are passing? If so, that is a sneaky form of "job security". LOL.
ADDENDUM:
> You're passing it for a reason so will usually know what it is in the object at least type-wise. -ksh1997
"If you don’t see the importance then it might be because you have never been in a large project "
Are you saying the name of the person passed in the parameter is too vague or misnamed? Or we should have NO CLUE what should be coming from that parameter?
And that includes those of you who worked on a large code base as those of you who have,
should have well-chosen names for parameters that describe what data is coming through.
If so, why not give examples of "vague parameter variable names" that TypeScript solves in the REAL WORLD?
I don't think it can be overstated how important Satya Nadella's approach to the CEO role has been for Microsoft. Just a few more years of Ballmer and I believe MS would have been toast.
u think
@@LuisRodge they would still be selling only 2 products - windows & office. the internet was not really steves thing.
@@LuisRodgehe thinks
It may have helped bring about a better world if Ballmer ran the company into the dirt.
@@ryanleemartin7758 It would mean apple get's to rise higher, and we don't want that ever
Thanks for Typescript and VSCode from a long-term Linux desktop user
I might be wrong, but I can't beat this impression that I have just watched a 70+ min long film about TypeScript without a single mention of tsconfig. Correct me if I missed that. ;-)
Have you tried changing your .editorconfig settings and watching it again?
Thank you for this remarkable documentary! Really enjoyed watching it!
Great documentary. As a Golang developer, TypeScript solves problems I don't have in ways I don't like. But am happy that it exists, and DHH loves type gymnastics too, for obvious reasons.
I saw that conference in October 2012, and I've been using TypeScript since then. This was great to see. Thanks for making this documentary! 💖
This documentary is truly epic. Even after a year, I find myself coming back to watch it repeatedly. Although I no longer use TypeScript, the legacy and innovation of the TypeScript team-and the brilliance of the documentary team-will undoubtedly resonate through future generations of the software industry.
Okay. This video just made me develop more compassion/appreciation for Typescript. Thanks MS team for working on this!
Thoroughly enjoyed this documentary, gave me great insights into the development of TypeScript and its grandiose effect on web development and the open source culture. One suggestion: When a novel concept is being talked about, be it structural typing, decorators, or Flow, would be cool to pair the interview with a visual depiction on the screen. Makes it easier to follow for those who don't know those things by heart.
🔥 Big shoutout to the incredible TypeScript Team and our amazing open-source developers! 🙌 Your dedication and hard work are changing the game. Much love and respect to all of you! Let's keep pushing the boundaries together! 💪❤ #TypeScript #OpenSourceRockstars
This was more interesting to me than anything else.
Fantastic stories behind it all.
I love TS, and now I love TS twice as much as I did 80 minutes ago!!!
Really great vid! I remember when I first used TypeScript in 2012, I was in the Bing Team as a junior engineer and i just updated a new build step to include TypeScript cause I wanted to use it since the webapp was getting complex. I eventually helped all Bing teams to migrate to TypeScript, very nice seeing everyone jump on the same boat.
and another one
*As soon as you will start understanding typescript you will stop hating it. This is exactly the moment when you will start to fall in love with this approach and see a new possibilities and adjustments to your workflow that will allow you to work more comfortably. I used to be a hater of typescript, but I wasn't even coding in javascript back then and when I decided to try it out and started to understand it, I just fell in love and never went back to plain javascript. The fact that you can have unions, with autocompletions that you can structure your data, its incredibly powerful*
I like this video a lot. The constant hand-gesturing present throughout the entirety of the video totally didn't mess with me at all. And my absolute favorite engineer ever, Shaundai, does an absolutely fantabulous job elucidating the ubiquitous nature of TypeScript in contemporary frameworks and necessity of a good ecosystem for a technology to thrive! Her portion was definitely my favorite in the whole video, 11/10!!
Reallly a good doc that's make typescript even more understanding in the community...thanks to all the amazing person that bring this to the world.
Thank u, thank u and thank u.
I love TS, I used it in my job and in my personal codes. I enjoyed this documentary a lot! It was amazing to know a little more about the history of TS.
Im glad i found this gem of a video. Thanks for putting out for us to enjoy. TS is one of my fav. I definatly learned a bit listening to these Genious's.
That's an incredibly well edited & solid video! I'm just starting my journey on learning front-end...that's a truly informative and inspiring documentary on the workings of open source innovation. Thanks!
Keep going! These are the videos that inspire!!
Mr Heilsberg made all the difference in my life. First with Turbo Pascal (which I also pirated), then with Delphi (which I also pirated) and then he finally made a product that I love that I don't have to steal! Thank you, sir! I wouldn't have been the developer I am Today if it wasn't for your creations. I owe you more than one.
TS all the way front to back, yes! 🥳
This is amazzing! Love the stories.
Love the documentary and TypeScript ❤ awesome work ya'll! 💪🔥
I like how dog food has become a verb as in "We don't just dog food our own language but we also dog food our own develoment environment." at 15:37 and this is understood to mean using your own product. Future etymologists will be amused.
I love the storytelling techniques you use in your videos! It's very inspiring.
excellent documentary, glad I watched it. phenomenal tooling! and great people too
Most of tools I can use those days came from this new age Microsoft. Most of them were like inaccessible before there. A lot of things were harder to accomplish. Not only languages, language supersets, IDEs, frameworks, Language Server protocols (LSP) and their already done language servers made my life, and I think the life of a lot of programmers, a way better. That's why I am so grateful to everybody who helped this day to come. Opensource, even nowadays being like a big companies war, evolved so much after that. And, eventually this philosophy will get better and better (so I hope).
Thank you so much for this amazing documentary. I almost cried.
Well done! It's cool to see and hear the people involved.
Excellent work OfferZen
Keyboardstories 🔥
Awesome to pick up the minds of the people behing TS magic and it's journey. Great documentry!
I've been watching this amazed and mesmerized for over half an hour! I love how nerdy we all are lol
I'm so proud of this team ❤ for make it open source and how things happend inside Microsoft
This was incredible. More docs on language and tool origins please!
Would you guys ever make a Django Documentary? Im just getting into Django and its amazing i really like it and would love to see a doc on it.
Wow, I love the interview format with well known people starting from 1:09:00. Well done 🚀🚀
*1:05:35* this i think is a critical point, there's *typescript* the *syntax* and typescript the *tool* , not everybody consciously uses typescript syntaxes but everyone who writes javascript in visual studio code is using typescript;
it's only natural because vscode is built with typescript.
This is sooo good, please do a documentary on C++ next
An awesome and amazing documentary 👏🏽 I really appreciate so much this kind of content
Niall Crosby's outfit is perfect. what even is that jacket/sweater combo. Bravo sir
Delighted you noticed, one of my favourite tops, but my wife hates it!!
Great documentary
25:25 That sound effect that is played each time an interviewee is introduced though...
You know when a piece of technology just nails it.. I didnt realize typescript and vs code were so closely related, or that the in-browser office implementation was based off it, but it makes total sense that they are as they're all just crazy good
Wow JetBrains is a sponsor.. :o .. that's like a documentary on chatgpt's origins sponsored by google
JavaScript is the best example of production code you cannot undo, and browsers are the real future operating systems. Therefore JavaScript is actually bound to grow. JavaScript everywhere!
I don’t think it can be understated how important typescript is. I know a lot of people fight it, I had to fight my company at the time, but once it’s in place it makes it easy to collaborate and refactor code. I got it into a small high priority project with 12 week turn around time with 7 devs. And we delivered before the deadline and a lot of that was catching breaking merges and quick refactoring.
I feel like a baby because I've only used ts and this is all I've known and expected. The only times I don't get this experience is when I have to use a repo that was badly written with anys and Function types everywhere
Why does it feel, "not everyone feels that way" at 1:07:30 is a direct implication to Rich Harris removing TS from svelte or to DHH for removing it from Turbo ?
I remember hating it at first and insisting on transpiling C# to JavaScript (do you remember the "Saltarelle" compiler?). Now absolutely love it.
❤Thaaaaaanks from Guayaquil, Ecuador
It's like my whole life has been leading up to this moment.
hi dimitri!
Super Interesting. I can't believe this kind of video exists. Great work! I'm curious in another 10 years how that Typescript to Dart comparrison is going to age.
Amazing documentary! Thank you for putting it together!
It's great to see how Microsoft evolved over the years and that it has so many smart people working for them producing tools that positively disrupt industry.
That beeping intro music (43:17) plays every single time, it’s impossible to ignore!😅
Loved watching this, thank you so much
i know am late to the party, currently learning typescript for my latest project so far am loving it, I don't know why I hesitated for so long, it appears to me that ts is a very specific js. shout out to Microsoft for this gem.
I actually didn't want to use Typescript at first just because it was developed at MS, Good job to team making it truly OS.
Great documentary featuring a lot of people that make Microsoft special. I had an open-source project in Microsoft before them and it was killed before it became too successful... in fact, I was nearly fired over it. I can absolutely comprehend what they are talking about.
I've uploaded an interview with JT who was the Senior Program Manager of Typescript :)
Excellent documentary. I remember when Jonathan Schwartz tried to open source Sun software (starting with Solaris). I thought it was an excellent strategy and saw the power in it. Unfortunately for Sun it was too late. I'm glad to see Microsoft eventually understood what open source community was about.
I like MS team presented in the movie. 14:30 I can see they even have DENPOK in his dev-squad, cool!
The single best decision TypeScript made at the beginning, in my opinion, is to make the language and the tooling together. Those two aspects of TypeScript complement each other so much! And also, the VSCode obviously, to showcase that tooling aspect. One day, I wish the "language" part of TypeScript to be merged into JavaScript, and the tooling aspect to become invisible, within the editors and IDEs or bundlers. Then in the JS ecosystem, it will be invisible, but everywhere!
I agree. TypeScript would not be this popular without it's novel LSP.
This is very insightful. Thanks TS team. 🙌🙌
This was really interesting, thank you for making this!
Amazing, you guys made JavaScript cool again
It may say more than I want about me, but I loved this film.
👍
Amazing documentary! Thanks fo making it.
Can't wait, counting down...
DevDiv orgs at Microsoft is one of the best org to work for. Incredible people with passion for developers and developer tooling...😇
LOL! Just at the right time! Wondering if the DHH part was just an intro for this documentary ;D
Got the chance to watch this Documentary at Escape 2023 ❤
Late to this, but it was really refreshing hearing people from Microsoft address directly the mistrust many of us had back around the time TypeScript was announced. My guess at the time was that TypeScript was just a way for Microsoft to keep Visual Studio relevant for people doing JavaScript. At the time, trying to do "plain" JS in Visual Studio was horrible - like worse than just raw dogging it with Notepad (or as was mentioned, SublimeText). It was really the introduction of the TypeScript language server that deserves special mention. Even today, pretty much every editor (even Vim!) works with TypeScript - and Visual Studio is still about the worst. ;)
1:00:25 Ryan is talking about Typescript, but in the end:
that's why everyone is using Deno
I totally don't understand this.
Amazing documentary
I honestly don't think I could get over the enormous hump of transitioning to a software developer if it were not for ts and vs code.
looking forward to this
Haven't seen enough of the video to leave a good comment but I was here!
2nd Best Typescript UA-camr. LOL
That was so funny. I have no idea why they put a youtuber in there. This guy has extreme opinions on every technology "you MUST use this, DONT use this is absolute shit" he has no comprehension for advantages and drawbacks and lead thousands of juniors into a wall of fanatism. Poor casting.
Really interesting documentary! And it was really curious to find out one of the things that pushed ReactJS :)
thanks for this documentary 🎉
What's with car shop show scenes transitions?
I bet DHH didn't like this video
Came here from the rails documentary
This is amazing
It's been a while man
I think Satya Nadella was the Angel that dropped from the heavens to save Microsoft. Today, their products are freaking amazing! I've always been a Mac user since the Apple II. This year is the first time I moved to Microsoft. Terminal, is freaking amazing for developers. WSL....i'm flabbergasted.
At first, I despised it, but I’ve since learned to accept it, even when yells at me. It’s quite reminiscent of my dad.
incredible video, I enjoyed it a lot.
Finally finished watching, great work guys, hope to see your channel grow with more great documentaries!
If you allow a little piece of feedback, the last half an hour or so of the movie feels a tad stretched, with different people kind of repeating the same things. It doesn’t make it significantly less enjoyable, but I thought you could use that input anyway.
Keep it up!
wasn't microsoft bought GitHub before VSCODE was created and was not vscode just an atom fork at the beginning?
Editior - Please make sure your music sound level is at the same level of speakers. The sound level is very high when listening via earphones
Great work 👏
It's amazing that nobody mentions AI. That is the future of programming, including TS
Really awesome 🙌
Next a documentary on FSharp with Don Syme
Steve Lucco is by chance, the father of Michael Cera? . Jokes apart, I love the documentary, awesome!
How about a documentary on Chrome's V8?