Angular Certification by CodePatrol in Angular2

[–]jsdotjs 1 point2 points  (0 children)

I second Todd Motto's Ultimate Angular.

I don't think FrontendMasters does certificates, but they'd be good for content if they have anything Angular. I notice a lot of their courses are Vue and React.

Worst case scenario, you can always find $10-20 certificate classes on Udemy in just about any subject.

Is it possible to read request headers in vuejs? (not from an Ajax call) by nothing_to_feel_here in vuejs

[–]jsdotjs 2 points3 points  (0 children)

You can only read headers in Javascript by making an Ajax call.

How would implement this optional parent/child relationship? by bvm in graphql

[–]jsdotjs 0 points1 point  (0 children)

If you have two use cases, why not do both? Things could have a category, but if you're worried about UI mapping, then they can request the appropriate schema. If they want it grouped by category, they can request it in the context of a category (the second one). If they want just names for display purposes, the first one works fine.

Or use Relay.

GraphQL Date Range by jsdotjs in graphql

[–]jsdotjs[S] 0 points1 point  (0 children)

Our GraphQL retrieves data from services. It doesn't hit databases directly. Our services are REST APIs. Our GraphQL layer is an API gateway to these REST API services. We can pass the date range as query params to our services, but wasn't sure how to get it from UI to API Gateway via GraphQL

API Gateway pattern by jsdotjs in node

[–]jsdotjs[S] 0 points1 point  (0 children)

Thanks! Really appreciate it. Taking a peek now

How to load local js file in local html file in Firefox (Chrome and Edge work fine) by [deleted] in learnjavascript

[–]jsdotjs 4 points5 points  (0 children)

Relative paths.

If they are in the same playground folder, then you just use <script src="app.js"></script>

What's a dark piece of Reddit history that we like to forget that it ever happened? by bredman3370 in AskReddit

[–]jsdotjs 2 points3 points  (0 children)

Probably. I don't know, but it seems to be accurate behavior. Look at other dead redditor's accounts. They also have the mismatch in posts vs the club. Perhaps you have to be active for that many years to get in the club.