
Grafbase
Hasura
Graphweaver
Supabase
Fissible.dev
GraphQL Hive
Apollo
CMS
JavaScript.com
Scrimba
Codédex
CodeCrafters
Data Protocol
Eloquent JavaScript
Codelita
The State of JavaScript 2018
GrafbaseBased on our record, Grafbase should be more popular than JavaScript.com. It has been mentiond 3 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
That setup is possible, and in the next section, I’ll walk you through how to use Grafbase to achieve this kind of environment, making federation easier to manage as adoption grows without adding overhead. - Source: dev.to / about 1 year ago
Extend schema @link( url: "https://grafbase.com/extensions/rest/0.4.1" import: ["@restEndpoint", "@rest"] ) @restEndpoint(name: "restProducts", baseURL: "https://fakestoreapi.com") Type RestProducts { title: String! price: Float! description: String! category: String! image: String! } Type Query { getAllRestProducts: [RestProducts!]! @rest( method: GET endpoint:... - Source: dev.to / about 1 year ago
> If you don't mind me asking, which companies? Or how do you get into this industry within an industry? I'd really love to work on some programming language implementations professionally (although maybe that's just because I've built them non-professionally until now), You do not need to write programming languages to need parsers and lexers. My last company was Prisma (https://prisma.io) where we had our own... - Source: Hacker News / almost 2 years ago
The best resource I know of is Javascript.com for learning Javascript for the first time. It's made by Pluralsight which is a site that contains courses. - Source: dev.to / about 4 years ago
Hasura - Hasura is an open platform to build scalable app backends, offering a built-in database, search, user-management and more.
Scrimba - Interactive coding screencasts created in an instant
Graphweaver - Turn multiple data sources into a single GraphQL API
Codédex - The most fun way to learn to code.
Supabase - An open source Firebase alternative
CodeCrafters - Programming exercises for experienced engineers.