Explore >> Select a destination


You are here

postmodern.github.io
| | jakeyesbeck.com
13.5 parsecs away

Travel
| | Using AR Models in Rails migrations works but can have hidden problems. Learn why to avoid them and what to do instead
| | blog.codeminer42.com
11.2 parsecs away

Travel
| | As we all know, it is quite easy to create database tables with Ruby On Rails. However, some cases require personalizations to reproduce real world situations and the relationships between them. Here, we have two models: User and Meeting, with a 1..N relation where one Meeting has two User (yes, a two-person meeting.) The problem
| | lipanski.com
14.8 parsecs away

Travel
| | One Ruby file to rule them all: inline gems and inline ActiveRecord migrations
| | jannikreinhard.com
83.9 parsecs away

Travel
| In this blog post I want to deep dive with you how LLMs and CoPilots work, want to give an explanations into the most important aspects and show you some important architecture aspects and concepts. We will not build an own Copilot but I will share also some reference architectures and a tool I created...