Tech Rumors
3 subscribers
235K photos
239K links
Download Telegram
dev.to

Introducing the BFF (Backend for Frontend) Concept by simple application with SvelteKit, Supabase, and GraphQL Code Generator
Abstract BFF (Backend for Frontend). Functional Server Block을 조합하여 Frontend 친화적인 Server...
#svelte #supabase #graphql #bff
dev.to

Implementing GraphQL in React Applications
GraphQL is an API query language that allows for more flexible data requests. It enables you to...
#graphql #react #javascript #webdev
dev.to

10 Things We Learned In Full Stack GraphQL Book Club
My colleague Alex and I just wrapped up the Full Stack GraphQL Book Club livestream series so I...
#graphql #fullstack #neo4j
dev.to

Building the Amplidex; A GraphQL Powered Pokedex
Celebrate Pokemon Day by Building Your Own GraphQL Pokedex!
#graphql #node #tutorial #webdev
dev.to

Take your Next js + GraphQL + TypeScript Setup to the next level
Integrating the full range of Next.js features with Apollo Client. This is a continuation of the...
#react #graphql #nextjs #apollo
dev.to

Easiest way to create integration tests for GraphQL server with 80% code coverage in 30 minutes
Intro Integration testing is an essential part of any robust software development process,...
#testing #javascript #node #graphql
dev.to

Revolutionizing APIs: The GraphQL Future
GraphQL is a query language and runtime for Facebook APIs (Application Programming Interfaces). It...
#graphql #javascript #programming #webdev
dev.to

Efficiently Manage Your GraphQL API with API Gateway
GraphQL is a powerful query language for APIs that allows developers to define the structure of the...
#webdev #graphql #programming #productivity
dev.to

How to Automatically Update Resume On Your Personal Site From OverLeaf
I don't know about you, but I struggle with keeping track of the hundreds of iterations of my resume...
#graphql #overleaf #react #resume
dev.to

Demystifying GraphQL Security: A Comprehensive Guide to Introspection
This post by Antoine is easier to read on our blog Whether or not to disable introspection has been...
#graphql #security #api
dev.to

How to create a read-only GraphQL server
At Woovi, we have a console/back-office to manage all our operations. We would like to give access to...
#graphql #readonly #api
dev.to

GraphQL VS API Graph with 2 same examples
GraphQL is all about asking the API for what exactly I need rather than it gives me the whole data,...
#graphql #javascript #api #apigraph
dev.to

Extending Vendure's functionality with custom plugins
TL;DR monkey-patch is monkey-business; use plugin architecture instead! Monkey-patching is a way to...
#typescript #graphql #tutorial #vendure
dev.to

Wrangling GraphQL Data Schemas with AWS AppSync
What to Do When Your GraphQL Queries & Mutations Won't Auto-Build with AWS...
#aws #graphql #javascript #react
dev.to

A Comprehensive Guide to Writing Your First GraphQL Query
Introduction APIs (Application Programming Interfaces) have become essential to modern web...
#javascript #graphql #api #react
dev.to

Software Development is About Compromise
Trade-Offs in Software Development "Where's all my CPU and memory gone?" --...
#beginners #nextjs #typescript #graphql
dev.to

The Ultimate GraphQL and Apollo Server Course with Express and TypeScript
Are you ready to take your API development skills to the next level? Look no further than *The...
#graphql #typescript #express #apollo
dev.to

How to Build A GraphQL API with Node.js, Apollo-Server, and MongoDB Atlas
Introduction Are you a developer looking to create an efficient and flexible API? Then...
#beginners #node #api #graphql
dev.to

May the Fourth Be With You
Learn how to recreate the Star Wars API GraphQL wrapper using Amplication, ChatGPT, and SWAPI. Follow this step-by-step guide to learn how to create your own GraphQL server, seed your database, and get informtaion from ChatGPT. May the 4th be with you!
#graphql #node #tutorial #webdev
dev.to

Complete Guide to Testing GraphQL Mutations: Best Practices and Code Examples
Learn essential practices for testing GraphQL mutations effectively. Discover code examples for input validation, authorization, error handling, and performance testing to build reliable APIs. #GraphQL #Testing