Материалы по теме 'graphql' | DevsDay.ru

IT-блоги Материалы по теме 'graphql'

IT-блоги Материалы по теме 'graphql'


Разработка dev.to 14 февраля 2024 г. 14:07

Choosing between REST and GraphQL depends on your specific use case and development requirements. REST The following are worthy knowing about REST: It relies on standard HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations. It is...... читать далее

Разработка dev.to 14 февраля 2024 г. 10:17

User nowadays expect performant system, immediate response and seamless interactions with their day-to-day applications. Here comes in the use of API (Application Programing Interfaces) to improve user experience and to have potential positive busine...... читать далее

api backenddevelopment performance programming

Разработка dev.to 13 февраля 2024 г. 14:36

In this article, the database meets ui! You will find how to build an Admin Dashboard on top of Supabase using UI Bakery: Connect Supabase to UI Bakery View Supabase data Add form to edit records Publish an app to make it available for your user...... читать далее

webdev supabase lowcode

Разработка dev.to 13 февраля 2024 г. 14:11

This post was originally published on Hackmamba. Documentation is essential for every software project, helping orient users to the software and how to troubleshoot any issues that may arise. Creating an excellent product is pointless if users can...... читать далее

opensource documentation tutorial development

Разработка dev.to 12 февраля 2024 г. 10:36

The advantages of microservices can generally be categorized into two groups: technological and human-centric. Within the human-centric category, the benefits relate to how we work and collaborate. Teams working on microservices have full ownership...... читать далее

node typescript react microservices

Разработка dev.to 12 февраля 2024 г. 10:22

Edition #188 Welcome to issue #188 of the AWS open source newsletter, the newsletter where we try and provide you the best open source on AWS content. As always, this week we start with a round up of some freshly baked new projects for you to pra...... читать далее

opensource aws

Разработка habr.com 9 февраля 2024 г. 17:08

В 99designs мы находимся на пути деконструкции нашего PHP-монолита в микросервисную архитектуру, при этом большинство новых сервисов пишется на Go. В этот период наша фронтенд-команда также применила безопасность типов, перейдя с Javascript на TypeSc...... читать далее

graphql

Разработка IntelliJ IDEA 9 февраля 2024 г. 9:06

The Ultimate edition of IntelliJ IDEA goes beyond the basics, offering a comprehensive suite of features, including in-depth profiling capabilities, database tools, built-in support for many web and enterprise frameworks, and more. In this latest v20...... читать далее

releases intellij-idea-2023-3 intellij-idea-ultimate intellij-idea-ultimate-2023-3

Разработка dev.to 6 февраля 2024 г. 12:38

Building an MVP is a challenge that every developer should undertake, as it is a great way to learn various concepts, not only about technology but also about the product and, most importantly, people. In this article, I will share my strategies, cha...... читать далее

Разработка dev.to 6 февраля 2024 г. 3:13

free-for.dev Credit :- free-for.dev Developers and Open Source authors now have many services offering free tiers, but finding them all takes time to make informed decisions. This is a list of software (SaaS, PaaS, IaaS, etc.) and other offerin...... читать далее

Разработка dev.to 5 февраля 2024 г. 22:22

Most articles explaining the benefits of GraphQL focus on advantages for the frontend: things like preventing overfetching, reducing round trips, and iterating faster. But GraphQL provides just as many advantages for backend developers, which is why...... читать далее

graphql api backend webdev

Разработка dev.to 5 февраля 2024 г. 14:05

At Woovi we are GraphQL lovers, hence we develop many helpers around this tool to bring a good developer experience. A helper that we developed is graphqlEnumBuilder, this helper allows us to convert a TypeScript built-in enum into a GraphQLEnum wit...... читать далее

graphql typescript enum programming

Разработка dev.to 5 февраля 2024 г. 9:42

Integrating HTTP APIs often involves tedious double-checking: Was the endpoint GET /sheep or GET /sheeps? Should the parameters be put in the URL query string, request body, or even headers? Is the API server expecting to receive parameters in the...... читать далее

webdev typescript api graphql

Разработка dev.to 2 февраля 2024 г. 15:01

Written by Ivaylo Gerchev ✏️ In modern web development, traditional monolith CMS platforms such as WordPress and Drupal are often replaced by much lighter and faster “headless” alternatives. A headless CMS cuts the “head,” or frontend, from its code...... читать далее

git webdev

Разработка The GitHub Blog 2 февраля 2024 г. 10:24

The new year has kicked off, and developers are hard at work. We hope all our open source community members had a lovely holiday break and, we’re looking forward to seeing what you ship this year. 2024 is already off to a great start with open...... читать далее

Community Open Source Docker GraphQL python React Typescript

Разработка dev.to 1 февраля 2024 г. 16:58

One of the most challenging tasks in writing API documentation is finding out how every part of it behaves. In this article, I’ll show you how to explore and test the behavior of APIs with OpenAPI DevTools. So let’s begin! What is OpenAPI?...... читать далее

webdev devtools

Разработка dev.to 1 февраля 2024 г. 9:17

Let me preface this blogpost with 2 things: 1: This blogs intention is not to shame MSW, I'm a maintainer of MSW myself and it's a great project that has to consider lots of different usecases and environments, which is not always easy to do. The re...... читать далее

barrelfiles msw

Разработка dev.to 30 января 2024 г. 17:38

GraphQL is a query language for APIs and a runtime that allows the API consumer to get exactly the required information instead of the server exclusively controlling the contents of the response. While some REST API implementations require loading th...... читать далее

springboot java graphql react

Разработка dev.to 30 января 2024 г. 13:08

In the roaring digital arena of 2024, the open-source headless CMS scene isn't just evolving; it's detonating with revolutionary fervor. These platforms aren't merely tools; they're the maverick spirits driving a relentless push against the digital s...... читать далее

opensource webdev cms javascript

Разработка dev.to 30 января 2024 г. 1:44

Embarking on the journey of mastering GraphQL can be an exhilarating experience. This powerful query language has revolutionized the way developers interact with APIs, offering flexibility, efficiency, and a holistic approach to data fetching. Whethe...... читать далее

javascript webdev beginners graphql