Our task today is to add unique slugs to our Company model on our Ruby on Rails app. The Company model has name and location properties, and we want to use those to create the slug. E.g. the company named Lugo Labs and based in London should have a slug, ...
Read more »
Mutation is a special type of query used to change data in the database like Creating, Editing or Deleting Records from a table or Store. These are … (more…)
Read more »
Recently a web development community is being bombarded by JS libraries. The growth in JS world is backed by a large companies — Google, Facebook, Microsoft. Market share noticeably increases. Especially React and React Native are becoming front end stand... (more…)
Read more »
Class hierarchies can map to relational database tables in many ways. Active Record, for example, offers purely abstract classes, where the superclass doesn't persist any attributes, and single... (more…)
Read more »
Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, gr... (more…)
Read more »