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 October 24, 2017 03:30
TIL - testing stuff with rspec

Started learning how to test things in ruby and rails with rspec.

@MrFuentastic
MrFuentastic / til.md
Created October 20, 2017 02:33
TIL - vuejs with api calls

Learn to integrate vuejs with our api apps that were already made

@MrFuentastic
MrFuentastic / til.md
Created October 18, 2017 02:30
TIL - more vue.js

learned more about vue.js!

@MrFuentastic
MrFuentastic / til.md
Created October 17, 2017 17:30
TIL - vue.js

Spent the day learning about vue.js and creating a couple of apps, one a todo app. Very interesting working with a framework after using jQuery and vanilla JS. I can see how it would be helpful for the chronically disorganized like myself. Also spent some time cleaning up my capstone with rails' render. Looks much nicer now.

@MrFuentastic
MrFuentastic / til.md
Created October 11, 2017 02:39
TIL - more javascript stuff

Learned more stuff about javascript, manipulating the dom with javascript. Fun stuff. Also learned about for of loops and why they won't work with htmlcollections.

@MrFuentastic
MrFuentastic / til.md
Created October 10, 2017 02:35
TIL - javascript stuff

Learned differences between javscript and ruby syntax, and a bunch of other javascript stuff.

@MrFuentastic
MrFuentastic / til.md
Created October 3, 2017 02:38
TIL - creating APIs, versioning, etc

We started the day learning how to create our own APIs with json and jbuilder, then we learned about versioning our APIs.

@MrFuentastic
MrFuentastic / til.md
Created October 1, 2017 22:05
TIL - APIs and stuff.

Learned stuff about APIs and some job stuff.

@MrFuentastic
MrFuentastic / til.md
Created September 29, 2017 02:31
TIL - authorization and validations

Finished going over admin authorizations, and adding restrictions to the views based on admin and user status. Also learned how to use validations on attributes, and which ones to add to which attributes.

@MrFuentastic
MrFuentastic / til.md
Created September 27, 2017 02:36
TIL - admin authorization and user authentication

Learned how to add admin status to a user, and user that to limit what users can do in a website, did the same with users without an account