Andrew - Monday, Jul 17, 2017

Submitted by Andrew on Mon, 07/17/2017 - 12:05
Body

How do you edit node fields from a rest endpoint?

https://www.drupal.org/docs/8/core/modules/rest/4-patch-for-updating-content-entities

 

Resources
Subject

Learning Vue

Submitted by Andrew on Mon, 07/17/2017 - 07:10

I have been looking at Vue for a while now, since I saw 2.0 posted in Hacker News and wondered what I was missing in the world of JS frameworks. Vue claimed to be simpler and faster than Angular and React, and the getting started docs seemed easy to follow. I started off with some basic readings and tutorials but soon wanted to do something practical.

Andrew - Tuesday, Jul 11, 2017

Submitted by Andrew on Tue, 07/11/2017 - 14:59
Body

If you want to use grid now, what should you do?

I think you first define the grid in CSS, then assign elements to it.

What's the difference in naming rows/cols vs grid area?

Next:

Determine if it's viable, look up how to fallback, find a tutorial.

Subject

Andrew - Tuesday, May 23, 2017

Submitted by Andrew on Tue, 05/23/2017 - 07:48
Body

Learned about rest modules in D8.  Want to learn how to work with the API from another application (angular or react, etc).

Next steps:

Configure this site, install postman, and create a basic app to authenticate and push/pull content.

Subject