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

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

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


Разработка dev.to 18 мая 2024 г. 3:58

TypeDefs define the schema and structure of your GraphQL API. They specify the types of data you can query or mutate and the operations available. In this example, I have five different types: User, which represents a user with the fields _id, user...... читать далее

Разработка dev.to 17 мая 2024 г. 11:51

Shopify provides many APIs for developers. One of them is Admin API which gives us access to add our own features to user experience. In this post we are going to develop "send file to shop" feature using Ruby on Rails. You can find the entire sourc...... читать далее

shopify api rails

Разработка dev.to 17 мая 2024 г. 6:00

A Back-End Developer is a specialist in web development responsible for building and maintaining the server-side logic, databases, and applications that power websites and web applications. They work on the server-side of web development, focusing on...... читать далее

backend developer

Разработка dev.to 16 мая 2024 г. 21:45

Introduction Welcome to another article of our Mockingbird series! Today, we'll demonstrate how to set up a mock server quickly and effectively using Mockingbird - a tool designed to streamline your application development and testing processes. If...... читать далее

testing webdev mockingbird tutorial

Разработка dev.to 16 мая 2024 г. 16:11

Before I dive into the development journey of my new blog, you might want to check it out first at my blog. Back in 2020, React introduced Server Components. I was amazed by the possibility of writing asynchronous components. Writing async componen...... читать далее

webdev nextjs react blog

Разработка dev.to 16 мая 2024 г. 15:06

For developers immersed in MeteorJS, the story of Application Performance Monitoring (APM) tools reflects innovation, change, and growth led by the community. Table of contents: A Quick Look Back Launch Week - Day 4 Why transitioning fro...... читать далее

meteor

Разработка dev.to 16 мая 2024 г. 14:03

Written by Stephan Miller✏️ The React team released React 18 in May 2023, which came with better support for React Server Components (RSCs). Less than a year later, RedwoodJS announced support for server-side rendering and RSCs. This is a shift from...... читать далее

react webdev

Разработка dev.to 15 мая 2024 г. 18:12

The Backend-for-Frontend (BFF) pattern is an architectural approach where a dedicated backend service is created for each frontend application or client type. Utilizing the BFF pattern allows developers to tailor the APIs and backend services to th...... читать далее

node webdev typescript react

Разработка dev.to 14 мая 2024 г. 14:03

Written by Oghenetega Denedo✏️ Heatmaps are frequently employed in visualizing data to illustrate the concentration and spread of data, within a dataset. They use colors to demonstrate fluctuations in data values, allowing users to identify patterns...... читать далее

javascript webdev

Разработка dev.to 13 мая 2024 г. 12:00

There is no permanent stop in the hunt for the best demonstration of development and functioning of web applications which is happening in web developer universe. A new and exciting technology that has just been recognized as a substitute for the old...... читать далее

graphql mongodb react webdev

Разработка dev.to 11 мая 2024 г. 15:34

Through my years of building services, the RESTful API has been my primary go-to. However, even though REST has its merits, that doesn’t mean it’s the best approach for every use case. Over the years, I’ve learned that, occasionally, there might be b...... читать далее

graphql heroku restapi webdev

Разработка dev.to 10 мая 2024 г. 18:32

Ya llevo más de un mes en mi nuevo puesto, y hemos enfrentado numerosos desafíos; estos últimos 15 días han sido especialmente caóticos. No hemos podido avanzar tanto como me gustaría debido a que estamos atascados en una migración de uno de los sist...... читать далее

newjob devops

Разработка dev.to 10 мая 2024 г. 18:29

When it comes to building modern web applications, the choice between GraphQL and REST APIs is often a pivotal decision. Both serve as essential tools for fetching and manipulating data, but they have distinct approaches and strengths. Understanding...... читать далее

Разработка dev.to 10 мая 2024 г. 11:07

Frontend development has undergone a remarkable evolution in recent years, driven by advancements in technology, changing user expectations, and emerging best practices. In this short blog, we'll explore the trajectory of modern frontend development...... читать далее

webdev frontend

Разработка dev.to 9 мая 2024 г. 14:00

Introduction Hi, I am Kota, a system engineer from WESEEK, Inc. in Japan. This time, I have decided to write a blog about my introduction to GraphQL, which I had not yet touched. What Is GraphQL? GraphQL is a query language for APIs...... читать далее

graphql javascript programming webdev

Разработка dev.to 9 мая 2024 г. 2:46

Introduction: Traditional content management systems (CMS) have long been the backbone of website management, providing tools for creating, organizing, and publishing content online. However, the rise of headless CMS has revolutionized the way develo...... читать далее

webdev javascript programming beginners

Разработка dev.to 8 мая 2024 г. 7:55

Have you ever thought of building software that could earn a huge revenue? That app should be very good as per standards and should be able to handle a large set of users without any loss in performance. I will tell you the most recommended and sim...... читать далее

nextjs webdev opensource programming

Разработка dev.to 7 мая 2024 г. 20:16

In 2024, Backend Web Development has evolved significantly, propelled by the relentless pace of technological advancement and the ever-changing landscape of the digital world. At the core of this evolution lies a fusion of innovative tools, methodolo...... читать далее

webdev programming node database

Разработка dev.to 7 мая 2024 г. 19:35

⁠In this article, I will lead you through a high-level setup on what is needed to achieve those always-eluding high scores in your lighthouse metrics, even if you use a proper React app, and fetch everything from a CMS! In subsequent posts, I might...... читать далее

react nextjs performance seo

Разработка dev.to 7 мая 2024 г. 6:16

In today's interconnected digital landscape, building robust APIs (Application Programming Interfaces) is essential for enabling communication between different software systems. When it comes to API protocols, developers are often faced with choices...... читать далее

api graphql restapi soap