Solid Cable in Production with Kamal

Solid Cable in Production with Kamal

#Backend#Ruby on Rails
Added: 10 Dec 2024
What you need to know about SQLite

A compilation of lessons about what the SQLite database engine can and cannot do, how Ruby on Rails helps you work with SQLite, and why it may, or may not, be a good choice to back your Rails 8 app

#Backend#database#DevOps#Ruby on Rails
Added: 6 Dec 2024
Product management is broken. Engineers can fix it

How we've redefined the PM and engineer relationship

#Consulting#Soft Skills
Added: 5 Dec 2024
How to serve secure custom domains with Caddy

If you want to host custom domains for customers in your SaaS, you'll need to handle both DNS and SSL. Fortunately, Caddy can help with both.

#Backend#DevOps#Ruby on Rails
Added: 4 Dec 2024

Here you go: https://gist.github.com/stympy/7a538e3edda1395c89afca968f3c5c97 I'm starting on the blog post now. :) If you have anything else you want me to cover in it, let me know.

#Backend#DevOps#Javascript#Ruby on Rails
Added: 3 Dec 2024
GitHub - Intrepidd/hyperactiveform: Simple form objects for Rails

Simple form objects for Rails. Contribute to Intrepidd/hyperactiveform development by creating an account on GitHub.

#Gem#Ruby on Rails
Added: 2 Dec 2024
Handbook to migrate your Postgres from Heroku to Kamal

Today I’m going to show you how I managed to migrate from Heroku to Kamal, with a focus on Postgres....

#DevOps#Ruby#Ruby on Rails
Added: 2 Dec 2024
Building a Better Ruby ORM for Time Series and Analytics

Seamlessly create rollups from rolled-up data (hierarchical continuous aggregates) on your Ruby On Rails application for faster time-series & analytics queries.

#database#Ruby on Rails
Added: 2 Dec 2024
Mastering Concerns in Ruby on Rails: A Comprehensive Guide to Modular Code Organization, Security, and Best Practices

Deep dive into Concerns in Ruby on Rails, exploring its role in modular code, comparison with Mixins, security, testing, and its use in Rails 6 and 8.

#Ruby#Ruby on Rails
Added: 2 Dec 2024
Stimulus Features You (Didn’t) Know

Stimulus is advertised as a modest JavaScript framework, but packs still quite a few features. Lets explore the lesser known ones.

#Frontend#HOTWire#Javascript#Ruby on Rails
Added: 1 Dec 2024
Implementing Passwordless Authentication with WebAuthn in Rails

Learn how to set up WebAuthn in Rails for passwordless authentication, offering a secure and seamless login experience using biometric or hardware-based credentials.

#Backend#Frontend#Ruby on Rails
Added: 1 Dec 2024
Hotwire vs HTMX vs Unpoly - Lucas Mendelowski

Hotwire, HTMX, and Unpoly for building modern UIs.

#HOTWire#Javascript#Ruby on Rails
Added: 29 Nov 2024
The Undeniable Utility Of CSS :has • Josh W. Comeau

Of all the latest and greatest CSS features, the “:has” pseudo-class wasn’t exactly at the top of my wishlist. Once I started using it, however, I kept discovering incredible things I could do with it. It’s now become a core part of my toolkit! In this blog post, I'll show you some practical real-world problems I solved using “:has”, as well as some wild experiments that blew my mind!

#CSS#Design#Frontend#Javascript
Added: 28 Nov 2024
Reminder to write articles about Ruby to have better LLM suggestions

This is a weekly reminder that if you want better suggestions for Ruby and Rails projects using LLMs (Large Language Models), you should consider writing more articles (not generated by LLMs) about how you believe...

#Consulting#Ruby#Ruby on Rails#Soft Skills
Added: 28 Nov 2024
Create a Simple Pulsating Animation

Create subtle pulsating animations using Tailwind for enhanced menu item visibility. Learn how to build reusable UI components with Phlex

#Frontend#Ruby#Ruby on Rails
Added: 28 Nov 2024
Vector search with Rails and SQLite

Learn how to do semantic search using SQLite and Rails By: Sergio Alvarez

#Ruby on Rails#Tutorial
Added: 26 Nov 2024
Building Semantic Search with Rails, OpenAI, and PG Vector

Semantic search is a transformative approach to searching data, designed to understand the meaning behind the words rather than just exact matches. In this article, we explore building a semantic search feature using Rails, OpenAI, Langchain.

#AI#Ruby on Rails
Added: 26 Nov 2024

When adding a boolean column to a table in a Rails application, one common question is whether to set a default value for it. Let’s explore why this choice matters, the best practices around it, and how it impacts data handling. Using a real-world example, we’ll take a look at a migration adding a women_only column to a trips table.

#Ruby on Rails
Added: 26 Nov 2024
Ultimate Rails Security Guide: Best Practices for Ruby on Rails Applications in 2025

Learn how to secure your Ruby on Rails applications with advanced techniques, built-in features, and the latest updates in Rails 8 and Ruby 3.3.6

#Backend#Ruby on Rails
Added: 26 Nov 2024
What's new in Rails 8 - Avo

Find out what makes Rails 8 a unique opportunity to

#DevOps#Ruby on Rails
Added: 26 Nov 2024
Add meta tags to a Rails application - Avo

Learn how to add meta tags including OG tags to your Rails app and what are the best practices around them

#Frontend#Ruby on Rails
Added: 21 Nov 2024
Productivity isn’t always fast 

It can often feel like we aren't being productive unless we're working at max speed. But slow productivity is here to subvert that idea.

#Consulting#Soft Skills
Added: 21 Nov 2024
What is a staff engineer? Technical leaders who aren't managers

Staff engineers are technical leaders who have deep domain knowledge, balancing the tech and business sides of an org.

#Consulting#Soft Skills#Staff Engineer
Added: 21 Nov 2024
Process slow network requests with Turbo and Active Model

Learn how to build a dynamic loading screen without writing a line of JavaScript.

#Frontend#HOTWire#Ruby on Rails
Added: 21 Nov 2024
Why do developers love clean code but hate writing documentation?  - Stack Overflow

In the Developer Coefficient, a study commissioned by the fintech giant Stripe, developers reported that they spent over 17 hours a week on maintenance tasks like debugging and refactoring—work classified as “toil.”

#AI
Added: 21 Nov 2024
First Previous Next Last