Posts - Page 4
Personal blog by Karina Baha.
-
Exploring Bootstrap: Building Modern Responsive Websites. First Part: Introduction to the Grid System
In Bootstrap May 11, 2023
In this tutorial series, we will delve into the powerful Bootstrap toolkit, which offers a wide range of tools and components to simplify web development. In this first part, we will explore the co...
-
The Flexible Box
In CSS April 7, 2023
In this tutorial, we will deal with the flexible box. The first version of the flexbox layout module was introduced as a Candidate Recommendation by the World Wide Web Consortium (W3C) in 2012. In ...
-
Ruby on Rails To Do App with Turbo
In Ruby on Rails Mar 8, 2023
In this post, we'll build a simple todo app with Ruby on Rails and Turbo. We'll implement the ability to add, edit, delete and mark as completed tasks. Our app will have one page where we'll displ...
-
Confirmation Dialog Box in Ruby on Rails 7 with Turbo
In Ruby on Rails Feb 23, 2023
Ruby on Rails 7 ships with Turbo, a framework that allows developers to speed up their applications without having to write a lot of JavaScript. Turbo Drive, part of the Turbo framework, performs b...
-
Use Sweet Alert 2 with a Destroy Button in Ruby on Rails 7
In Ruby on Rails Sep 15, 2022
In this post, we will discuss how we can integrate the Sweet Alert 2 library into a Rails 7 application. We will build ...