Skip to content

Instantly share code, notes, and snippets.

View MrFuentastic's full-sized avatar

Victor Fuentes MrFuentastic

View GitHub Profile
@MrFuentastic
MrFuentastic / til.md
Created August 29, 2017 02:37
TIL - Rails and some database stuff

Learned much, practiced more with rails and learned about creating databases, adding stuff to them, reading them, accessing them through the controller and html files.

@MrFuentastic
MrFuentastic / til.md
Created August 27, 2017 22:04
TIL - rails, blogging and whiteboarding

Today I learned how to set up a basic rails server, after that we spent the day blogging and whiteboarding! Whiteboarding really takes you out of your element as far as programming goes. It was fun though cause we were on the roof.

@MrFuentastic
MrFuentastic / til.md
Created August 25, 2017 02:33
TIL - html and css and bootstrap

Today we reviewed the fundamentals of html and css. While I have touched on these topics before its always good to have a refresher. Especially with the fundamentals as there's no guarantee that I learned them properly the first time. In fact I'm sure I didn't learn the fundamentals properly the first time.

@MrFuentastic
MrFuentastic / til.md
Created August 24, 2017 02:39
TIL - oop stuff-- modules, superclasses, modular code

Today I learned much, the thing that stuck the most is separating code into different files in order to have more managable code.

@MrFuentastic
MrFuentastic / til.md
Created August 23, 2017 02:33
TIL - Classes and hashes and methods oh my!

Learned a lot about using methods between classes, integrating hashes into classes to keep the code prettyful, using the super method within methods.

@MrFuentastic
MrFuentastic / til.md
Created August 22, 2017 02:30
TIL - git

Installed git through terminal and learned the basic commands for adding changes, committing them, etc. Also connected my computer to my github account for git, and plan to try it again with my other laptop... was a lot steps. Also reviewed stuff about ruby arrays, hashes, and classes.

@MrFuentastic
MrFuentastic / til.md
Created August 20, 2017 22:02
TIL - Sublime & Ruby

Installed ruby and sublime, and customized them mostly through the terminal, which was very helpful in learning new terminal commands (although I'm not completely sure what the customizations were).

@MrFuentastic
MrFuentastic / til.md
Created August 20, 2017 19:13
TIL - Terminal Commands

Learned many basic terminal commands such as cd, touch, mkdir. Also, this is my first macbook (bought it yesterday specifically for class), so have been learning all the shortcuts. Getting used to it. I guess.