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

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

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


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

Preamble Have you ever been in a situation where you needed to trace the execution flow to find a bug, but had no idea what was happening, when a request started entering your business logic and flowed through various logic sets? At this moment, I...... читать далее

api architecture go tutorial

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

In today's API-driven world, APIs (Application Programming Interfaces) act as the critical gateways to your organization's valuable data and functionalities. Effective API security is paramount for protecting these assets from unauthorized access, m...... читать далее

webdev javascript api devops

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

Technology has always been the lynchpin in driving progress — from the first ships built to the first industrial revolution to the computer age. The time between each successive technological wave has been shortening, and in the past few years, we ha...... читать далее

ai api automation devops

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

App modernization has become a pivotal strategy for global businesses. In a survey of over 400 leading IT executives across different domains conducted by IBM Institute for Business Value (IBV), 83% of respondents said that updating applications and...... читать далее

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

In the realm of cloud computing, efficiency and cost-effectiveness are key considerations for any business. People ask me all the time why I prefer architecture using Lambda over EC2 and here's why: 1) Pay-per-Use Model: One of the best advantages o...... читать далее

aws architecture productivity cloud

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

What is Composable Architecture? Composable architecture is a design approach that breaks down traditional monolithic systems into smaller, independent, and reusable components. These components, or "building blocks," can be easily combined, recomb...... читать далее

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

Microservice architecture, while powerful and flexible, comes with its own set of immense headaches. This is especially true when it comes to error management. Tracking down errors in a complex web of containerized services can feel like looking for...... читать далее

programming microservices express errors

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

Introduction In this series of articles I want to describe private communication solutions between a client and a server. What does private mean? It means that I want to access or manipulate my own private data that is stored on a server, and it sh...... читать далее

angular authentication cookies

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

AWS application integration empowers seamless connections between decoupled components within microservices, distributed systems, and serverless applications. Communication can occur directly via well-defined point-to-point APIs or asynchronously thr...... читать далее

aws appintegration cloud

Разработка habr.com 16 мая 2024 г. 8:21

Примерно 5 годами ранее появления FastAPI была обнародована идеология построения легковесных микросервисов на Django, которая стала актуальной только после внедрения асинхронности в этом фреймворке.Хотя в последней (на момент написания статьи) версии...... читать далее

python django microservices architecture

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

Introduction: In the fast-paced world of containerization, Docker has become the go-to solution for building, deploying, and managing applications. At the heart of Docker's efficiency lies the Dockerfile, a simple yet powerful script that automates t...... читать далее

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

As a leader of a mobile app development company, I see businesses needing help with their old applications. These apps are often built years ago and need help to keep up with the fast-changing technological landscape. They can become cumbersome and v...... читать далее

mobile guide tools beginners

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

Continuous Integration (CI) and Continuous Deployment (CD), also known as Continuous Delivery (CD), are software development approaches that automate the process of creating, testing, and deploying software. These methods ensure that the production e...... читать далее

cicd interviewquestions softwaretesting automationtesting

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

Before we start, let’s talk a little bit about what is an API REST and why we should be careful about versioning. Versioning REST API When you have an API that multiple applications can consume, you should strongly consider using versioni...... читать далее

restapi rest programming

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

When you first start building AI applications with generative AI, you'll likely end up using OpenAI's API at some point in your project's journey. And for good reason! Their API is well-structured, fast, and supported by great libraries. At a small s...... читать далее

ai devops kubernetes opensource

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

This article is first published in the medium MPP plan. If you are a medium user, please follow me in medium. Thank you very much. Learn how to optimize SQL queries for better performance Thanks to Moore's Law, computer performance has greatly imp...... читать далее

mysql performance

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

Overview The rapid growth of AI technology has led companies and developers to explore integrating AI into applications to enhance user experience, optimize processes, and innovate business models. Microservice architecture, favored for its flexibi...... читать далее

machinelearning microservices springboot java

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

Migrating from legacy systems to modern architectures or platforms is a common challenge faced by organizations aiming to improve efficiency, scalability, and maintainability. Legacy systems often pose several obstacles due to outdated technology, de...... читать далее

webdev javascript react node

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

Java is one of the most popular and widely-used programming languages for backend development, powering many large-scale web applications and enterprise systems. If you're interested in pursuing a career as a Java backend developer, here's a comprehe...... читать далее

java backenddevelopment backend springboot

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

What made me think Once I worked in a company, where we had native mobile apps for Android and iOS, including tablets. With mostly the same features. And even looked the same, meaning the Android app was imitating native iOS behaviors (for whatever...... читать далее

rewrite devtips android softwaredevelopment