Skip to content

Instantly share code, notes, and snippets.

@benjaminprat
benjaminprat / til.md
Last active March 11, 2021 03:31
TIL

2/14/21 - I learned what irb is and what it is used for. In terminal type irb. Used for running little snippets of code rather than having to save file and run in the terminal the traditional way. To exit irb, type exit.

2/15/21 - Today I learned that when using VS Code I can comment out a big selection of code using Cmnd K C. To remove the comments you use Cmnd K U.

2/16/21- Today I learned another shortcut for VS Code. Place cursor in front of line, hold SHIFT and Option and can place multiple cursors in front of lines. CMND D will find all instances of the word.

2/17/21- Today I learned that I need more practice with inheritance.

  • class inheritance fundementals in Ruby (Big TIL , I presume)
    child_class < parent_class
@benjaminprat
benjaminprat / github-readme.md
Last active February 24, 2021 03:29
Ben Prat Github README

Hi, I'm Ben 🤙🏼

Anurag's github stats

Top Langs

I'm currently a student enrolled in the Full Stack Engineering Program at Actualize.

💻 I'm currently sharpening my Rails skills.

  • Is this a fix or a feature?

  • What is the change?

  • What does it fix?

  • Where should the reviewer start?

  • How should this be tested?

@benjaminprat
benjaminprat / README.md
Last active September 1, 2020 22:10
RomCom README.md

Welcome to RomCom 💕

Description

In this paired project we created an app to generate romance novel covers. Learning goals related to this project included:

  • Writing clean, DRY Javascript to store data
  • Using a provided class to create object instances using the new keyword