Dark

TypeScript Origins: The Documentary 

OfferZen Origins
Subscribe 21K
Views 286K
50% 1

TypeScript Origins: The Documentary is brought to you by OfferZen - the community-first developer jobs platform. The documentary features core contributors and community members like Anders Hejlsberg, Steve Lucco, Luke Hoban, Daniel Rosenwasser, Ryan Cavanaugh, Amanda Silver, Matt Pocock, Josh Goldberg & many more!
It also covers adoption stories and insights from JetBrains, Xata, AG_Grid, Deno, Visual Studio Code and Tech at Bloomberg.
#typescript #javascript #programming #softwaredevelopment
Sponsored by
- JetBrains (www.jetbrains.com)
- BBD (www.bbd.co.za)
- AG Grid (www.ag-grid.com)
- Xata (www.xata.io)
- Deno (www.deno.com)
- Sonar (www.sonarsource.com)
- Gitnation (www.gitnation.org)
Filmed, edited and co-produced by Keyboard Stories
===========================================================
OfferZen is a developer job platform helping devs find jobs they love in positions they deserve. Want to know more about OfferZen? Check us out on www.offerzen.com
Connect with OfferZen:
Twitter: / offerzen
Instagram: / offerzen
Facebook: / offerzen
LinkedIn: / offerzen

Published on

 

Sep 10, 2024

Share:

Link:

Download:

Loading link...

Add to:

