https://www.cybertec-postgresql.com/en/index-your-foreign-key/
SELECT c.conrelid::regclass AS "table",
/* list of key column names in order */
string_agg(a.attname, ',' ORDER BY x.n) AS columns,
pg_catalog.pg_size_pretty(
pg_catalog.pg_relation_size(c.conrelid)
) AS size,
https://blog.hubspot.com/agency/ask-design-feedback
- State the goal of the project
- Control the environment - Use a Project Management Tool
- Limit the options
- Provide data to support your design decisions
- Present the design as a part of the bigger marketing plan
- Ask specific questions
I hereby claim:
- I am carmer on github.
- I am ajcarmer (https://keybase.io/ajcarmer) on keybase.
- I have a public key ASAws1buAEplqCgjug2LDW1MkPg-TS6o01ggRoSoxlIfaAo
To claim this, I am signing this object:
I've been playing guitar for over 30 years. I never took formal lessons - only ocassional ones targeted to a specific topic. I love the discovery process and the relationship I've created with the instrument.
Five years ago or so, I had an a-ha moment, which fundamentaly changed the way I approach my learning of the guitar. After internalizing all the content I consumed, I thing I've come up with a formula for learning both rhythm and lead guitar in a very streamlined and systematic fashion. This method will teach you how to find chords across the entire fretboard so you can create chord progresssions for your own songs, or to make it easier to figure out the chords of your favorite songs.
However, what I like the most about it is that it gets you ready to play lead guitar, without putting too much emphasis on the pentatonic scale. Also, it teaches the guitar from the standpoint of understanding its symetry, and dare I say, the mathematics
-
Define CRUD.
-
Why do we use set method_override: true?
-
Explain the difference between value and name in this line:
<input type='text' name='task[title]' value="<%= @task.title %>"/>
. -
What are params? Where do they come from?
-
Check out your routes. Why do we need two routes each for creating a new Task and editing an existing Task?