[
  {
    "start": 0.12,
    "end": 4.1,
    "text": "Obviously,\nit's all about AI these days"
  },
  {
    "start": 4.14,
    "end": 8.1,
    "text": "for me, I use AI all the time.\nI write a lot of code with"
  },
  {
    "start": 8.14,
    "end": 12.1,
    "text": "AI, I use tools like Cursor and so on,\nbut in this episode, the focus is"
  },
  {
    "start": 12.16,
    "end": 15.82,
    "text": "not on AI. Instead,\nI quite often get the question, which"
  },
  {
    "start": 15.83,
    "end": 19.619,
    "text": "technologies should I learn in 2026\nor which technologies are"
  },
  {
    "start": 19.7,
    "end": 23.54,
    "text": "you, so I, using in 2026?\nAnd that's what I wanna"
  },
  {
    "start": 23.58,
    "end": 27.18,
    "text": "share here.\nI wanna share some technologies"
  },
  {
    "start": 27.22,
    "end": 30.25,
    "text": "frameworks I'm excited about in 2026."
  },
  {
    "start": 30.26,
    "end": 34.08,
    "text": "And this list is not necessarily\ncomprehensive or"
  },
  {
    "start": 34.2,
    "end": 37.64,
    "text": "complete.\nInstead it's just a list of technologies I"
  },
  {
    "start": 37.72,
    "end": 41.7,
    "text": "personally will be using this year\nand I'm very interested in"
  },
  {
    "start": 41.78,
    "end": 45.44,
    "text": "this year.\nAnd I've talked about it before, there is,"
  },
  {
    "start": 45.5,
    "end": 49.18,
    "text": "course, kind of the default stack\nif we're talking about web development,"
  },
  {
    "start": 49.22,
    "end": 53.19,
    "text": "which I am, which dominates everything,\nespecially with"
  },
  {
    "start": 53.24,
    "end": 56.82,
    "text": "AI or due to AI. And that is, TypeScript,"
  },
  {
    "start": 56.88,
    "end": 60.63,
    "text": "React, Next.js, and Tailwind. That is"
  },
  {
    "start": 60.7,
    "end": 64.379,
    "text": "AI's favorite and you can see that"
  },
  {
    "start": 64.48,
    "end": 68.24,
    "text": "in the download charts of React for\nexample, and it's the same for"
  },
  {
    "start": 68.36,
    "end": 70.46,
    "text": "Tailwind and the other technologies."
  },
  {
    "start": 70.48,
    "end": 74.16,
    "text": "And obviously that is, therefore,\nwhat you should definitely learn or use,"
  },
  {
    "start": 74.22,
    "end": 76.25,
    "text": "especially if you wanna find a job."
  },
  {
    "start": 76.28,
    "end": 80.19,
    "text": "It's not the only choice, of course,\nand I'm not saying Angular, Vue,"
  },
  {
    "start": 80.24,
    "end": 84.18,
    "text": "stuff is bad and it can be a good niche\nto, for example, dive"
  },
  {
    "start": 84.2,
    "end": 87.32,
    "text": "deeper into Vue, but that is AI's"
  },
  {
    "start": 87.44,
    "end": 90.56,
    "text": "favorite,\nthat is the favorite stack of AI."
  },
  {
    "start": 90.6,
    "end": 94.46,
    "text": "So naturally,\nI'm using some of these technologies also"
  },
  {
    "start": 94.5,
    "end": 98.46,
    "text": "so before AI.\nI'm using TypeScript for all my projects"
  },
  {
    "start": 98.52,
    "end": 102.28,
    "text": "because TypeScript is amazing and yeah,\nit can sometimes be annoying"
  },
  {
    "start": 102.29,
    "end": 106.09,
    "text": "to define more complex types, but for one,\nyou don't need to do"
  },
  {
    "start": 106.12,
    "end": 110.05,
    "text": "that that often, to be honest. And two,\nAI can"
  },
  {
    "start": 110.12,
    "end": 113.96,
    "text": "help with that. AI\nis pretty good at writing TypeScript code"
  },
  {
    "start": 114.02,
    "end": 117.94,
    "text": "advantage of using TypeScript before AI\nwas already that it"
  },
  {
    "start": 117.98,
    "end": 121.64,
    "text": "can help you catch certain errors\nand can lead to"
  },
  {
    "start": 122.02,
    "end": 125.78,
    "text": "higher quality code in the end,\nbut with AI especially, the"
  },
  {
    "start": 125.82,
    "end": 129.788,
    "text": "advantage of using TypeScript is\nthat it's one important building block"
  },
  {
    "start": 129.94,
    "end": 133.72,
    "text": "can give AI useful feedback on whether the\ncode it wrote is"
  },
  {
    "start": 133.78,
    "end": 137.69,
    "text": "valid or not.\nCombined with unit tests for example,"
  },
  {
    "start": 137.76,
    "end": 141.2,
    "text": "or with giving AI browser access with the\nPlaywright"
  },
  {
    "start": 141.3,
    "end": 144.46,
    "text": "MCP or the built in browser in Cursor\nand so on."
  },
  {
    "start": 144.5,
    "end": 148.19,
    "text": "So TypeScript is something I always used,\nI always liked way"
  },
  {
    "start": 148.2,
    "end": 152.0,
    "text": "before AI but now with AI it's even more\nuseful, so it's part of my"
  },
  {
    "start": 152.04,
    "end": 154.549,
    "text": "tech stack too. The same\nis true for React."
  },
  {
    "start": 154.78,
    "end": 158.3,
    "text": "I also love Angular, I love Vue.\nI have courses on both and if"
  },
  {
    "start": 158.34,
    "end": 162.13,
    "text": "you've followed me,\nyou know I love all these frameworks"
  },
  {
    "start": 162.54,
    "end": 166.28,
    "text": "has only one favorite framework\nbut over the last years, it's been"
  },
  {
    "start": 166.34,
    "end": 170.22,
    "text": "mostly React that I used for all my\nprojects and especially with"
  },
  {
    "start": 170.28,
    "end": 173.94,
    "text": "AI and with AI knowing so much about\nReact, though I will"
  },
  {
    "start": 174.08,
    "end": 177.82,
    "text": "say it can produce quite garbage React\ncode too with"
  },
  {
    "start": 178.0,
    "end": 181.94,
    "text": "bunch of use of fact and so on,\nbut with all that, React"
  },
  {
    "start": 182.0,
    "end": 184.9,
    "text": "is still part of my tech stack."
  },
  {
    "start": 185.0,
    "end": 188.84,
    "text": "Next.js has been my main React"
  },
  {
    "start": 189.04,
    "end": 192.38,
    "text": "meta framework for a very long time\nand it's still great."
  },
  {
    "start": 192.46,
    "end": 196.28,
    "text": "I wanna be very clear here.\nIt's still great, but that's the first"
  },
  {
    "start": 196.34,
    "end": 199.93,
    "text": "new thing maybe, I really like TanStack"
  },
  {
    "start": 200.1,
    "end": 203.68,
    "text": "Start. I've built projects with it,\nlike this Build My Graphic"
  },
  {
    "start": 203.94,
    "end": 207.609,
    "text": "project I built as a side project last\nyear and then I released it."
  },
  {
    "start": 207.64,
    "end": 211.109,
    "text": "It's a project that simplifies the process\nof generating"
  },
  {
    "start": 211.16,
    "end": 214.82,
    "text": "infographics with AI like this one here,\nwhich"
  },
  {
    "start": 214.9,
    "end": 218.22,
    "text": "shows the finished overview of my favorite\ntech"
  },
  {
    "start": 218.32,
    "end": 222.299,
    "text": "stack and I used TanStack Start for\nthat and I'm also"
  },
  {
    "start": 222.38,
    "end": 226.02,
    "text": "using TanStack Start for other projects\nI'm working on."
  },
  {
    "start": 226.04,
    "end": 229.74,
    "text": "I'm, for example,\nalso using it for this canvas drawing app"
  },
  {
    "start": 229.86,
    "end": 232.94,
    "text": "you're seeing right here and it's amazing.\nI really like it."
  },
  {
    "start": 233.36,
    "end": 237.13,
    "text": "I like that it's faster than Next.js\nduring development, that it"
  },
  {
    "start": 237.16,
    "end": 240.62,
    "text": "does certain things differently.\nI like its syntax."
  },
  {
    "start": 240.64,
    "end": 244.54,
    "text": "I like the simplicity compared to some of\nthe Next.js stuff."
  },
  {
    "start": 244.56,
    "end": 248.52,
    "text": "There are no use server, use client\nand so on directives and therefore,"
  },
  {
    "start": 248.58,
    "end": 252.52,
    "text": "TanStack Start is definitely one of the\nnew things"
  },
  {
    "start": 252.6,
    "end": 256.269,
    "text": "I started using last year\nand I will continue using this"
  },
  {
    "start": 256.36,
    "end": 259.88,
    "text": "year.\nNow I typically use TanStack Start with"
  },
  {
    "start": 260.12,
    "end": 263.88,
    "text": "Bun for the backend code\nand in general I use Bun for installing"
  },
  {
    "start": 263.92,
    "end": 267.9,
    "text": "packages, for running my code,\nalso the dev server because it's"
  },
  {
    "start": 268.0,
    "end": 271.909,
    "text": "just a faster Node.js.\nI mean simply using it for installing"
  },
  {
    "start": 271.94,
    "end": 275.86,
    "text": "packages with Bun install\nis faster than NPM and I really"
  },
  {
    "start": 275.94,
    "end": 279.52,
    "text": "like Bun. It is, of course,\nNode.js compatible for the most"
  },
  {
    "start": 279.62,
    "end": 283.2,
    "text": "part and it has a bunch of extra things\nbuilt"
  },
  {
    "start": 283.3,
    "end": 286.66,
    "text": "in that can be super useful,\nlike the built in S3"
  },
  {
    "start": 286.7,
    "end": 290.4,
    "text": "client which allows you to interact with\nthe S3 object"
  },
  {
    "start": 290.44,
    "end": 294.24,
    "text": "store and compatible stores like R2 by\nCloudflare to store"
  },
  {
    "start": 294.66,
    "end": 298.18,
    "text": "objects, images, whatever it is\nand that's built in,"
  },
  {
    "start": 298.3,
    "end": 302.28,
    "text": "package. It's super fast,\nit's faster than the official AWS SDK, for"
  },
  {
    "start": 302.36,
    "end": 306.34,
    "text": "example and yeah,\nfor all these reasons I really like"
  },
  {
    "start": 306.38,
    "end": 310.37,
    "text": "Bun and therefore Bun\nis pretty much my default too in"
  },
  {
    "start": 310.46,
    "end": 314.3,
    "text": "all the projects I'm working on.\nIt's of course not new and it's also not"
  },
  {
    "start": 314.34,
    "end": 318.31,
    "text": "new for me. I've used it last year too\nand even before that but"
  },
  {
    "start": 318.36,
    "end": 321.98,
    "text": "it is my default now so that's definitely\nalso something I'm using a"
  },
  {
    "start": 322.02,
    "end": 325.869,
    "text": "lot.I wanna point out though\nthat Node.js has come a"
  },
  {
    "start": 325.98,
    "end": 329.88,
    "text": "long way too.\nIt's easy to dismiss Node.js as kind of"
  },
  {
    "start": 329.94,
    "end": 333.88,
    "text": "and old and Bun as being much better,\nand I do think"
  },
  {
    "start": 333.9,
    "end": 337.78,
    "text": "Bun is better in many regards.\nBut I wrote an entire article, and you"
  },
  {
    "start": 337.82,
    "end": 341.43,
    "text": "find it linked below in case you wanna\nread it,"
  },
  {
    "start": 341.46,
    "end": 345.14,
    "text": "TypeScript support,\nnative TypeScript support that are built"
  },
  {
    "start": 345.32,
    "end": 349.06,
    "text": "into Node.js that you can use today with\nthe latest versions of Node.js"
  },
  {
    "start": 349.28,
    "end": 352.82,
    "text": "for which you don't need extra packages\nor Bun because Node can do"
  },
  {
    "start": 352.88,
    "end": 356.85,
    "text": "more than many of us think it can.\nAm I still"
  },
  {
    "start": 356.88,
    "end": 360.13,
    "text": "using Bun because I like its speed\nand so on? Yes, I am."
  },
  {
    "start": 360.18,
    "end": 363.82,
    "text": "But if you're in a project where you need\nto use Node or you just prefer"
  },
  {
    "start": 363.86,
    "end": 367.6,
    "text": "it, it's worth noting\nthat you can do much more nowadays with"
  },
  {
    "start": 367.61,
    "end": 371.31,
    "text": "than a couple of years ago.\nSo modern Node.js is"
  },
  {
    "start": 371.36,
    "end": 375.34,
    "text": "definitely also something I would consider\ntaking a look at again this year if you"
  },
  {
    "start": 375.4,
    "end": 379.24,
    "text": "haven't in a while.\nSpeaking of modern things, I'm also super"
  },
  {
    "start": 379.28,
    "end": 383.24,
    "text": "excited about many modern browser APIs\nand CSS features"
  },
  {
    "start": 383.28,
    "end": 387.1,
    "text": "that are available nowadays because a lot\nhas changed there over the"
  },
  {
    "start": 387.14,
    "end": 391.07,
    "text": "last, I guess, 18 months or so. There\nare a"
  },
  {
    "start": 391.2,
    "end": 394.94,
    "text": "lot of browser APIs and CSS features like,\nfor example, the"
  },
  {
    "start": 394.98,
    "end": 398.68,
    "text": "popover API, but also many others\nthat have reached"
  },
  {
    "start": 398.82,
    "end": 402.76,
    "text": "broad major browser support so you can use\nthem in all those"
  },
  {
    "start": 402.8,
    "end": 406.78,
    "text": "major browsers today.\nYou can use them in your applications"
  },
  {
    "start": 406.82,
    "end": 410.12,
    "text": "of JavaScript code\nor extra packages you would need to"
  },
  {
    "start": 410.18,
    "end": 413.02,
    "text": "otherwise by using these features."
  },
  {
    "start": 413.03,
    "end": 416.82,
    "text": "Now,\nI created some videos on my other channel,"
  },
  {
    "start": 416.86,
    "end": 420.58,
    "text": "channel,\nwhere I dive into some of these things"
  },
  {
    "start": 420.62,
    "end": 424.22,
    "text": "APIs,\nand I definitely recommend taking a look"
  },
  {
    "start": 424.62,
    "end": 427.86,
    "text": "these videos and these features in\ngeneral."
  },
  {
    "start": 427.9,
    "end": 431.82,
    "text": "The browser has come a long way\nand there's no need to solve a lot"
  },
  {
    "start": 431.86,
    "end": 435.64,
    "text": "of problems with your own code\nor extra packages that can be solved"
  },
  {
    "start": 435.74,
    "end": 437.39,
    "text": "just by leveraging these new features."
  },
  {
    "start": 437.44,
    "end": 440.56,
    "text": "And it's worth noting\nthat AI by default might"
  },
  {
    "start": 440.659,
    "end": 444.57,
    "text": "not suggest or use these features because,\nof course, it was"
  },
  {
    "start": 444.6,
    "end": 448.58,
    "text": "trained on data that had all the old code\nbut"
  },
  {
    "start": 448.64,
    "end": 452.6,
    "text": "you can teach it.\nYou can share the documentation, copy and"
  },
  {
    "start": 452.639,
    "end": 456.32,
    "text": "paste it into your prompts\nor share links depending on"
  },
  {
    "start": 456.4,
    "end": 460.18,
    "text": "using,\nand then you can have AI write modern code"
  },
  {
    "start": 460.26,
    "end": 464.22,
    "text": "and that is absolutely something I would\nrecommend"
  },
  {
    "start": 464.34,
    "end": 467.84,
    "text": "doing, that you teach AI all that"
  },
  {
    "start": 467.919,
    "end": 471.649,
    "text": "modern stuff. You really should do\nthat because there's"
  },
  {
    "start": 471.72,
    "end": 475.539,
    "text": "so much you can do here. Now,\nspeaking of AI, of course,"
  },
  {
    "start": 475.6,
    "end": 479.26,
    "text": "we can't entirely skip it in this video\nand I've said it"
  },
  {
    "start": 479.299,
    "end": 483.159,
    "text": "before in other episodes.\nI'm using AI a lot."
  },
  {
    "start": 483.32,
    "end": 487.28,
    "text": "I write all my code with AI\nand AI writes a lot of"
  },
  {
    "start": 487.34,
    "end": 490.28,
    "text": "code for me. Now,\nnot talking about vibe coding here."
  },
  {
    "start": 490.34,
    "end": 493.72,
    "text": "I wanna be very clear\nand I know some people will still get it"
  },
  {
    "start": 493.78,
    "end": 497.72,
    "text": "I'm talking about controlling the AI,\nsteering it, providing the right prompts,"
  },
  {
    "start": 497.76,
    "end": 501.22,
    "text": "right context,\ngetting into the code yourself"
  },
  {
    "start": 501.28,
    "end": 504.94,
    "text": "to and really doing agentic engineering as\nit's called."
  },
  {
    "start": 504.96,
    "end": 507.9,
    "text": "And therefore, of course,\nI work with tools like Cursor."
  },
  {
    "start": 507.919,
    "end": 511.52,
    "text": "And one tool I'm very excited about this\nyear is OpenCode, for example."
  },
  {
    "start": 511.539,
    "end": 513.76,
    "text": "There has been a lot of hype about it\nrecently."
  },
  {
    "start": 513.77,
    "end": 517.68,
    "text": "I started using it back in December so I\nwas cool before it got"
  },
  {
    "start": 517.78,
    "end": 521.38,
    "text": "cool.\nAnd this is essentially an alternative to"
  },
  {
    "start": 521.4,
    "end": 525.29,
    "text": "It's a CLI tool,\na terminal-based coding tool, and"
  },
  {
    "start": 525.38,
    "end": 528.98,
    "text": "you can use it to do agentic engineering\nand it's very nice, has a nice interface"
  },
  {
    "start": 529.12,
    "end": 532.76,
    "text": "even though it's in a terminal,\nhas a lot of features,"
  },
  {
    "start": 532.84,
    "end": 536.72,
    "text": "like agents and agent skills, and yeah,\nyou"
  },
  {
    "start": 536.84,
    "end": 539.8,
    "text": "can really do great agentic engineering\nwith"
  },
  {
    "start": 539.86,
    "end": 543.23,
    "text": "OpenCode. And therefore Cursor\nand OpenCode, for"
  },
  {
    "start": 543.3,
    "end": 547.24,
    "text": "example,\nare other technologies I'm using this year"
  },
  {
    "start": 547.28,
    "end": 550.92,
    "text": "is one I'm very hyped about. Now,\nthere are two things most"
  },
  {
    "start": 550.96,
    "end": 554.929,
    "text": "applications need\nthat you might be building,"
  },
  {
    "start": 555.02,
    "end": 558.5,
    "text": "a database. And for the database,\nmy favorites are PostgreSQL or"
  },
  {
    "start": 558.64,
    "end": 562.34,
    "text": "SQLite. Both are amazing and both\nare of course not"
  },
  {
    "start": 562.4,
    "end": 566.0,
    "text": "new. I'm totally aware of that\nand I know there are more hyped"
  },
  {
    "start": 566.06,
    "end": 570.04,
    "text": "alternatives like Convex and others\nand I might look into"
  },
  {
    "start": 570.079,
    "end": 573.25,
    "text": "those too.\nI haven't really used them to be very"
  },
  {
    "start": 573.26,
    "end": 577.02,
    "text": "But I like these old school databases for\nvery different"
  },
  {
    "start": 577.06,
    "end": 579.399,
    "text": "reasons. Postgres, of course, is very,\nvery popular."
  },
  {
    "start": 579.48,
    "end": 583.36,
    "text": "It's super performant. When using AWS,\nfor example, you"
  },
  {
    "start": 583.399,
    "end": 586.98,
    "text": "can use managed services like RDS\nor Aurora to make"
  },
  {
    "start": 587.06,
    "end": 590.12,
    "text": "hosting it simple if you want to,\nbut you can also self-host it with"
  },
  {
    "start": 590.24,
    "end": 594.14,
    "text": "Docker. Just need to make sure\nthat you back up stuff and so on."
  },
  {
    "start": 594.15,
    "end": 598.0,
    "text": "And what's great about Postgres, e-\nespecially now in this"
  },
  {
    "start": 598.02,
    "end": 601.4,
    "text": "modern age is, of course,\nthat it supports all those"
  },
  {
    "start": 601.48,
    "end": 605.3,
    "text": "different extensions like pgvector\nif you wanna have a"
  },
  {
    "start": 605.36,
    "end": 607.86,
    "text": "vector database for building a rag system."
  },
  {
    "start": 607.9,
    "end": 611.8,
    "text": "And extensions have been there forever,\nthat's not new, but now in the AI"
  },
  {
    "start": 611.9,
    "end": 615.8,
    "text": "age we got new stuff like vector databases\nand you can simply do"
  },
  {
    "start": 615.86,
    "end": 619.78,
    "text": "that with Postgres without using extra\ntools or paying for extra"
  },
  {
    "start": 619.819,
    "end": 623.78,
    "text": "services.\nAnd that's one of the reasons why I really"
  },
  {
    "start": 623.819,
    "end": 627.4,
    "text": "for many of my projects.\nBut for some projects where I wanna keep"
  },
  {
    "start": 627.44,
    "end": 631.21,
    "text": "simpler,\nwhere I maybe don't need those extensions,"
  },
  {
    "start": 631.22,
    "end": 634.79,
    "text": "And in case you didn't know, SQLite\nis really just a file in your"
  },
  {
    "start": 634.9,
    "end": 638.64,
    "text": "project. The database\nis embedded in your code,"
  },
  {
    "start": 638.68,
    "end": 641.71,
    "text": "mean.\nSo there is no extra database server you"
  },
  {
    "start": 641.74,
    "end": 645.46,
    "text": "Instead it's just an extra package you\ninstall or if you're"
  },
  {
    "start": 645.54,
    "end": 647.36,
    "text": "using Bun you don't even need to do that."
  },
  {
    "start": 647.4,
    "end": 651.079,
    "text": "It has built-in SQLite support so you can\njust use Bun without"
  },
  {
    "start": 651.12,
    "end": 655.1,
    "text": "installing anything\nand you can start writing to the database"
  },
  {
    "start": 655.2,
    "end": 658.99,
    "text": "just a file in your project.\nYou can back up the database by just"
  },
  {
    "start": 659.04,
    "end": 662.8,
    "text": "copying that file somewhere else and\nthat makes it super simple to get"
  },
  {
    "start": 662.92,
    "end": 666.61,
    "text": "started.\nAnd this might sound like something that's"
  },
  {
    "start": 666.74,
    "end": 670.0,
    "text": "or suitable for major projects\nbut you would be"
  },
  {
    "start": 670.06,
    "end": 673.804,
    "text": "wrong. SQLite can scale to-... tens and"
  },
  {
    "start": 673.944,
    "end": 677.544,
    "text": "hundreds of thousands of users\nand thousands of concurrent"
  },
  {
    "start": 677.644,
    "end": 681.064,
    "text": "requests, so it's super scalable\nand powerful."
  },
  {
    "start": 681.103,
    "end": 684.804,
    "text": "Of course, at some point, you might need"
  },
  {
    "start": 684.843,
    "end": 688.444,
    "text": "more than it, but that point\nis pretty far away and most"
  },
  {
    "start": 688.483,
    "end": 690.554,
    "text": "applications never reach it, to be honest."
  },
  {
    "start": 690.584,
    "end": 693.434,
    "text": "And then, this simplicity really\nis worth a lot."
  },
  {
    "start": 693.464,
    "end": 697.184,
    "text": "And it's easy to think of it as a toy\ndatabase but it has lots of"
  },
  {
    "start": 697.243,
    "end": 700.684,
    "text": "features built in.\nIt's an amazing database"
  },
  {
    "start": 700.723,
    "end": 704.674,
    "text": "production projects,\nlike Build My Graphic, for example."
  },
  {
    "start": 704.743,
    "end": 708.544,
    "text": "It uses SQLite, and therefore,\nthat's another technology I've been"
  },
  {
    "start": 708.644,
    "end": 712.233,
    "text": "using for the last years\nand I'll keep on using, and I'm,"
  },
  {
    "start": 712.324,
    "end": 716.124,
    "text": "still very excited about.\nAnd I (laughs) just wanna do some"
  },
  {
    "start": 716.184,
    "end": 720.074,
    "text": "here because many people think of it as a\ndevelopment only database or"
  },
  {
    "start": 720.124,
    "end": 722.264,
    "text": "anything like that,\nand it's absolutely not."
  },
  {
    "start": 722.324,
    "end": 726.144,
    "text": "Now, for authentication, it clearly\nis BetterAuth for"
  },
  {
    "start": 726.184,
    "end": 729.924,
    "text": "me. Now,\nthere are many ways of adding"
  },
  {
    "start": 729.983,
    "end": 733.804,
    "text": "and of course, in case you have noticed,\nI'm talking about the JavaScript ecosystem"
  },
  {
    "start": 733.843,
    "end": 737.353,
    "text": "here. But BetterAuth\nis a relatively new library."
  },
  {
    "start": 737.384,
    "end": 741.134,
    "text": "I mean, it's over a year old already,\nbut it's still not super old."
  },
  {
    "start": 741.184,
    "end": 744.743,
    "text": "It's extremely well-maintained\nand extremely powerful."
  },
  {
    "start": 744.764,
    "end": 748.584,
    "text": "It allows you to roll your own\nauthentication without writing any code"
  },
  {
    "start": 748.624,
    "end": 752.603,
    "text": "related to it.\nYou just use this package"
  },
  {
    "start": 752.624,
    "end": 756.464,
    "text": "the auth providers it supports,\nand it makes authentication"
  },
  {
    "start": 756.524,
    "end": 760.074,
    "text": "a breeze.\nIt's the default for all my projects."
  },
  {
    "start": 760.124,
    "end": 763.524,
    "text": "I'm using BetterAuth for all of them,\nand it's just amazing."
  },
  {
    "start": 763.544,
    "end": 767.503,
    "text": "And I'll keep on using it.\nI'm still super excited about it,"
  },
  {
    "start": 767.544,
    "end": 770.904,
    "text": "recommend taking a look at BetterAuth\nif you haven't already."
  },
  {
    "start": 770.983,
    "end": 774.384,
    "text": "So, let me quickly create\nthat infographic I showed"
  },
  {
    "start": 774.424,
    "end": 778.064,
    "text": "you. And whilst that's working,\nlet me be very"
  },
  {
    "start": 778.124,
    "end": 781.764,
    "text": "clear. There's, of course,\nway more interesting stuff happening, way"
  },
  {
    "start": 781.804,
    "end": 785.384,
    "text": "more packages that are worth exploring\nand that I'll be using."
  },
  {
    "start": 785.444,
    "end": 788.624,
    "text": "For example, if I'm building mobile apps,\nI'll use React Native."
  },
  {
    "start": 788.664,
    "end": 792.184,
    "text": "This is just a selection of the libraries\nor"
  },
  {
    "start": 792.284,
    "end": 796.184,
    "text": "technologies I'm most excited about\nthat came to"
  },
  {
    "start": 796.204,
    "end": 797.804,
    "text": "my head now that I thought about it."
  },
  {
    "start": 797.843,
    "end": 801.343,
    "text": "There is absolutely a possibility\nthat I forgot something"
  },
  {
    "start": 801.464,
    "end": 805.324,
    "text": "or that something will, of course,\nemerge over the course of the year"
  },
  {
    "start": 805.364,
    "end": 808.884,
    "text": "already exists but I haven't really used\nit thus far, and of"
  },
  {
    "start": 808.924,
    "end": 812.784,
    "text": "course,\nI'm interested in hearing your thoughts"
  },
  {
    "start": 812.824,
    "end": 815.024,
    "text": "excited about, maybe outside of AI."
  },
  {
    "start": 815.034,
    "end": 818.664,
    "text": "And obviously, AI dominates everything\nand will have an impact on everything,"
  },
  {
    "start": 818.684,
    "end": 822.493,
    "text": "but it's worth keeping in mind that we,\nas developers,"
  },
  {
    "start": 822.564,
    "end": 825.904,
    "text": "can and should still make choices about\nthe technologies we use and"
  },
  {
    "start": 825.964,
    "end": 829.503,
    "text": "we let AI work on. And yeah, that is a"
  },
  {
    "start": 829.544,
    "end": 832.704,
    "text": "selection of the stuff I'm most excited"
  },
  {
    "start": 832.763,
    "end": 833.944,
    "text": "about."
  }
]