Skip to content

Instantly share code, notes, and snippets.

Rails Database Development Checklist

Warning: This checklist does not rely on TDD to build up the rails app. It uses some MVC code snippets, so make sure to replace them with names you use on your project. Most references are from

https://backend.turing.io/module2/misc/blogger
https://github.com/turingschool-examples/task_manager_rails
  1. Create Rails Application
  • From the command line, start a new rails app. For example,
    rails new project_name -T -d="postgresql" --skip-spring --skip-turbolinks
    
@foymikek
foymikek / gist:1d1a99895c518de53b0e3d8a1be147fb
Created January 5, 2021 01:12
Little Esty Shop - Group DTR
# DTR: Define the Relationship
Use this template when conducting DTR with your project partners. *It's recommended that you copy/paste this template into your own gist each time you conduct a DTR to take notes on the conversation.*
### Guiding Questions to Define The Relationship:
* What are each of our learning goals for this project? What drives us in this project?
Ryan - adv. AR aggregrations, testing: mocks, develop teamwork skills, conscious of respectful repore and working habits,
develop communication skills.
Yesi - prioritise learning, expose myself to more content.
@foymikek
foymikek / gist:fe7772368b03629166550434dc76d3c2
Last active November 30, 2020 19:00
M2 Intermission Work
# B2 Intermission Work
Answer these Check for Understanding questions as you work through the assignments.
## HTML
1. What is HTML?
Hyper Text Markup Language/
1. What is an HTML element?
starts with a start and end tag and has content in between.
@foymikek
foymikek / feedback_from_me.md
Last active September 17, 2020 14:29 — forked from megstang/feedback_from_me.md
Project Feedback (Mod 1 && Mod 2)

Project Feedback

Directions

  1. For every partner you have, make a copy of this gist
  2. Fill out the copied gists with feedback for each group project partner (one gist per partner)
  3. Send us your feedback for each partner using the form posted in slack/assignment tracker (one submission per partner)
  4. Individually slack your partners the link of the gist you filled out for them
  5. Spend some time reviewing your partner’s feedback that they sent you
  6. Get on a video call with your partner(s) for the in person partner retro to discuss feedback.
@foymikek
foymikek / Mod_1_prework_empathy_responses.md
Created July 29, 2020 22:52
Mod_1_prework_empathy_responses
  1. What role does empathy play in your life and how has it helped you?
  • Professionally, empathy has really helped me be effective in the financial services industry. I have been able to connect with people emotionally in regard to their finances. Understanding someones financial vision, fears and axieties has helped me establish client trust and client understanding. Understanding what their money means to them, the purpose of their money and how it relates to all people involved has allowed me to contribute to imporiving their quality of life.
  • Personally, develeloping my personal levels of empathy has allowd me to understand people better, it has also inriched my experience of relationships. Being empathetic has enriched my quality of life. It also helps me to understand people on an emotional level, which I love as I find people really interesting.
  1. How does empathy help you build better software?