Posts - Page 2
Personal blog by Karina Baha.
-
CRUD Operations in Ruby on Rails. Let's Build a Blog App
In Ruby on Rails Feb 22, 2024
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 style...
-
Deploy a Ruby on Rails 7 App on Render for Free
In Ruby on Rails Feb 2, 2024
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 defau...
-
Stability in a Dynamic Web: Exploring the Philosophy of Cool URIs
In Web Jan 29, 2024
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...
-
Introduction to HTML Forms
In HTML Jan 23, 2024
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 sig...
-
Direct Image Upload in Rails 7 Using Active Storage and Cloudinary
In Ruby on Rails Jan 6, 2024
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...