
Sign up to save your podcasts
Or
Houssein Djirdeh joins us to talk about performance on the web. We touch on a lot of different topics like bundle size, framework size and much more.
Sponsors:
Links:
Picks:
Transcription:
[00:00:00] KA: Hello, everyone. Welcome to another episode of Svelte Radio. As always, weāll start with introductions. Iām Kevin, and I ran a site called Svelte School where I teach people about Svelte as well as other fun stuff around the web. Yeah.
[00:00:16] SW: Hey, everyone. Iām Shawn. I work on, I guess, on a bunch of things, but currently Iām a senior developer advocate at AWS.Ā
[00:00:24] AJ: Hey, everyone. Iām Anthony. Yeah, I also work in a bunch of things, but I can only run my own startup called Beyonk, which Iām the CTO. And Iām also a Svelte maintainer.Ā
[00:00:34] KA: Awesome. So, today we have an awesome guest on the show. Can you introduce yourself?Ā
[00:00:40] HD: Yeah, absolutely. My name is Houssein. I am a web developer advocate on Google, on the Google team. So I work with Chrome, but I also work in the focused web as a whole. Ā
[00:00:50] SW: Thatās awesome. Itās kind of my idea to bring in Houssein on the podcast, because I thought heād be a good guest. Houssein has basically dabbled in every framework ever. I didnāt know you started out in Angular actually, but I dug through your blog and I was like, āThis guy did Angular?ā I first met you at Boston, React Boston, where you gave a really good talk that turned into this kind of semi-viral blog post on React performance. And now youāre dabbling in Svelte, and then between you and your twin. You cover all the frameworks. I think thatās a strategy somewhere. So, yeah. I mean, I figured youād be a really good guest, because you have a cross-framework perspective that most people donāt.Ā
[00:01:30] HD: Yeah. No. Thanks for having me. And Iām glad you mentioned that, because I like Iāve never actually properly used Vue, but my twin brother hasnāt. Heās been really involved in that space [inaudible 00:01:39].
[00:01:41] KA: So you started out with Angular. So, can you like talk us through the history of like the frameworks youāve used?Ā
[00:01:48] HD: Yeah. Yeah, for sure. Absolutely.Ā I only gone into web development about 4, 5-ish years ago. And that happened right after I graduated from university. I was in my first job and I was just trying to get my footing and like my first sort of role. And then I sort of joined the web development, and we were building a pretty large insurance platform. And we were using AngularJS. And this was pre-component AngularJS. So weāre talking model view controllers. Weāre talking root scope, and bindings, and dependency injection, and services. So that was kind of my first hurrah into the frameworks world, which is interesting, because I think we see a lot of discussion on Twitter and the like about how a lot of people think itās better to just first understand JavaScript, the basics of JavaScript before you jump in to a framework. Thereāre a lot of other people who think it doesnāt really matter. Learning is learning.Ā
I think that for me was a forcing function for me to just learn JavaScript, because I had no idea what was going on in the beginning. So I felt really lost for at least a few months. Funny story, it was me and my twin brother at the same job sitting side-by-side working on the project for a year.Ā
[00:03:02] KA: I can really relate to getting forced to learn JavaScript by doing frameworks. Ā
[00:03:08] HD: Right? Exaxctly.Ā
[00:03:08] KA: Same thing for me. Yeah. Ā
[00:03:09] HD: Right? Exactly. But I think after a few months, I started actually also spending some time learning JavaScript on my own, but also trying to understand how AngularJS worked. Like things started clicking and I was like, āOkay. Wow! Now, I can see why it makes sense to use a framework.ā And then from then on, it just kept growing where I tried dabbling in Angular 2 when it was brand-new and I started learning how to use Angular 2+. And then about a year after that, I started using React. I actually started using React Native before React, because I was like it might be cool to just build a mobile app, and I had an idea for a mobile app. So whatever time that I had in the side, like I was still doing my day job, but I would go home and I was like, āLet me try to build a mobile app.ā It took a long time. I did it and itās super cool. And then I only used React for the web after I used React Native, which is I think an interesting direction. But I think it was also cool took, because it actually showed me how the framework worked.
[00:03:59] KA: Yeah. Most people usually do it the other way around, right? They start with React, and then React Native.Ā
[00:04:04] HA: Exactly. Exactly. Ā
[00:04:05] SW: Yeah. Well, you wrote the book on React Native too. Thatās fun. Ā
[00:04:09] HA: Yeah. So I worked with Devin, who at the time was at Airbnb, but now he does freelancing and a lot of contracting work. And then I worked for Fullstack.io. Theyāre a publishing company. But I wrote an Angular book with them first. So like a modern AngularJS book. Yeah. And it was an interesting idea at the time, because Angular 2+ is already out. And, Nate, one of the main organizers in the publishing company was like, āMaybe we should actually talk about actually building AngularJS apps using all the new tooling in AngularJS ecosystem.ā How do you build component AngularJS subs? How do you migrate to Angular 2+? Itās a very interesting idea, and I actually saw the merit behind it, because Iāve seen large AngularJS apps in a lot of com...
4.9
1515 ratings
Houssein Djirdeh joins us to talk about performance on the web. We touch on a lot of different topics like bundle size, framework size and much more.
Sponsors:
Links:
Picks:
Transcription:
[00:00:00] KA: Hello, everyone. Welcome to another episode of Svelte Radio. As always, weāll start with introductions. Iām Kevin, and I ran a site called Svelte School where I teach people about Svelte as well as other fun stuff around the web. Yeah.
[00:00:16] SW: Hey, everyone. Iām Shawn. I work on, I guess, on a bunch of things, but currently Iām a senior developer advocate at AWS.Ā
[00:00:24] AJ: Hey, everyone. Iām Anthony. Yeah, I also work in a bunch of things, but I can only run my own startup called Beyonk, which Iām the CTO. And Iām also a Svelte maintainer.Ā
[00:00:34] KA: Awesome. So, today we have an awesome guest on the show. Can you introduce yourself?Ā
[00:00:40] HD: Yeah, absolutely. My name is Houssein. I am a web developer advocate on Google, on the Google team. So I work with Chrome, but I also work in the focused web as a whole. Ā
[00:00:50] SW: Thatās awesome. Itās kind of my idea to bring in Houssein on the podcast, because I thought heād be a good guest. Houssein has basically dabbled in every framework ever. I didnāt know you started out in Angular actually, but I dug through your blog and I was like, āThis guy did Angular?ā I first met you at Boston, React Boston, where you gave a really good talk that turned into this kind of semi-viral blog post on React performance. And now youāre dabbling in Svelte, and then between you and your twin. You cover all the frameworks. I think thatās a strategy somewhere. So, yeah. I mean, I figured youād be a really good guest, because you have a cross-framework perspective that most people donāt.Ā
[00:01:30] HD: Yeah. No. Thanks for having me. And Iām glad you mentioned that, because I like Iāve never actually properly used Vue, but my twin brother hasnāt. Heās been really involved in that space [inaudible 00:01:39].
[00:01:41] KA: So you started out with Angular. So, can you like talk us through the history of like the frameworks youāve used?Ā
[00:01:48] HD: Yeah. Yeah, for sure. Absolutely.Ā I only gone into web development about 4, 5-ish years ago. And that happened right after I graduated from university. I was in my first job and I was just trying to get my footing and like my first sort of role. And then I sort of joined the web development, and we were building a pretty large insurance platform. And we were using AngularJS. And this was pre-component AngularJS. So weāre talking model view controllers. Weāre talking root scope, and bindings, and dependency injection, and services. So that was kind of my first hurrah into the frameworks world, which is interesting, because I think we see a lot of discussion on Twitter and the like about how a lot of people think itās better to just first understand JavaScript, the basics of JavaScript before you jump in to a framework. Thereāre a lot of other people who think it doesnāt really matter. Learning is learning.Ā
I think that for me was a forcing function for me to just learn JavaScript, because I had no idea what was going on in the beginning. So I felt really lost for at least a few months. Funny story, it was me and my twin brother at the same job sitting side-by-side working on the project for a year.Ā
[00:03:02] KA: I can really relate to getting forced to learn JavaScript by doing frameworks. Ā
[00:03:08] HD: Right? Exaxctly.Ā
[00:03:08] KA: Same thing for me. Yeah. Ā
[00:03:09] HD: Right? Exactly. But I think after a few months, I started actually also spending some time learning JavaScript on my own, but also trying to understand how AngularJS worked. Like things started clicking and I was like, āOkay. Wow! Now, I can see why it makes sense to use a framework.ā And then from then on, it just kept growing where I tried dabbling in Angular 2 when it was brand-new and I started learning how to use Angular 2+. And then about a year after that, I started using React. I actually started using React Native before React, because I was like it might be cool to just build a mobile app, and I had an idea for a mobile app. So whatever time that I had in the side, like I was still doing my day job, but I would go home and I was like, āLet me try to build a mobile app.ā It took a long time. I did it and itās super cool. And then I only used React for the web after I used React Native, which is I think an interesting direction. But I think it was also cool took, because it actually showed me how the framework worked.
[00:03:59] KA: Yeah. Most people usually do it the other way around, right? They start with React, and then React Native.Ā
[00:04:04] HA: Exactly. Exactly. Ā
[00:04:05] SW: Yeah. Well, you wrote the book on React Native too. Thatās fun. Ā
[00:04:09] HA: Yeah. So I worked with Devin, who at the time was at Airbnb, but now he does freelancing and a lot of contracting work. And then I worked for Fullstack.io. Theyāre a publishing company. But I wrote an Angular book with them first. So like a modern AngularJS book. Yeah. And it was an interesting idea at the time, because Angular 2+ is already out. And, Nate, one of the main organizers in the publishing company was like, āMaybe we should actually talk about actually building AngularJS apps using all the new tooling in AngularJS ecosystem.ā How do you build component AngularJS subs? How do you migrate to Angular 2+? Itās a very interesting idea, and I actually saw the merit behind it, because Iāve seen large AngularJS apps in a lot of com...
285 Listeners
584 Listeners
630 Listeners
271 Listeners
985 Listeners
212 Listeners
196 Listeners
2,601 Listeners
5,367 Listeners
47 Listeners
20 Listeners
15 Listeners
418 Listeners
11 Listeners
17 Listeners