Victoria LoforOpen Replay's Technical Blogopenreplay.hashnode.net·Mar 21, 2022Introduction to Bulma: A Simple and Intuitive CSS FrameworkAccording 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, let's take a look at the basics of Bulma and how...Discuss·29 likes·301 readsCSS Frameworks
Uffa Modeyfafacodes.hashnode.net·Apr 3, 2022How to Build a To-Do Checklist with Django ✏️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/zrq8uQu6SMc On a locally deployed Django web appli...Discuss·4 likes·484 readsDjango
Ivana Claudiovchu.hashnode.net·Aug 23, 2021HTMX with Flask - Follow buttonI 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 also using Bulma CSS framework to make things pret...Discuss·2 likes·218 readsHTMX with FlaskFlask Framework
Lawrence Franklin forOpen Replay's Technical Blogopenreplay.hashnode.net·Mar 5, 2023Comparing Semantic UI and BulmaFront-end developers are always searching for new tools and frameworks to help them build faster and better websites. CSS frameworks make it even easier by taking away the hassle of designing the layout for their applications, letting them focus on t...DiscussCSS
kirubel habtekirubel12.hashnode.net·Jan 11, 2023How to get started at TailwindcssWhat is tailwindcss ? TailwindCSS is a utility-first CSS framework for quickly and easily building custom user interfaces. It provides low-level utility classes that can be used to build responsive, mobile-first designs using the security of an atomi...DiscussTailwind CSS
Ivana Claudiovchu.hashnode.net·Dec 28, 2022HTMX, Hyperscript and Flask - Slideshow galleryContinuing work on my project in Flask and Bulma, I needed a neat way to display a photo gallery. There are plenty of premade gallery setups that I could have used, but I wanted to make something using Bulma, Flask, HTMX, and Hyperscript as much as p...Discuss·56 readsHTMX with Flaskhtmx
Gaurav Valagauravvala.hashnode.net·Nov 27, 2022Basic Intro to Bulma CSSBulma CSS is one of those Frameworks that is in every list of “Top CSS frameworks to learn” and it does deserve its place there along with the likes of Bootstrap or Materialize CSS I have used it for quick small projects where I don't want to wor...Discuss·59 readsCSS
Hitesh JethvaforOpen Replay's Technical Blogopenreplay.hashnode.net·Oct 26, 2022Bulma vs. Boostrap — What are their differences?Bootstrap is one of the most popular CSS frameworks for building mobile-first sites. Bootstrap was created by a designer and developer at Twitter in 2010 and released in 2011 as an Open source Product by Github. Among its main characteristics: It ha...Discuss·55 readsBulma
Joseph Wallaceoceans.hashnode.net·Jul 12, 2022Web developers' best CSS frameworksUsing 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 hasten development. Frameworks increase coding pr...DiscussBootstrap
Uffa Modeyfafacodes.hashnode.net·Apr 3, 2022How to Build a To-Do Checklist with Django ✏️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/zrq8uQu6SMc On a locally deployed Django web appli...Discuss·4 likes·484 readsDjango
Victoria LoforOpen Replay's Technical Blogopenreplay.hashnode.net·Mar 21, 2022Introduction to Bulma: A Simple and Intuitive CSS FrameworkAccording 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, let's take a look at the basics of Bulma and how...Discuss·29 likes·301 readsCSS Frameworks
Ivana Claudiovchu.hashnode.net·Nov 5, 2021HTMX with Flask - Bulma modalsWhile 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 give it a try and have a nice big Bulma modal promp...Discuss·444 readsHTMX with FlaskPython 3
Ivana Claudiovchu.hashnode.net·Oct 27, 2021HTMX with Flask - Fade in and outIn 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 comment, click on "Post" and it would just appear un...Discuss·374 readsHTMX with FlaskFlask Framework