1 00:00:00,000 --> 00:00:03,420 Hey everyone, and welcome to another deep dive with us. 2 00:00:03,420 --> 00:00:06,120 Today we're gonna be diving into TyYP03. 3 00:00:06,120 --> 00:00:07,020 Oh yeah. 4 00:00:07,020 --> 00:00:10,140 It's this open source content management framework 5 00:00:10,140 --> 00:00:12,680 that's making some serious waves in web development. 6 00:00:12,680 --> 00:00:13,580 Yeah, for sure. 7 00:00:13,580 --> 00:00:14,580 So before we get started, 8 00:00:14,580 --> 00:00:16,660 I just wanna give a big shout out to SafeServer 9 00:00:16,660 --> 00:00:18,040 for powering this deep dive. 10 00:00:18,040 --> 00:00:18,880 Absolutely. 11 00:00:18,880 --> 00:00:21,660 They're the experts when it comes to hosting for TyYP03, 12 00:00:21,660 --> 00:00:24,120 and they can even help you navigate 13 00:00:24,120 --> 00:00:26,100 that whole digital transformation thing. 14 00:00:26,100 --> 00:00:26,940 Yeah, they're great. 15 00:00:26,940 --> 00:00:30,080 Check them out at www.safeserver.de. 16 00:00:30,080 --> 00:00:35,500 So we've got a bunch of sources here 17 00:00:35,500 --> 00:00:37,700 to help us kind of unpack TyYP03. 18 00:00:37,700 --> 00:00:38,540 Right. 19 00:00:38,540 --> 00:00:39,820 We're looking at the GitHub repository, 20 00:00:39,820 --> 00:00:41,420 the getting started guide, 21 00:00:41,420 --> 00:00:43,620 and the TyYP03 project website. 22 00:00:43,620 --> 00:00:45,100 A lot of information to go through. 23 00:00:45,100 --> 00:00:46,380 Yeah, and we're gonna use all this 24 00:00:46,380 --> 00:00:49,220 to figure out not just what TyYP03 is, 25 00:00:49,220 --> 00:00:51,820 but like why it's got such a dedicated following. 26 00:00:51,820 --> 00:00:53,540 Yeah, why are people so excited about it? 27 00:00:53,540 --> 00:00:54,380 Exactly. 28 00:00:54,380 --> 00:00:55,940 So first things first, 29 00:00:55,940 --> 00:00:58,460 I keep seeing this term content management framework 30 00:00:58,460 --> 00:00:59,620 everywhere. 31 00:00:59,620 --> 00:01:00,740 Now I'm not a coding whiz, 32 00:01:00,740 --> 00:01:02,140 so for someone like me, 33 00:01:02,140 --> 00:01:03,380 what does that even mean? 34 00:01:03,380 --> 00:01:07,700 Okay, well imagine you have a box of Legos. 35 00:01:07,700 --> 00:01:09,100 You got your basic bricks, right? 36 00:01:09,100 --> 00:01:10,980 Those are like the core components. 37 00:01:10,980 --> 00:01:14,320 Then you have all these like specialized pieces, 38 00:01:14,320 --> 00:01:16,660 wheels, windows, doors. 39 00:01:16,660 --> 00:01:17,540 And with those, 40 00:01:17,540 --> 00:01:19,620 you can build pretty much anything you can imagine. 41 00:01:19,620 --> 00:01:22,700 So is TyYP03 like the basic Lego set? 42 00:01:22,700 --> 00:01:23,540 Exactly. 43 00:01:23,540 --> 00:01:24,900 And those extensions I keep seeing mentioned 44 00:01:24,900 --> 00:01:26,340 are like the specialized pieces. 45 00:01:26,340 --> 00:01:27,180 You got it. 46 00:01:27,180 --> 00:01:29,860 And that's where that flexibility comes in, right? 47 00:01:29,860 --> 00:01:32,700 You can use TyYP03 to build a simple website 48 00:01:32,700 --> 00:01:35,220 or a really complex web application, 49 00:01:35,220 --> 00:01:36,620 depending on what Legos you add. 50 00:01:36,620 --> 00:01:38,740 I see, so it's not a one size fits all kind of thing. 51 00:01:38,740 --> 00:01:39,780 Nope, no way. 52 00:01:39,780 --> 00:01:41,980 You can really tailor it to fit your needs. 53 00:01:41,980 --> 00:01:42,900 That's the beauty of it. 54 00:01:42,900 --> 00:01:45,980 It grows with you as your needs change. 55 00:01:45,980 --> 00:01:47,300 I like that. 56 00:01:47,300 --> 00:01:50,120 Now looking through the GitHub repository, 57 00:01:50,120 --> 00:01:54,860 I saw mentions of web servers, PHP, databases. 58 00:01:54,860 --> 00:01:56,020 Yeah. 59 00:01:56,020 --> 00:01:58,700 Is this where I need to call in a tech expert or something? 60 00:01:58,700 --> 00:01:59,940 Not necessarily. 61 00:01:59,940 --> 00:02:02,700 Those are pretty standard requirements 62 00:02:02,700 --> 00:02:04,540 for most websites these days. 63 00:02:04,540 --> 00:02:06,040 Just think of them as the foundation 64 00:02:06,040 --> 00:02:08,560 you need to build anything on the web. 65 00:02:08,560 --> 00:02:09,980 So it's not as scary as it sounds? 66 00:02:09,980 --> 00:02:11,220 No, not at all. 67 00:02:11,220 --> 00:02:15,500 And the best part is, TYPO3 even has this handy installation 68 00:02:15,500 --> 00:02:16,780 guide to walk you through it. 69 00:02:16,780 --> 00:02:17,540 Oh, perfect. 70 00:02:17,540 --> 00:02:18,040 OK. 71 00:02:18,040 --> 00:02:20,340 OK, one more turn that keeps popping up. 72 00:02:20,340 --> 00:02:22,580 GPL license. 73 00:02:22,580 --> 00:02:24,380 What does that even mean for someone who's 74 00:02:24,380 --> 00:02:25,900 thinking about using TYPO3? 75 00:02:25,900 --> 00:02:28,600 OK, well, this is where things get really interesting, right? 76 00:02:28,600 --> 00:02:33,680 So GPL license means that TYPIPO3 is open source. 77 00:02:33,680 --> 00:02:36,500 So you're free to use it, modify it, even 78 00:02:36,500 --> 00:02:37,640 share it with others. 79 00:02:37,640 --> 00:02:38,140 Oh, wow. 80 00:02:38,140 --> 00:02:39,220 So it's like a free for all. 81 00:02:39,220 --> 00:02:40,180 Pretty much. 82 00:02:40,180 --> 00:02:41,900 But more importantly, it means you're not 83 00:02:41,900 --> 00:02:46,340 locked into using software from a specific company 84 00:02:46,340 --> 00:02:49,140 or paying hefty licensing fees. 85 00:02:49,140 --> 00:02:50,460 You have complete control. 86 00:02:50,460 --> 00:02:52,460 That makes a lot of sense, especially for someone 87 00:02:52,460 --> 00:02:54,500 who's just starting out or has a limited budget. 88 00:02:54,500 --> 00:02:55,020 Absolutely. 89 00:02:55,020 --> 00:02:57,940 And that's a big reason why TYPIPO3 is so popular. 90 00:02:57,940 --> 00:02:59,620 It really levels the playing field 91 00:02:59,620 --> 00:03:02,220 for businesses and developers of all sizes. 92 00:03:02,220 --> 00:03:02,900 That's awesome. 93 00:03:02,900 --> 00:03:04,700 Now, one thing that really jumped out at me 94 00:03:04,700 --> 00:03:07,700 was the TYPIPO3 community. 95 00:03:07,700 --> 00:03:10,300 The website makes it sound like a pretty happening place. 96 00:03:10,300 --> 00:03:10,820 Oh, yeah. 97 00:03:10,820 --> 00:03:13,500 It's definitely one of the most active and supportive 98 00:03:13,500 --> 00:03:15,140 communities I've seen. 99 00:03:15,140 --> 00:03:17,660 They have Slack channels, regular meetups, even 100 00:03:17,660 --> 00:03:20,700 a mentorship program to help newbies get up to speed. 101 00:03:20,700 --> 00:03:23,100 So it's not just about getting technical help 102 00:03:23,100 --> 00:03:24,340 when you're stuck. 103 00:03:24,340 --> 00:03:26,140 It's about connecting with other people who 104 00:03:26,140 --> 00:03:28,020 are passionate about TYPIPO3. 105 00:03:28,020 --> 00:03:29,020 Exactly. 106 00:03:29,020 --> 00:03:32,100 And that translates into a wealth of knowledge sharing, 107 00:03:32,100 --> 00:03:34,660 collaboration, and support that's 108 00:03:34,660 --> 00:03:36,460 really hard to find elsewhere. 109 00:03:36,460 --> 00:03:38,500 So it sounds like you're not just using software. 110 00:03:38,500 --> 00:03:40,180 You're joining a movement. 111 00:03:40,180 --> 00:03:41,460 Yeah, you could say that. 112 00:03:41,460 --> 00:03:42,780 Pretty inspiring thing to see. 113 00:03:42,780 --> 00:03:43,300 It is. 114 00:03:43,300 --> 00:03:45,100 All right, we've covered a lot of ground already. 115 00:03:45,100 --> 00:03:45,620 We have. 116 00:03:45,620 --> 00:03:47,860 What would you say are the key takeaways so far? 117 00:03:47,860 --> 00:03:50,380 Well, we've established that TYPIPO3 118 00:03:50,380 --> 00:03:53,320 is a flexible content management framework. 119 00:03:53,320 --> 00:03:56,340 It can be used to create a wide range of websites and web 120 00:03:56,340 --> 00:03:57,780 applications. 121 00:03:57,780 --> 00:03:59,700 The GPL license gives you the freedom 122 00:03:59,700 --> 00:04:01,340 to use it however you like. 123 00:04:01,340 --> 00:04:03,420 And that vibrant community offers tons 124 00:04:03,420 --> 00:04:05,100 of support and resources. 125 00:04:05,100 --> 00:04:07,640 And it's all built on this LEGO analogy, which I have to say 126 00:04:07,640 --> 00:04:09,620 is really helpful for understanding 127 00:04:09,620 --> 00:04:11,420 how everything fits together. 128 00:04:11,420 --> 00:04:12,180 Glad to hear it. 129 00:04:12,180 --> 00:04:14,420 But before we get too carried away, 130 00:04:14,420 --> 00:04:16,800 let's take a closer look at some of the technical details. 131 00:04:16,800 --> 00:04:17,420 Sounds good. 132 00:04:17,420 --> 00:04:19,820 Let's break down some of those key concepts next. 133 00:04:19,820 --> 00:04:21,500 Let's do it. 134 00:04:21,500 --> 00:04:24,120 Welcome back to our deep dive into TYPO3. 135 00:04:24,120 --> 00:04:24,620 All right. 136 00:04:24,620 --> 00:04:27,700 So let's dive into some of that cool stuff TYPO3 can do. 137 00:04:27,700 --> 00:04:28,200 OK. 138 00:04:28,200 --> 00:04:28,780 Sounds good. 139 00:04:28,780 --> 00:04:32,300 The website mentions something called multi-site capabilities. 140 00:04:32,300 --> 00:04:33,000 Yeah. 141 00:04:33,000 --> 00:04:34,300 What's that all about? 142 00:04:34,300 --> 00:04:38,300 So imagine you're a company with multiple brands. 143 00:04:38,300 --> 00:04:38,820 Right. 144 00:04:38,820 --> 00:04:40,660 Or maybe you have different websites 145 00:04:40,660 --> 00:04:42,540 for different regions or something like that. 146 00:04:42,540 --> 00:04:42,940 Yeah. 147 00:04:42,940 --> 00:04:45,700 Multi-site basically lets you manage all those websites 148 00:04:45,700 --> 00:04:48,860 from a single TYPO3 installation. 149 00:04:48,860 --> 00:04:49,420 Oh, wow. 150 00:04:49,420 --> 00:04:52,120 So instead of juggling a bunch of separate systems, 151 00:04:52,120 --> 00:04:54,860 you can just control everything from one central hub. 152 00:04:54,860 --> 00:04:57,460 It streamlines your workflow, saves you time, 153 00:04:57,460 --> 00:05:00,500 and it helps ensure consistency across all your sites. 154 00:05:00,500 --> 00:05:01,700 That sounds super efficient. 155 00:05:01,700 --> 00:05:02,260 It is. 156 00:05:02,260 --> 00:05:02,760 OK. 157 00:05:02,760 --> 00:05:05,740 Now another term that keeps popping up is TypeScript. 158 00:05:05,740 --> 00:05:07,020 Yeah. 159 00:05:07,020 --> 00:05:08,420 What's the deal with that? 160 00:05:08,420 --> 00:05:10,520 It sounds a bit intimidating, to be honest. 161 00:05:10,520 --> 00:05:11,140 I know. 162 00:05:11,140 --> 00:05:12,140 It sounds a little scary. 163 00:05:12,140 --> 00:05:16,220 But it's really TYPO3's secret sauce. 164 00:05:16,220 --> 00:05:18,340 It's a special language that lets you 165 00:05:18,340 --> 00:05:21,340 control how content is displayed, styled, 166 00:05:21,340 --> 00:05:23,020 and structured on your website. 167 00:05:23,020 --> 00:05:25,020 So it's not like PHP, which is used 168 00:05:25,020 --> 00:05:27,020 to build the actual functionality of the website. 169 00:05:27,020 --> 00:05:27,520 Exactly. 170 00:05:27,520 --> 00:05:30,900 PHP is like the building blocks, right? 171 00:05:30,900 --> 00:05:33,500 And TypeScript is like the architect's blueprint. 172 00:05:33,500 --> 00:05:34,140 Oh, OK. 173 00:05:34,140 --> 00:05:36,060 It tells those blocks how to come together. 174 00:05:36,060 --> 00:05:36,340 I see. 175 00:05:36,340 --> 00:05:38,540 So TypeScript is like the brain behind the looks. 176 00:05:38,540 --> 00:05:39,820 You got it. 177 00:05:39,820 --> 00:05:41,340 And it's incredibly powerful. 178 00:05:41,340 --> 00:05:45,940 It lets you create some really complex and dynamic layouts. 179 00:05:45,940 --> 00:05:48,900 So learning TypeScript is kind of like leveling up 180 00:05:48,900 --> 00:05:50,740 your two YPO3 skills. 181 00:05:50,740 --> 00:05:51,240 Absolutely. 182 00:05:51,240 --> 00:05:53,620 It opens up a whole new world of customization. 183 00:05:53,620 --> 00:05:54,580 Got it. 184 00:05:54,580 --> 00:05:56,120 OK, now another term I saw this one 185 00:05:56,120 --> 00:05:58,300 that sounds pretty refreshing, Fluid. 186 00:05:58,300 --> 00:05:59,420 Ah, yes. 187 00:05:59,420 --> 00:05:59,900 Fluid. 188 00:05:59,900 --> 00:06:00,820 What's that all about? 189 00:06:00,820 --> 00:06:04,180 So Fluid is Ty YPO3's templating engine. 190 00:06:04,180 --> 00:06:07,060 Remember how we talked about TypeScript being the blueprint? 191 00:06:07,060 --> 00:06:08,580 Well, Fluid is like the construction 192 00:06:08,580 --> 00:06:11,140 crew that takes that blueprint and actually builds 193 00:06:11,140 --> 00:06:13,340 the website based on those instructions. 194 00:06:13,340 --> 00:06:15,500 OK, so TypeScript sets the rules. 195 00:06:15,500 --> 00:06:17,180 And Fluid brings them to life. 196 00:06:17,180 --> 00:06:17,800 Exactly. 197 00:06:17,800 --> 00:06:20,940 And Fluid is designed to be super clean and easy to read. 198 00:06:20,940 --> 00:06:21,540 Oh, OK. 199 00:06:21,540 --> 00:06:23,860 So it makes life easier for developers 200 00:06:23,860 --> 00:06:26,980 who are creating and modifying those website templates. 201 00:06:26,980 --> 00:06:27,640 Nice. 202 00:06:27,640 --> 00:06:29,380 I'm starting to see how all these pieces fit together. 203 00:06:29,380 --> 00:06:31,100 It's like a well-oiled machine. 204 00:06:31,100 --> 00:06:33,300 That's the beauty of a well-designed framework, 205 00:06:33,300 --> 00:06:33,820 right? 206 00:06:33,820 --> 00:06:36,020 Each part has a specific job to do, 207 00:06:36,020 --> 00:06:38,100 and they all work together seamlessly. 208 00:06:38,100 --> 00:06:38,660 I like it. 209 00:06:38,660 --> 00:06:41,760 OK, the website also mentions a back end and a front end. 210 00:06:41,760 --> 00:06:43,260 What's the difference between those? 211 00:06:43,260 --> 00:06:45,340 All right, so the back end is where the magic happens, 212 00:06:45,340 --> 00:06:46,740 kind of behind the scenes. 213 00:06:46,740 --> 00:06:50,260 It's the control panel where content editors, administrators, 214 00:06:50,260 --> 00:06:52,420 and developers can manage the website, 215 00:06:52,420 --> 00:06:55,780 create and edit content, configure extensions. 216 00:06:55,780 --> 00:06:58,780 So it's like the cockpit of the Thai YPO3 spaceship. 217 00:06:58,780 --> 00:06:59,380 You got it. 218 00:06:59,380 --> 00:07:02,380 And the front end is what your visitors actually 219 00:07:02,380 --> 00:07:06,460 see, the public-facing part of the website, 220 00:07:06,460 --> 00:07:08,580 like the polished and beautifully presented 221 00:07:08,580 --> 00:07:11,380 result of all the work that's been done in the back end. 222 00:07:11,380 --> 00:07:14,940 So the back end is where you build and manage the website. 223 00:07:14,940 --> 00:07:18,020 And the front end is what the world sees. 224 00:07:18,020 --> 00:07:18,700 You got it. 225 00:07:18,700 --> 00:07:21,060 OK, this is starting to make a lot of sense. 226 00:07:21,060 --> 00:07:24,180 It's like we're peeling back the layers of an onion 227 00:07:24,180 --> 00:07:27,180 and uncovering more complexity and sophistication 228 00:07:27,180 --> 00:07:28,180 with each layer. 229 00:07:28,180 --> 00:07:31,060 And the best part is we've only just scratched the surface. 230 00:07:31,060 --> 00:07:31,780 Oh, wow. 231 00:07:31,780 --> 00:07:34,780 There's so much more to explore with Thai YPO3. 232 00:07:34,780 --> 00:07:38,020 Well, on that note, let's maybe shift gears a bit 233 00:07:38,020 --> 00:07:39,600 and talk about the Thai YPO3 community. 234 00:07:39,600 --> 00:07:41,300 We touched on it earlier. 235 00:07:41,300 --> 00:07:43,540 But I'm really curious to learn more 236 00:07:43,540 --> 00:07:45,180 about what makes it so special. 237 00:07:45,180 --> 00:07:47,220 Yeah, the community is really the heart and soul 238 00:07:47,220 --> 00:07:48,340 of Thai YPO3. 239 00:07:48,340 --> 00:07:49,820 OK, let's get into that. 240 00:07:49,820 --> 00:07:53,860 OK, so we're back for the final part of our Thai YPO3 deep dive. 241 00:07:53,860 --> 00:07:56,580 Yeah, let's wrap this up. 242 00:07:56,580 --> 00:07:58,900 We've explored the what and the how. 243 00:07:58,900 --> 00:07:59,460 Right. 244 00:07:59,460 --> 00:08:02,580 But now it's time to uncover the why. 245 00:08:02,580 --> 00:08:05,420 The W-H-Y, the heart and soul of Thai YPO3. 246 00:08:05,420 --> 00:08:06,700 I like that, the heart and soul. 247 00:08:06,700 --> 00:08:10,980 And you were saying earlier that that lies in the Thai YPO3 248 00:08:10,980 --> 00:08:11,540 community. 249 00:08:11,540 --> 00:08:12,300 Absolutely. 250 00:08:12,300 --> 00:08:14,340 And our sources really paint this picture 251 00:08:14,340 --> 00:08:17,820 of passionate collaboration, constant learning, 252 00:08:17,820 --> 00:08:21,420 and this really genuine sense of support. 253 00:08:21,420 --> 00:08:22,100 For sure. 254 00:08:22,100 --> 00:08:23,860 It's more than just a bunch of developers. 255 00:08:23,860 --> 00:08:25,460 It's like an ecosystem. 256 00:08:25,460 --> 00:08:26,700 You hit the nail on the head. 257 00:08:26,700 --> 00:08:31,340 It's a network of people who are just passionate about Thai YPO3. 258 00:08:31,340 --> 00:08:35,620 And that passion drives them to help each other share knowledge 259 00:08:35,620 --> 00:08:37,500 and contribute to the project. 260 00:08:37,500 --> 00:08:41,220 And the website mentioned Slack channels, meetups, 261 00:08:41,220 --> 00:08:43,060 a mentorship program. 262 00:08:43,060 --> 00:08:45,740 It almost sounds like a social club for web developers. 263 00:08:45,740 --> 00:08:48,020 Well, there's definitely a social aspect to it, right? 264 00:08:48,020 --> 00:08:50,740 People connect, build friendships, even collaborate 265 00:08:50,740 --> 00:08:51,940 on projects. 266 00:08:51,940 --> 00:08:57,140 But at its core, it's about sharing that passion for TOYP03 267 00:08:57,140 --> 00:08:58,780 and wanting to see it succeed. 268 00:08:58,780 --> 00:09:01,020 So it's not just about getting technical help 269 00:09:01,020 --> 00:09:01,900 when you're stuck. 270 00:09:01,900 --> 00:09:03,820 It's about being part of something bigger. 271 00:09:03,820 --> 00:09:04,540 Exactly. 272 00:09:04,540 --> 00:09:07,780 It's about learning from others, sharing your own expertise, 273 00:09:07,780 --> 00:09:10,320 contributing to a project that you really believe in. 274 00:09:10,320 --> 00:09:13,380 I'm sensing a strong sense of camaraderie here, 275 00:09:13,380 --> 00:09:16,460 almost like a family of TOYP03 enthusiasts. 276 00:09:16,460 --> 00:09:18,060 That's a great way to put it. 277 00:09:18,060 --> 00:09:20,860 The community is incredibly welcoming and supportive, 278 00:09:20,860 --> 00:09:22,180 especially to newcomers. 279 00:09:22,180 --> 00:09:22,860 That's great. 280 00:09:22,860 --> 00:09:26,660 No judgment, just a shared desire to learn and grow. 281 00:09:26,660 --> 00:09:30,020 Now, the website also mentions contributing to the project. 282 00:09:30,020 --> 00:09:30,860 Yeah. 283 00:09:30,860 --> 00:09:33,620 Does that mean anyone can just jump in and start coding? 284 00:09:33,620 --> 00:09:34,380 Absolutely. 285 00:09:34,380 --> 00:09:38,440 TOYP03 is open source, so its code is publicly available. 286 00:09:38,440 --> 00:09:41,180 So anyone can view it, modify it, 287 00:09:41,180 --> 00:09:42,860 and contribute improvements. 288 00:09:42,860 --> 00:09:45,260 So you're not just a user, you can be a co-creator. 289 00:09:45,260 --> 00:09:45,820 Exactly. 290 00:09:45,820 --> 00:09:48,220 You're empowered to shape the platform. 291 00:09:48,220 --> 00:09:49,060 I like that. 292 00:09:49,060 --> 00:09:52,100 And the community encourages all kinds of contributions, 293 00:09:52,100 --> 00:09:55,340 whether it's fixing bugs, developing new features, 294 00:09:55,340 --> 00:09:59,060 improving documentation, or even translating the software 295 00:09:59,060 --> 00:10:00,260 into different languages. 296 00:10:00,260 --> 00:10:02,340 So it's like this giant collaborative brain 297 00:10:02,340 --> 00:10:05,340 constantly evolving and improving TOYP03. 298 00:10:05,340 --> 00:10:08,660 It really is, it's amazing to see an action. 299 00:10:08,660 --> 00:10:12,180 But what motivates people to contribute their time 300 00:10:12,180 --> 00:10:13,580 and skills for free? 301 00:10:13,580 --> 00:10:15,380 Well, it's a mix of things, right? 302 00:10:15,380 --> 00:10:18,300 Some people are passionate about open source software 303 00:10:18,300 --> 00:10:21,540 and believe in making tech accessible to everyone. 304 00:10:21,540 --> 00:10:25,460 Others enjoyed the challenge of it, the learning experience. 305 00:10:25,460 --> 00:10:28,380 And many just find it rewarding to contribute to a project 306 00:10:28,380 --> 00:10:32,020 that they believe in and see their work have a real impact. 307 00:10:32,020 --> 00:10:33,700 Sounds like a win-win situation. 308 00:10:33,700 --> 00:10:34,620 Absolutely. 309 00:10:34,620 --> 00:10:38,460 Users get a powerful platform that's constantly evolving, 310 00:10:38,460 --> 00:10:40,380 and contributors get to learn, grow, 311 00:10:40,380 --> 00:10:42,260 and make a real difference. 312 00:10:42,260 --> 00:10:43,260 I love that. 313 00:10:43,260 --> 00:10:46,460 Well, we've reached the end of our TYPO3 deep dive. 314 00:10:46,460 --> 00:10:47,260 It's been a journey. 315 00:10:47,260 --> 00:10:51,060 And I'm walking away feeling pretty inspired. 316 00:10:51,060 --> 00:10:55,620 We uncovered a platform that's not only technically 317 00:10:55,620 --> 00:10:59,940 impressive, but also fueled by this incredible community 318 00:10:59,940 --> 00:11:01,660 of passionate individuals. 319 00:11:01,660 --> 00:11:02,900 It's all about the people. 320 00:11:02,900 --> 00:11:03,660 It is. 321 00:11:03,660 --> 00:11:05,420 So if you're looking to dive into the world of web 322 00:11:05,420 --> 00:11:08,940 development, TYPO3 seems like a fantastic place to start. 323 00:11:08,940 --> 00:11:10,500 I definitely recommend checking it out. 324 00:11:10,500 --> 00:11:11,940 And who knows, you might even find yourself 325 00:11:11,940 --> 00:11:13,580 becoming part of this awesome community. 326 00:11:13,580 --> 00:11:14,420 You never know. 327 00:11:14,420 --> 00:11:17,060 Huge thank you to Safe Server for sponsoring this deep dive. 328 00:11:17,060 --> 00:11:18,420 Yes, thank you, Safe Server. 329 00:11:18,420 --> 00:11:22,060 Check them out at www.safeserver.de 330 00:11:22,060 --> 00:11:24,740 for all your TYPO3 hosting needs. 331 00:11:24,740 --> 00:11:25,700 They got you covered. 332 00:11:25,700 --> 00:11:28,860 And expert guidance on digital transformation. 333 00:11:28,860 --> 00:11:29,700 They're the best. 334 00:11:29,700 --> 00:11:32,180 See you on the next deep dive.