Skip to content

Instantly share code, notes, and snippets.

View kevxo's full-sized avatar

Kevin David Cuadros kevxo

  • Land O Lakes, FL
View GitHub Profile

What is the value of a checklist?

The value of a checklist is huge beacuse it keeps you on track on what to do. It gives you priorties to focus on. The checlist will help on being more organized. I belive the checklists can help me work more fluently through the day beacuase ill be aware of what im working on.

What do you plan to improve upon while at Turing?

I plan to improve on my communication skills and technical skills. I want to be able to work in a group and get that experience with other classmates where we communicate and discuss problems regarding a project. I also want to improve my logic in the technical aspect as i see its been a challenge for me at the moment. I would like to also improve my interview skill as well.

@kevxo
kevxo / kevin_beginners_guide.md
Last active May 5, 2020 18:25
Beginners guide to data types

Ruby

Ruby data types

  1. Strings
  • "Hello"
  1. Integers/floats
  • 5 or 5.0
  1. Arrays
  • names = ["Bob", "Tom", "Chuck"]
  1. This will show Hashes example.