My playlist
Watch later
Comments : 287   
@JuanMoisesTorrijos
@JuanMoisesTorrijos 11 months ago
"I could probably turn up to work drunk, and still code pretty good." -Matt Pocock. What a line! 😅
@jhonyortiz5
@jhonyortiz5 11 months ago
I want to see a vscode documentary
@KeyboardStories
@KeyboardStories 11 months ago
Yuppp we were thinking the exact same thing 😛
@alexandergunning4348
@alexandergunning4348 11 months ago
Gross
@DaviAreias
@DaviAreias 11 months ago
What if the guys who made vscode actually use vim 😂
@name_surname_1337
@name_surname_1337 11 months ago
@@DaviAreiasdeveloped vscode using webstorm
@yogasujewfq08
@yogasujewfq08 11 months ago
Upvote
@aram5642
@aram5642 11 months ago
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. ;-)
@burningdog2
@burningdog2 11 months ago
Have you tried changing your .editorconfig settings and watching it again?
@AqgvP07r-hq3vu
@AqgvP07r-hq3vu 10 days ago
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.
@flashjpr
@flashjpr 11 months ago
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 !!
@kamel3d
@kamel3d 11 months ago
It is not good enough looks like it was filmed on potato just look to viewJS documentary
@ArnoldsKtm
@ArnoldsKtm 11 months ago
@@kamel3d what are you going on about
@dopetag
@dopetag 11 months ago
That is sick! Keep up the good work. Thanks Microsoft for VSCode and Typescript!
@MicroUrb
@MicroUrb 5 months ago
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.
@JeyPeyy
@JeyPeyy 11 months ago
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.
@user-ry7pf2gg8u
@user-ry7pf2gg8u 11 months ago
u think
@mrrolandlawrence
@mrrolandlawrence 11 months ago
@@user-ry7pf2gg8u they would still be selling only 2 products - windows & office. the internet was not really steves thing.
@saadhabashneh5587
@saadhabashneh5587 11 months ago
​@@user-ry7pf2gg8uhe thinks
@ryanleemartin7758
@ryanleemartin7758 11 months ago
It may have helped bring about a better world if Ballmer ran the company into the dirt.
@omri9325
@omri9325 11 months ago
​@@ryanleemartin7758 It would mean apple get's to rise higher, and we don't want that ever
@andrewmanyore9913
@andrewmanyore9913 11 months ago
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.
@InarusLynx
@InarusLynx 6 months ago
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.
@devprocedure
@devprocedure 2 months ago
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?
@zb2747
@zb2747 11 months ago
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.
@charliesta.abc123
@charliesta.abc123 11 months ago
We all appreciate the efforts of the Typescript team
@DavidsKanal
@DavidsKanal 11 months ago
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.
@codeaperture
@codeaperture 11 months ago
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.
@yt.neerajkumar
@yt.neerajkumar 11 months ago
🔥 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
@loucyx
@loucyx 11 months ago
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! 💖
@JEsterCW
@JEsterCW 11 months ago
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*
@DominikZogg
@DominikZogg 11 months ago
Thanks for Typescript and VSCode from a long-term Linux desktop user
@MohamedMansour
@MohamedMansour 11 months 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.
@vectoralphaSec
@vectoralphaSec 5 months ago
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.
@rogersanctos
@rogersanctos 11 months ago
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).
@stephenmyleshenriksen9535
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.
@fisayoobilaja2960
@fisayoobilaja2960 2 months ago
Okay. This video just made me develop more compassion/appreciation for Typescript. Thanks MS team for working on this!
@user-qj4rr1rm8i
@user-qj4rr1rm8i 11 months ago
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!!!
@kuncevicdev
@kuncevicdev 11 months ago
TS all the way front to back, yes! 🥳
@saravanan-subramanian
Thank you for this remarkable documentary! Really enjoyed watching it!
@MichiganTypeScript
@MichiganTypeScript 11 months ago
It's like my whole life has been leading up to this moment.
@FunctionGermany
@FunctionGermany 11 months ago
hi dimitri!
@centner813
@centner813 11 months ago
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.
@antoineweb1
@antoineweb1 19 days ago
excellent documentary, glad I watched it. phenomenal tooling! and great people too
@kestasjk
@kestasjk 11 months ago
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
@kestasjk
@kestasjk 11 months ago
Wow JetBrains is a sponsor.. :o .. that's like a documentary on chatgpt's origins sponsored by google
@padcom
@padcom 9 months ago
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.
@sotopezoa
@sotopezoa 11 months ago
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.
@wasashisanbaka123456
@wasashisanbaka123456 11 months ago
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!!
@jamesvodden5575
@jamesvodden5575 11 months ago
Excellent work OfferZen
@NataliaLiliano-cr5kz
@NataliaLiliano-cr5kz 11 months ago
Keyboardstories 🔥
@Lyokou
@Lyokou 11 months ago
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.
@csy897
@csy897 11 months ago
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
@GuilhermeLedes
@GuilhermeLedes 11 months ago
I'm so proud of this team ❤ for make it open source and how things happend inside Microsoft
@jmac217x
@jmac217x 11 months ago
Niall Crosby's outfit is perfect. what even is that jacket/sweater combo. Bravo sir
@ceolter
@ceolter 11 months ago
Delighted you noticed, one of my favourite tops, but my wife hates it!!
@iamdanajr
@iamdanajr 11 months ago
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.
@anuraghazra4772
@anuraghazra4772 11 months ago
This is amazzing! Love the stories.
@tadejafirmanzajc7098
@tadejafirmanzajc7098 11 months ago
Love the documentary and TypeScript ❤ awesome work ya'll! 💪🔥
@MarlonEnglemam
@MarlonEnglemam 9 months ago
I've been watching this amazed and mesmerized for over half an hour! I love how nerdy we all are lol
@GulshanurRahman
@GulshanurRahman 11 months ago
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!
@ivanjermakov
@ivanjermakov 11 months ago
I agree. TypeScript would not be this popular without it's novel LSP.
@cthekoz
@cthekoz 3 months ago
It may say more than I want about me, but I loved this film. 👍
@IsraelAgyemanPrempeh
@IsraelAgyemanPrempeh 11 months ago
Amazing, you guys made JavaScript cool again
@bishwajitjha8923
@bishwajitjha8923 11 months ago
Awesome to pick up the minds of the people behing TS magic and it's journey. Great documentry!
@shanevercuil2447
@shanevercuil2447 11 months ago
Can't wait, counting down...
@Sch0LarY
@Sch0LarY 5 months ago
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.
@majorhumbert676
@majorhumbert676 11 months ago
Great documentary 25:25 That sound effect that is played each time an interviewee is introduced though...
@tekforge
@tekforge 4 months ago
I love the storytelling techniques you use in your videos! It's very inspiring.
@fabsenk
@fabsenk 11 months ago
Wow, I love the interview format with well known people starting from 1:09:00. Well done 🚀🚀
@JeffryGonzalezHt
@JeffryGonzalezHt 4 months ago
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. ;)
@micalevisk
@micalevisk 11 months ago
I bet DHH didn't like this video
@snehanshuphukon728
@snehanshuphukon728 5 months ago
Came here from the rails documentary
@Yankzy
@Yankzy 11 months ago
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.
@giovannimh
@giovannimh 11 months ago
Well done! It's cool to see and hear the people involved.
@philipbond4088
@philipbond4088 5 months ago
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!
@RobertKing
@RobertKing 11 months ago
I've uploaded an interview with JT who was the Senior Program Manager of Typescript :)
@vectorNull
@vectorNull 9 months ago
Keep going! These are the videos that inspire!!
@duduromeroa
@duduromeroa 11 months ago
❤Thaaaaaanks from Guayaquil, Ecuador
@jeffreyy6882
@jeffreyy6882 11 months ago
This is sooo good, please do a documentary on C++ next
@shreyasjejurkar1233
@shreyasjejurkar1233 11 months ago
DevDiv orgs at Microsoft is one of the best org to work for. Incredible people with passion for developers and developer tooling...😇
@csy897
@csy897 11 months ago
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.
@ninoporcino5790
@ninoporcino5790 11 months ago
I remember hating it at first and insisting on transpiling C# to JavaScript (do you remember the "Saltarelle" compiler?). Now absolutely love it.
@greatestuff
@greatestuff 11 months ago
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.
@DavidCalderonNJ
@DavidCalderonNJ 9 months ago
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.
@frankfischer3403
@frankfischer3403 11 months ago
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.
@combinio9533
@combinio9533 11 months ago
I like MS team presented in the movie. 14:30 I can see they even have DENPOK in his dev-squad, cool!
@mwebb-01
@mwebb-01 8 months ago
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.
@DontFretBrett
@DontFretBrett 5 months ago
This was incredible. More docs on language and tool origins please!
@bhekumuzitshabalala
@bhekumuzitshabalala 11 months ago
Got the chance to watch this Documentary at Escape 2023 ❤
@zhenghaohuang1533
@zhenghaohuang1533 4 months ago
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.
@JoseGarcia-vr8mx
@JoseGarcia-vr8mx 11 months ago
Amazing documentary! Thank you for putting it together!
@gabrielgonzalezjuarez4214
An awesome and amazing documentary 👏🏽 I really appreciate so much this kind of content
@AqgvP07r-hq3vu
@AqgvP07r-hq3vu 11 months ago
Thank you so much for this amazing documentary. I almost cried.
@4ndrs_dev
@4ndrs_dev 11 months ago
Loved watching this, thank you so much
@jasonnares9634
@jasonnares9634 11 months ago
This is very insightful. Thanks TS team. 🙌🙌
@dotnetdevni
@dotnetdevni 9 months ago
VSCode has without a doubt been a triumph for Microsoft even haters of ms have been won over with vscode.
@langenn
@langenn 11 months ago
This was really interesting, thank you for making this!
@gorandev
@gorandev 11 months ago
looking forward to this
@DomskiPlays
@DomskiPlays 11 months ago
Haven't seen enough of the video to leave a good comment but I was here!
@pezo1919
@pezo1919 11 months ago
LOL! Just at the right time! Wondering if the DHH part was just an intro for this documentary ;D
@constantiner_me
@constantiner_me 11 months ago
Amazing documentary! Thanks fo making it.
@aguluman
@aguluman 11 months ago
Next a documentary on FSharp with Don Syme
@devviz
@devviz 10 months ago
*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.
@sidharthvyas5883
@sidharthvyas5883 4 months ago
Great work 👏
@peternguyen5611
@peternguyen5611 11 months ago
using vscode to create vscode.. mind blown!
@nemanjamilojevic7252
@nemanjamilojevic7252 11 months ago
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.
@sabatamofokeng4815
@sabatamofokeng4815 11 months ago
This is amazing
@dev_kaycee2887
@dev_kaycee2887 11 months ago
It's been a while man
@shrutikapoor08
@shrutikapoor08 11 months ago
Wohoo!
@nromancarcamo
@nromancarcamo 11 months ago
I admit it, I was a hater of TS when it came out, I couldn’t see me dealing with types, but hah! Guess whom defend it now? 🙌 Even nowadays when people want to drop TS 😂
@StoianAtanasov
@StoianAtanasov 11 months ago
It's amazing that nobody mentions AI. That is the future of programming, including TS
@riigel
@riigel 11 months ago
thanks for this documentary 🎉
@kamel3d
@kamel3d 11 months ago
This documentary is almost good. While covering TypeScript is a good idea, the way it was filmed (looks like it was filmed on a potato), the childish transitions, and the lack of details like illustrations and graphics to explain the concepts behind TypeScript left me disappointed. It was not as I had hoped it would have been.
@Whatthetrash
@Whatthetrash 11 months ago
2nd Best Typescript RU-vidr. LOL
@nursenayeneredit7251
@nursenayeneredit7251 11 months ago
The last parts was like advertisement but overall amazing documentary.
@Fanaro
@Fanaro 5 months ago
A timeline visualization would have helped this doc a lot.
@cosmicsoftwares
@cosmicsoftwares 10 months ago
Amazing documentary
@HLS6935
@HLS6935 8 months ago
Prerequisite to work at Microsoft: Speaking with your hands! I am dizzy from watching the hand dancing!
@dkrest1
@dkrest1 11 months ago
A good JavaScript developer won't hate on Typescript
@miltonedwincobocortez8792
Steve Lucco is by chance, the father of Michael Cera? . Jokes apart, I love the documentary, awesome!
@petarkolev6928
@petarkolev6928 11 months ago
Really interesting documentary! And it was really curious to find out one of the things that pushed ReactJS :)
@StingSting844
@StingSting844 11 months ago
Huge congratulations to the typescript team. This documentary could have been a bit shorter
@F0Xguy
@F0Xguy 11 months ago
Disagree. Length is great and still I'd watch a longer one, for sure
@StingSting844
@StingSting844 11 months ago
@@F0Xguy ok
@RedStone576
@RedStone576 11 months ago
12:33 relateable