
Grafbase
Hasura
Graphweaver
Supabase
Fissible.dev
GraphQL Hive
Apollo
CMS
CodePen
JSFiddle
CodeSandbox
GitHub
replit
VS Code
Pastebin.com
JS Bin
GrafbaseNo Grafbase videos yet. You could help us improve this page by suggesting one.
Based on our record, CodePen seems to be a lot more popular than Grafbase. While we know about 513 links to CodePen, we've tracked only 3 mentions of Grafbase. 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
> I vividly remember IE and many hacks to have css elements properly working in it… The common advice now is to only use CSS that is supported in the last two major versions of each major browser. You can check any css property's support here: https://caniuse.com/ > Imho this is a reason why markdown and other rich-textual formats appeared. Markdown is a superset of html and through it contains css through the... - Source: Hacker News / 28 days ago
Thank you, heartfelt... For sharing an artwork, a miracle! Just in case, have you considered publishing the work at platforms as CodePen, where genius Artists/People express their art, too, as you?: // https://codepen.io/. - Source: Hacker News / 2 months ago
Embed on DEV: If you prefer CodePen embed, create a Pen with that HTML and add to the post as: {% codepen https://codepen.io//pen/ %}. - Source: dev.to / 11 months ago
CodePen is where creativity meets frontend code. You can write HTML, CSS, and JavaScript and see results instantly in the browser. - Source: dev.to / about 1 year ago
For those preferring agent-based approaches, Replit Agent shines. Khris Steven, Founder of KhrisDigital Marketing, notes, "You can simply describe what you want your app to do in plain English, and Replit Agent will generate the code and deploy it." This natural language interface fosters collaboration, turning ideas into deployable apps in minutes. - Source: dev.to / about 1 year ago
Hasura - Hasura is an open platform to build scalable app backends, offering a built-in database, search, user-management and more.
JSFiddle - Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle code editor.
Graphweaver - Turn multiple data sources into a single GraphQL API
CodeSandbox - Online playground for React
Supabase - An open source Firebase alternative
GitHub - Originally founded as a project to simplify sharing code, GitHub has grown into an application used by over a million people to store over two million code repositories, making GitHub the largest code host in the world.