- Видео 4
- Просмотров 2 322
Jetzig Web Framework
Добавлен 14 мар 2024
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
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/
Great work! learned a few things here. I was wondering how to go about nested views. :)
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!
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.
great work!
Hot reload?
Hotload will make this great
Cool, Great Project!
Great video. When the self hosted compiler is released, these compile times should be much shorter eh?
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.
@@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, });
@@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.
@@JetzigWebFramework Indeed, @vector is still a problem. I hope it will be fixed soon.
Wow. Keep running, bookmarked.
Interesting, keep it up
Good job dude! I'm using zap for writing everything but I'll definitely be keeping an eye on jetzig.
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.
Good stuff
Thanks a lot, I'll be making some new videos soon.
thanks!
Thanks for watching. : )
Congrats, exciting stuff!
Thank you !