Posts - Page 3
Personal blog by Karina Baha.
-
Ruby on Rails Models Association Basics - Let's Build a Bookstore App - Second Part
In Ruby on Rails Jan 2, 2024
Building on the foundation laid in the first part of our tutorial, we're poised to explore the dynamic functionalities of our bookstore application. In this segment, we'll journey further into the rea... -
Ruby on Rails Models Association Basics - Let's Build a Bookstore App - First Part
In Ruby on Rails Dec 22, 2023
Welcome to my tutorial focusing on Active Record associations in Ruby on Rails. Rails offers a powerful toolkit comprising six primary types of associations: belongs_to, has_one, has_many, has_many...
-
Exploring Bootstrap: Building Modern Responsive Websites. Fourth Part: Border Utilities
In Bootstrap June 3, 2023
In this article, we will finish adding HTML to our product page and discuss how we can add borders to our elements using Bootstrap border utilities.
... -
Exploring Bootstrap: Building Modern Responsive Websites. Third Part: Spacing Utilities
In Bootstrap June 2, 2023
In this third part, we'll discuss layout utilities, specifically spacing utilities. With Bootstrap's margin and padding utilities, we can easily adjust how elements and components are sized and spa...
-
Exploring Bootstrap: Building Modern Responsive Websites. Second Part: Typography
In Bootstrap May 31, 2023
Let's continue to develop and style our product page using Bootstrap classes. In this second part of this series, we will talk about typography and text utilities....