Jetzig Web Framework
Jetzig Web Framework
  • Видео 4
  • Просмотров 2 322
Screencast #4: (Part 2) Building a database web app in Zig with Jetzig
Part one: ruclips.net/video/CBKhTrMU5LU/видео.html
Source code: github.com/jetzig-framework/myblog
Jetzig website: www.jetzig.dev/
Continuing building our #database #webapp in #zig with database relations and #htmx
Просмотров: 169

Видео

Screencast #3: Building a database web app in Zig with Jetzig
Просмотров 13416 часов назад
Build a simple database web application with Jetzig's new #database layer JetQuery. #zig #web #database Jetzig: www.jetzig.dev/ Zig: ziglang.org/ Karl Seguin's GitHub and homepage: github.com/karlseguin www.openmymind.net/
Screencast #2 - Zmpl Templating #jetzig #web #framework #zig
Просмотров 9626 месяцев назад
A deep dive into the Zmpl templating language for Jetzig, a web framework written in Zig. jetzig.dev/ github.com/jetzig-framework/jetzig ziglang.org/
Screencast #1 - Introduction #jetzig #web #framework #zig
Просмотров 1,1 тыс.8 месяцев назад
Introduction to the #Jetzig #web #framework Jetzig is a framework written in #zig jetzig.dev/ ziglang.org/

Комментарии

  • @livedreamsg
    @livedreamsg 6 дней назад

    Great work! learned a few things here. I was wondering how to go about nested views. :)

  • @pietraderdetective8953
    @pietraderdetective8953 6 дней назад

    hey I want to let you know I love these kinds of videos where you build something with the framework. It doesn't have to be complex, something simple and functional are plenty enough. Would love to see more of these videos! cheers!

    • @JetzigWebFramework
      @JetzigWebFramework 6 дней назад

      Hi, thanks a lot for the encouragement, it is very appreciated. I just made a part two of this video: ruclips.net/video/-WLFDazeHfU/видео.html - I'm going to continue the series building out more features into the blog app to cover more Jetzig features. Have a great day.

  • @mengzhao3398
    @mengzhao3398 Месяц назад

    great work!

  • @seanknowles9985
    @seanknowles9985 3 месяца назад

    Hot reload?

  • @minma02262
    @minma02262 5 месяцев назад

    Hotload will make this great

  • @0xd3c0d3d
    @0xd3c0d3d 6 месяцев назад

    Cool, Great Project!

  • @bobbycomputers
    @bobbycomputers 6 месяцев назад

    Great video. When the self hosted compiler is released, these compile times should be much shorter eh?

    • @JetzigWebFramework
      @JetzigWebFramework 6 месяцев назад

      I'm hoping so ! We've also discussed some possibility for hotloading code, but it would definitely be nice to make the feedback loop a bit quicker one way or another.

    • @chrboesch
      @chrboesch 6 месяцев назад

      @@JetzigWebFramework Did you try to disable LLVM in your build file? const exe = b.addExecutable(.{ .name = "no_llvm", .root_source_file = b.path("src/main.zig"), .target = target, .optimize = optimize, .use_llvm = false, .use_lld = false, });

    • @JetzigWebFramework
      @JetzigWebFramework 6 месяцев назад

      @@chrboesch I just gave it a try and it looks like the compiler is missing some things that I guess LLVM provides: ``` error: TODO implement genBinOp for cmp_lt @Vector(32, u8) ``` I'm hoping compilation will get a bit faster, but I have some other ideas to speed things up in the meantime.

    • @chrboesch
      @chrboesch 6 месяцев назад

      @@JetzigWebFramework Indeed, @vector is still a problem. I hope it will be fixed soon.

  • @DataPastor
    @DataPastor 6 месяцев назад

    Wow. Keep running, bookmarked.

  • @clintquasar
    @clintquasar 7 месяцев назад

    Interesting, keep it up

  • @michaelscofield4524
    @michaelscofield4524 8 месяцев назад

    Good job dude! I'm using zap for writing everything but I'll definitely be keeping an eye on jetzig.

    • @JetzigWebFramework
      @JetzigWebFramework 8 месяцев назад

      Thanks ! We are big fans of Zap. I think I'll do a video on alternatives at some point, Zap will definitely be covered, it's a great piece of software.

  • @beeplove7
    @beeplove7 8 месяцев назад

    Good stuff

    • @JetzigWebFramework
      @JetzigWebFramework 8 месяцев назад

      Thanks a lot, I'll be making some new videos soon.

  • @ptf42069
    @ptf42069 8 месяцев назад

    thanks!

  • @endeld
    @endeld 8 месяцев назад

    Congrats, exciting stuff!