Bookmarks

Bookmarks

50139 bookmarks
Custom sorting
🍭 サークルライチ×TimeTree[前編]アプリが支えるアイドルの舞台裏「“1日頑張りましょう”みたいなメッセージが出てくるのが好き」 - Pop'n'Roll(ポップンロール)
🍭 サークルライチ×TimeTree[前編]アプリが支えるアイドルの舞台裏「“1日頑張りましょう”みたいなメッセージが出てくるのが好き」 - Pop'n'Roll(ポップンロール)
昨今スケジュール告知ツールとしてライブアイドルの使用実績が増えているカレンダーアプリ『TimeTree』と、長年ライブアイドルシーンを追いかけているライターの冬将軍による新インタビュープロジェクトの第2弾。
·popnroll.tv·
🍭 サークルライチ×TimeTree[前編]アプリが支えるアイドルの舞台裏「“1日頑張りましょう”みたいなメッセージが出てくるのが好き」 - Pop'n'Roll(ポップンロール)
buffdb/buffdb: Embedded storage built for multiplexing. Smart machines don't need to read JSON, they only need protocol buffers. The world's first MODMS (Machine-Oriented Database Management System), built to support RocksDB, SQLite, and DuckDB as backends.
buffdb/buffdb: Embedded storage built for multiplexing. Smart machines don't need to read JSON, they only need protocol buffers. The world's first MODMS (Machine-Oriented Database Management System), built to support RocksDB, SQLite, and DuckDB as backends.
Embedded storage built for multiplexing. Smart machines don't need to read JSON, they only need protocol buffers. The world's first MODMS (Machine-Oriented Database Management Syste...
·github.com·
buffdb/buffdb: Embedded storage built for multiplexing. Smart machines don't need to read JSON, they only need protocol buffers. The world's first MODMS (Machine-Oriented Database Management System), built to support RocksDB, SQLite, and DuckDB as backends.
beac0n/ruroco: Ruroco is a tool that lets you execute commands on a server by sending UDP packets. The commands are configured on the server side, so the client does not define what is going to be executed, it only picks from existing commands.
beac0n/ruroco: Ruroco is a tool that lets you execute commands on a server by sending UDP packets. The commands are configured on the server side, so the client does not define what is going to be executed, it only picks from existing commands.
Ruroco is a tool that lets you execute commands on a server by sending UDP packets. The commands are configured on the server side, so the client does not define what is going to be executed, it on...
·github.com·
beac0n/ruroco: Ruroco is a tool that lets you execute commands on a server by sending UDP packets. The commands are configured on the server side, so the client does not define what is going to be executed, it only picks from existing commands.
uv
uv
An extremely fast Python package and project manager, written in Rust.
·docs.astral.sh·
uv
mhenrixon | Taggable Array
mhenrixon | Taggable Array
In an attempt to keep things stupidly simple, I had issues choosing tags for my array column tags.  Every library I tried expects me to be more complex, so I "rolled my own™
·mhenrixon.com·
mhenrixon | Taggable Array
Sidekiq (Infinitely) Iterable Jobs
Sidekiq (Infinitely) Iterable Jobs
Explore a new approach to running continuous code using Sidekiq's iterable jobs feature. Compare it with previous strategies and learn its pros and cons.
·judoscale.com·
Sidekiq (Infinitely) Iterable Jobs
ClearURLs/Addon: ClearURLs is an add-on based on the new WebExtensions technology and will automatically remove tracking elements from URLs to help protect your privacy.
ClearURLs/Addon: ClearURLs is an add-on based on the new WebExtensions technology and will automatically remove tracking elements from URLs to help protect your privacy.
ClearURLs is an add-on based on the new WebExtensions technology and will automatically remove tracking elements from URLs to help protect your privacy. - ClearURLs/Addon
·github.com·
ClearURLs/Addon: ClearURLs is an add-on based on the new WebExtensions technology and will automatically remove tracking elements from URLs to help protect your privacy.
How Standard Ruby updates its rules
How Standard Ruby updates its rules
Ever wondered who maintains Standard Ruby and how it keeps your code clean? Go behind-the-scenes with one of the developers about the criteria used to craft straightforward rules that enhance code readability and cut down on errors.
·testdouble.com·
How Standard Ruby updates its rules
Redirect and return in Rails controllers
Redirect and return in Rails controllers
Premature returning from a controller action is a common idiom in Rails applications. I asked my followers in Twitter about whether they know or know how to do this correctly, and I am glad to see that most of them gave the correct answer. Let’s dive into the details.
·igor.works·
Redirect and return in Rails controllers
How to Add PostgreSQL Index based on Query Plan as a Rails Developer | Haseeb Annadamban
How to Add PostgreSQL Index based on Query Plan as a Rails Developer | Haseeb Annadamban
As Rails developers, we often focus on writing clean, efficient Ruby code. However, as the application grows optimizing database performance is equally crucial for creating responsive applications. One of the most powerful tools in our arsenal for database optimization is indexing. Here I will talk about PostgreSQL indexing from a Rails developer’s perspective. The query plan generated by EXPLAIN will help us to make informed decisions about index creation, ensuring our database queries run as efficiently as possible.
·haseebeqx.com·
How to Add PostgreSQL Index based on Query Plan as a Rails Developer | Haseeb Annadamban
Rails Application Templates — Ruby on Rails Guides
Rails Application Templates — Ruby on Rails Guides
Rails Application TemplatesApplication templates are simple Ruby files containing DSL for adding gems, initializers, etc. to your freshly created Rails project or an existing Rails project.After reading this guide, you will know: How to use templates to generate/customize Rails applications. How to write your own reusable application templates using the Rails template API.
·guides.rubyonrails.org·
Rails Application Templates — Ruby on Rails Guides
Build Magic link authentication for Devise natively in Rails 7.1 thanks to generates_token_for | Guillaume Briday
Build Magic link authentication for Devise natively in Rails 7.1 thanks to generates_token_for | Guillaume Briday
Today, I decided to implement a Magic Link authentication system for my SaaS app, Timecop-app. The app’s authentication is powered by Devise and Rails 7.2. Rails 7.1 introduced several new features, but the one we're focusing on here is the generates…
·guillaumebriday.fr·
Build Magic link authentication for Devise natively in Rails 7.1 thanks to generates_token_for | Guillaume Briday