background icons
background icons 2

Video Belajar

Tonton dan pelajari berbagai topik menarik melalui video pembelajaran eksklusif dari Channel Parasocial Fix.

Parasocial Fix

209

Porting my Next.js blog to Astro (part 3)

In parts 1&2 we started to migrate my personal blog from Next.js to Astro.

This week in JavaScript:
- 10:40 Framework generations https://twitter.com/JLarky/status/1546357352428818433
- 45:16 Bud (full stack web framework with Go and Svelte/etc) https://github.com/livebud/bud
- 34:03 https://youtu.be/3t7wqGQKbK4?t=1741 Qwik team talking about running Qwik in a service worker
- https://vimeo.com/194834593 Nolan Lawson talk about running servers in a worker thread
- https://instantmultipageapp.com/ demo app using that approach
- https://github.com/DannyMoerkerke/instant-multi-page-app/blob/master/service-worker.js main file of that app
- 42:44 https://htmx.org/ and https://nitrogenproject.com/demos/ajax
- https://www.youtube.com/watch?v=n62Pc4KV4SM @Kevin Ghadyani - JavaScript talk about component design in React. He told me about https://www.descript.com/
- 56:01 https://twitter.com/JLarky/status/1545625295855558656 Charles Isbell's joke about how to learn to program
- 57:41 https://twitter.com/t3dotgg/status/1544945936039718912 @Theo - ping․gg migrated init.tips form NextJs to Astro
- https://www.youtube.com/watch?v=rL4qpniIR7o Jarred Sumner (creator of Bun, https://www.youtube.com/channel/UCov3r7gOU_etwXw5pcJzh9g) gives an interview to @Theo - ping․gg
- https://www.youtube.com/watch?v=FMhScnY0dME @Fireship video about Bun
- Bunny named Bundle that game Bun a name https://twitter.com/JLarky/status/1546894325501476865

Chapter:
0:00 Bun added me 5x subscribers
1:04 other videos about Bun
4:34 descript - AI removing aaaa ummm
8:45 web framework generations
23:19 GEN2: nitrogenproject.com (Erlang version of Phoenix LiveView)
34:03 GEN?? instantmultipageapp.com (backend running in service worker)
42:44 GEN2: Htmx
46:21 GEN4: Bud (full stack framework in Go)
50:50 GEN5: Astro and Fresh
56:01 there are only three things in computer science
57:41 astro vs next.js for static websites
1:00:30 Bun finally works as expected
1:07:03 starting to work on Astro
1:47:27 just mechanically doing the rest
2:06:11 testing finished website
2:14:40 try to optimize images with Astro Image
2:22:35 use async image instead
2:32:07 reacting to fireship Bun video
2:52:32 watching youtube in OBS on mac was inspired by Theo