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...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...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...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...CSS
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...Tailwind 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...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...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...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...Bootstrap
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...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...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...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...374 readsHTMX with FlaskFlask Framework