You are here |
www.ramblingcode.dev | ||
| | | |
timperrett.com
|
|
| | | | Thanks for taking the time to stop by! I try to post every few weeks on topics ranging from niche aspects of computer programming to organizational and business challenges. By all means subscribe to the RSS feed! | |
| | | |
www.kensodev.com
|
|
| | | | One of the most significant changes in my migration of a rails app from Rails 2.3.10 to rails 3.0.9 was the move from delayed_jobsto resque. Resque is a Queue system that's based on Redis, which is much faster and reduces the load on your database. Also we were experiencing some nasty deadlocks with delayed jobs that really broke our transactions and our backs. I installed the gem and installed Redis on my development machine, mounted the Sinatraapp on my rails app and navigated to the web view of resque. | |
| | | |
ggr.com
|
|
| | | | ||
| | | |
www.danieldemmel.me
|
|
| | Part one of the series Building applications using embeddings vector search and Large Language Models |