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 September 26, 2017 03:11
TIL - reformulating orders to make room for carts

Spent the day adding cart stuff to minicapstone, then reformatting the orders model and controller to work with the cart.

@MrFuentastic
MrFuentastic / til.md
Created September 20, 2017 02:50
TIL - join tables and handling them in rails

Today we broke our brains figuring out how to use join tables in rails. Creating the models was easy, having them reference each other was easy, figuring out how to call them and use them productively was hard.

@MrFuentastic
MrFuentastic / til.md
Created September 19, 2017 02:58
TIL - creating more stuff within rails application

Today we added order functionality to our minicapstones... basically we struggled through implementing everything we've learned so far.

@MrFuentastic
MrFuentastic / til.md
Created September 17, 2017 22:13
TIL - networking, big o notation, authentication stuff

Today we learned much! Went over authentication and creating an ordering function for our apps, then went over big o notation, specifically binary sort functions. Then spent some time networking and then whiteboarding.

@MrFuentastic
MrFuentastic / til.md
Created September 15, 2017 02:42
TIL - Working through interview like questions

We spent the day working through a coding problem that is apparently commonly used in applications. It involved working with json files and other stuff out of my comfort zone.

@MrFuentastic
MrFuentastic / til.md
Created September 12, 2017 02:43
TIL - sequel with params

Spent the day manipulating the params with active record queries... it was frustrating at first.

@MrFuentastic
MrFuentastic / til.md
Created September 10, 2017 22:12
TIL - SQL, some stuff about data structures

Learned how to search through data tables using SQL queries, also learned about data structures and how steps accumulate as they are iterated through.

@MrFuentastic
MrFuentastic / til.md
Created September 8, 2017 02:43
TIL - db stuff, truthy falsey stuff

Learned how to manipulate db models after the initial migration, did stuff with that, explored how to figure out truthy and falsey values, did stuff with && and || operators.

@MrFuentastic
MrFuentastic / til.md
Created September 7, 2017 22:55
TIL - This week's TIL's... Today!

Tuesday we learned much about the edit, update and delete routes, and applying them in a CRUD application. Wednesday we mostly spent the day making our websites more beautiful using bootstrap. Stay tuned for today's!

@MrFuentastic
MrFuentastic / til.md
Created September 1, 2017 02:40
TIL - params continued, routes and controllers done right

Continued learning about params, continued learning about routes and controller and gets and post and how to name them properly.