Explore >> Select a destination


You are here

blog.arkency.com
| | railsnotes.xyz
3.6 parsecs away

Travel
| | A deep dive into the basics of Rails credentials, explore their benefits and drawbacks, and showing you how easy it is to integrate this powerful tool into your Rails app development process...
| | blog.codeminer42.com
2.7 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
| | jakeyesbeck.com
3.3 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
| | golb.hplar.ch
33.2 parsecs away

Travel
| [AI summary] The blog post details the author's experience implementing a feedforward neural network for digit recognition using Java and JavaScript, explaining the underlying algorithms, shared external libraries, and architectural decisions while reviewing an introductory book on the topic.