© 2022 Hashnode
#bulma
Using CSS Frameworks is Too Good, but Using Pure CSS is Good. Frameworks made life so simple for us. A framework is a device that offers already-made components or solutions that have been tailored to…
This is a sponsored article for the Prismic Blog that evaluates the pros and cons of different CSS frameworks. Special thanks to Travis Waith-Mair for providing feedback and technical consultation on …
Hi all! 💙 😁 In this blog post, I will demonstrate how to build a to-do checklist using Django. See the video 🎥 below ⤵️ for a 30 seconds clip that showcases how the app functions. https://youtu.be/…
According to its official website, Bulma is a free, open source framework that provides ready-to-use frontend components that you can easily combine to build responsive web interfaces. In this article…
While I used HTMX alert when deleting post comments, I felt like deleting a whole post was a bigger deal and should have a more fancy warning. Bulma provides a way to show modals, so I wanted to giv…
In my previous post I converted my boring commenting feature to use HTMX and make commenting much faster. One thing I didn't like about this was that the comment appeared too fast. I would write a co…
As I mentioned in my previous post, my blogging app written in Flask allows users to post comments under each post. The post page contains a little comment form which consists of only one text box and…
My blog app written in Flask allows users to post comments under each post. I wanted to implement an easy way for users to delete their own comments that didn't look too much out of place and wasn't t…
I haven't seen many examples of how to use HTMX with Flask, so I'm documenting little snippets from my own code for anyone who wishes to make use of this wonderful combination of technologies. I'm al…