Latest Posts
Personal blog by Karina Baha.
-
CRUD Operations in Ruby on Rails. Let’s Build a Blog App
In this post, we’ll cover CRUD operations in Ruby on Rails. We’ll create a simple app and implement CRUD operations using Ruby on Rails 7.1.3 and Ruby 3.3.0. We will use Bootstrap to add some styles to our application.
-
Deploy a Ruby on Rails 7 App on Render for Free
Render is a cloud platform that allows developers to deploy their applications. The best part about Render is that it offers a free plan, which makes it easy for developers to get started. By default, Render automatically deploys GitHub and GitLab projects.
-
Stability in a Dynamic Web: Exploring the Philosophy of Cool URIs
At the heart of the World Wide Web lies a fundamental element that shapes our online experience – Uniform Resource Identifiers (URIs). In this article, we will delve into the significance of Cool URIs don’t change, the title of a well-known document by Tim Berners-Lee, the inventor of the World Wide Web.
-
Introduction to HTML Forms
We use HTML forms to collect user input and send this data to a server. A form is composed of HTML markup, content, and form controls with associated labels. In this blog post, we will build a signup form.
-
Direct Image Upload in Rails 7 Using Active Storage and Cloudinary
Active Storage is a Rails module used as a gateway to upload files to cloud services. Cloudinary is one such service and a complex platform that allows developers to store, transform, optimize, and deliver images and videos. Cloudinary has a free plan available, and it’s pretty easy to start with them. In this article, we…
-
Ruby on Rails Models Association Basics – Let’s Build a Bookstore App – Second Part
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 realm of Active Record associations, focusing on the practical implementation of crucial operations: creating, updating, and deleting records. We’ll step through the process of…
-
Ruby on Rails Models Association Basics – Let’s Build a Bookstore App – First Part
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 :through, has_one :through, and has_and_belongs_to_many. In this guide, we’ll delve into these associations while constructing a bookstore application using Ruby on Rails 7.1.2 and Ruby 3.2.2.
-
Exploring Bootstrap: Building Modern Responsive Websites. Fourth Part: Border Utilities
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.