WrappedBy RailsTips.dev

Blog

Learn about web development, design, agriculture & games.

Build Load More Pagination with Pagy and Rails Hotwire

Explore the seamless 'Load More' pagination in Rails with Pagy and Hotwire. Learn how to effortlessly paginate content without writing a single line of JavaScript. Discover the power of Turbo Streams and take your web application's user experience to the next level.

Read more

Build Drag and Drop with Rails Hotwire

Learn how to effortlessly implement drag-and-drop functionality in your Rails app using Hotwire. Plus, discover bonus tips to level up your user experience. Dive in now!

Read more

How to use Cloudflare R2 with Ruby on Rails Active Storage

Learn and implement Cloudflare R2 in Ruby on Rails application

Read more

How I use Nano ID in Rails

Learn and implement Nano ID in Ruby on Rails application.

Read more

1 Made easy form in Rails with Simple Form - Gem Weekly

There are many ways to create a form in Rails, whether you want to create a form with Form builder from Rails itself or maybe using third party gem like simple_form.

Read more

Build REST API with Go Fiber and PlanetScale - Part 4

Build REST API with Go Fiber and in this tutorial we will finishing the API and deploy the schema to the main branch.

Read more

Build REST API with Go Fiber and PlanetScale - Part 3

Build REST API with Go Fiber and in this tutorial we will deploy the schema from the dashboard.

Read more

Build REST API with Go Fiber and PlanetScale - Part 2

Build REST API with Go Fiber and in this tutorial we will connect to the database.

Read more

Build REST API with Go Fiber and PlanetScale - Part 1

Fiber is web framework written in Go that much like Express in Nodejs. Fiber have many built in features to build rich web application such as Middleware, API Ready, Template Engine, Websocket support, Rate limiter, etc.

Read more

Containerizing a Rails Application

In this post, we will go through containerizing a Rails API application. Consider you already have a Rails application and you want the same environment for all your team while developing the app and here is the Docker coming in.

Read more

Looks up the IP, Nameservers, and CNAME using Go

One of the advantages to using Go is Standard Library, Go has built in library that already included when installing Go on your machine. There are many libraries you can use to build such as web application, rest api, command line interface (CLI), and many more to just using Standard Library.

Read more

Devise with Rails API - Part 1

When building API, one of the most important part is authentication. Authentication will be a tricky part if we're not handling it properly. In Rails, we have Devise that can make use easier to manage authentication, in this tutorial I'm gonna show you how to install and configure Devise in Rails API.

Read more