Making Tables Work with Turbo

Fixing the problems Turbo has when being used to add dynamism to tables in Rails.

#HOTWire#Ruby on Rails
Added: 26 Jun 2025
Exploiting LLM chatbots

It is becoming more and more common to use LLM chatbots for customer support and it is pretty easy to introduce security issues while implementing them. Here is a little story about such thing.

#AI
Added: 24 Jun 2025
Checklist: Is Your PostgreSQL Deployment Production-Grade? | Stormatics

This checklist can help you assess your current Postgres setup and identify steps that can enhance the robustness, security, and scalability of your PostgreSQL deployment.

#database
Added: 19 Jun 2025
Exploring Common AI Patterns with Ruby

Three examples of integrating LLMs in Ruby using OmniAI.

#AI#Ruby
Added: 11 Jun 2025
Table partitioning in Rails, part 2 - Postgres Stories - Blog - Visuality

How to handle table partitionaing for an already existing table which holds some (probably much) data. How to do table partitioning in Ruby on Rails.

#Backend#database
Added: 11 Jun 2025
Running multiple apps on a single server with Kamal 2

Kamal 2 finally brings the most requested feature to reality and allows people to run multiple applications simultaneously on a single server. Here’s how.

#DevOps#Ruby on Rails
Added: 6 Jun 2025
Generative-Ai at Custom AI Solutions

Articles about Generative-Ai in the Custom AI Solutions blog.

#AI#Ruby on Rails
Added: 4 Jun 2025
Building Offline-First React Native Apps with React Query and TypeScript | Whitespectre

Learn how to build offline-first React Native apps with React Query and TypeScript for a responsive and seamless user experience even without internet connectivity.

#Frontend#Typescript
Added: 4 Jun 2025
10 Modern CSS Features You Want to Use

CSS is evolving quickly and there many really cool new features that can help you craft beautiful web pages.

#CSS#Frontend
Added: 2 Jun 2025
Short alphanumeric pseudo random identifiers in Postgres

Introduction In this post, we’ll cover a way to generate short, alphanumeric, pseudo random identifiers using native Postgres tactics.

#Backend#database#Design
Added: 2 Jun 2025
Use CSS reading-flow for logical sequential focus navigation  |  Blog  |  Chrome for Developers

Learn how to use the new reading-flow and reading-order properties in Chrome 137.

#CSS#Frontend
Added: 2 Jun 2025
Documenting Your Rails API Shouldn’t Be Painful (Rails + OasRails) | Zuplo Blog

Learn how to generate OpenAPI documentation for your Rails API using OasRails.

#Ruby#Ruby on Rails
Added: 2 Jun 2025
You can style alt text like any other text

A fun little side quest to show you how applying styles to alt text can really elevate your user interface.

#CSS#Frontend#Javascript
Added: 2 Jun 2025
Understanding logical replication in Postgres

A deep dive into how PostgreSQL logical replication works, including WAL, LSNs, streaming protocols, and how replicas stay in sync. We also explain how Springtail uses logical replication to scale reads, track schema changes, and maintain consistency in production.

#database
Added: 30 May 2025
Concurrent Web Crawling in Ruby with Async | Los Angeles AI Apps

Los Angeles AI Apps is a digital product agency that builds custom Web applications with AI Integration. Launch an AI MVP in as little as one week.

#Consulting#Ruby on Rails
Added: 29 May 2025
Create a Markdown-Powered Textarea with Stimulus

Learn how to create a reusable, extendable Stimulus controller that enhanced a plain textarea field with markdown features.

#Frontend#HOTWire#Javascript#Ruby on Rails
Added: 29 May 2025
Custom domains and SSL in Rails development - Avo

Learn how to add custom domains and SSL for local Rails development using the puma-dev gem

#Ruby on Rails
Added: 29 May 2025
Big Problems From Big IN lists with Ruby on Rails and PostgreSQL

Introduction If you’ve created web apps with relational databases and ORMs like Active Record (part of Ruby on Rails), you’ve probably experienced database performance problems after a certain size of data and query volume.

#database#Ruby on Rails
Added: 26 May 2025
Managing PostgreSQL table partitioning in Ruby

PostgreSQL table partitioning is a great way to improve database bloat but is hard to manage. The pg_partition_manager gem can help you maintain partitions.

#database#Ruby on Rails
Added: 23 May 2025
Litestream: Revamped

Bringing in what we learned from LiteFS

#Backend#database
Added: 21 May 2025
Driving View Transitions with Hotwired/Turbo

Learn how straightforward it is to add transitions between your pages using Hotwired/Turbo

#CSS#Design#Frontend#HOTWire#Ruby on Rails
Added: 16 May 2025
Postgres 18 Beta Is Out: 7 Features You Should Know About - Neon

Postgres 18 Beta 1 just shipped, and it comes with top-requested improvements in performance, migrations, observability, and usability.

#database
Added: 16 May 2025
SOLID: The Open–Closed Principle (OCP)

We visit the second SOLID principle: the open–closed principle (OCP). Does it still hold up, or is it bad advice in today's agile world?

#Consulting#Ruby
Added: 9 May 2025
Markdown Image Uploads with EasyMDE and Active Storage - Avo

Learn how to add image uploads to a markdown field using the EasyMDE editor, Rails and Active Storage.

#Backend#Frontend#Ruby on Rails
Added: 9 May 2025
Are 'CSS Carousels' accessible?

— The personal website of Sara Soueidan, inclusive Web UI engineer

#CSS#Frontend
Added: 9 May 2025
First Previous Next Last