Am still waiting for the Banking API dev tutorial using Django-Ninja..❤🎉😊😊😊 thanks for the great work.
@bugbytes392311 ай бұрын
Thanks a lot!
@seydinaoumarsamabaly180611 ай бұрын
Wow another easy way to do it. Just awsome, thank you for all Mate and Happy New Year 2024.
@bugbytes392311 ай бұрын
Thanks as always mate, happy new year!
@AmoahDevLabs11 ай бұрын
Great. Sprinkling favours onto hml is really useful.
@bugbytes392311 ай бұрын
Very useful indeed - thanks for commenting!
@geetcyberlab510811 ай бұрын
🎉 Happy New years ⛄ thanks for making my Job easy through your tutorials...
@bugbytes392311 ай бұрын
Thank you - happy new year!
@IbrahimFox199410 ай бұрын
Thanks, your tutorials are great as always!
@bugbytes392310 ай бұрын
Thanks a lot! Appreciate the comment!
@myoji558011 ай бұрын
This method seems to be a simple way to process requests without having to process them from the client to the server. I think it is a disadvantage because it does not search all data because it searches only the content that the client already has. I think you need to use HTMX to communicate with the server to actually get the data you want. Also, the example only has less than 10 lines of data, so I have doubts about how to use it. Also, the content on pages 1, 2, and 3 cannot be loaded, so it seems to have limited use. In what environment is it best to use it? Could you explain how it compares to HTMX?
@TheNerdyPlayer11 ай бұрын
great video!
@bugbytes392311 ай бұрын
Thanks for watching!
@skyagnitti11 ай бұрын
Excellent video! I've been learning fastapi, sqlmodel and htmx basically from your videos and they are extremely well done. Do you have the code for this page? love the select section on the right of the table but can't seem to figure that out. also I'm trying to work on the search going through only one column not the entire table. Keep up the great work bro!
@Dogo.R7 ай бұрын
functional lisp version: search field: (on textchange (filter #table my-value)) clear button: (set #search "") defn textchange: ... defn filter: ... defn set: ... defn on: ... Presumably some of these functions would be included, rather than you writting them yourself. But this allows for less coupling and easier readability. You also get free reusabily in the proccess. That example is an abomination in terms of decoupling and locality of behavior. I mean technically the behavior seems local. But to understand the full behavior you have to cross reference the other parts. So its not actually local. Unlike the version I showed, where things are decoupled and you dont need to look at the search field's code in order to understand what "trigger keyup on #search" does.
@eduardabramovich12168 ай бұрын
please create a series of tutorials on writing a simple app with hyperscript. something like a portfolio or whatever you like.
@repotranstech11 ай бұрын
Great video as always.
@bugbytes392311 ай бұрын
Thank you!
@Peterstavrou10 ай бұрын
Another incredible video! An advanced Hyperscript video would be handy 😉
@bugbytes392310 ай бұрын
Thanks a lot Peter! Good suggestion, definitely need to do more Hyperscript!
@MarkusGlavind11 ай бұрын
Could this be implemented in a form? So a select field where you search for objects in a datalist?
@kurshadqaya16842 ай бұрын
Thanks!
@bugbytes39232 ай бұрын
@@kurshadqaya1684 thanks for watching!
@repotranstech11 ай бұрын
Will it work with paginated html data in django eg data in page 2.
@bugbytes392311 ай бұрын
This technique will work with the data that's in the DOM at the time the user types the search query - so it would not work too well with a traditional paginated structure (if you're on page 2, only the items in page 2 will be filtered). I might try and show an example of how HTMX/Hyperscript could be used with pagination.
@repotranstech11 ай бұрын
That would be cool,such that when you go to the next page the such input is retained.
@aafan.kuware11 ай бұрын
@@bugbytes3923 please make the same tutorial with htmx, I want to add search users and pagination, I was only able to implement the username already exist error using htmx 😅 I saw your django/htmx video #3 & #4 multiple time but unable to relate and implement in my case. thank you in advance.
@PatrickSteil8 ай бұрын
Holy crap. Awesome.
@bugbytes39238 ай бұрын
Thanks a lot!
@frameff907311 ай бұрын
thank you
@bugbytes392311 ай бұрын
Thanks for watching!
@alexdin15659 ай бұрын
please can you make videos about Htmx + django-filter
@bugbytes39239 ай бұрын
There's a video here on this that might help: kzbin.info/www/bejne/a3jJhKeEnNOjgLs
@khanra179 ай бұрын
Super boring & annoying audio
@bugbytes39239 ай бұрын
Wow, thanks! 😂
@ShawnThuris9 ай бұрын
@@bugbytes3923I'm one of the pickiest viewers when it comes to audio, to the degree that I can't stand to watch most coding videos...his voice sounds fine to me.