Tag: microservices
Found 318 results for 'microservices'.
1) cookies - Setting httponly secure cookies in microservice architecture
2) authentication - Microservice security: How to perform authorization + services also need auth checks individually?
3) api-design - Message validation in async messaging-based services
4) c# - What are the benefits of multiple projects over namespaces in a solution?
5) rest - Microservices based API, how to handle long lists requests
6) domain-driven-design - DDD - Domain events vs application events
7) microservices - How to replace parallel async calls between micro services with event based communication
8) microservices - Handling Errors in a Microservice architecture and asynchronous message queue
9) microservices - Messaging between microservices on AWS
10) architecture - Is shared message types a design smell?
11) rest - Appropriate HTTP status code when authorization server is unavailable
12) microservices - How to handle input validation in microservices for duplicated data
13) rest - HTTP POST request status 200 vs 204 vs 404
14) domain-driven-design - Organizing Visual Studio solution for microservices?
15) domain-driven-design - What is the most appropriate way to launch an API gateway on a massive domain?
16) json - Consuming external APIs within the microservice architecture
17) database - How to handle database connection drops?
18) php - How to consume external RESTful API with Symfony?
19) design-patterns - Different Redis instances for different microservices?
20) security - Microservices and authorization
21) microservices - How to handle authentication & authorization inside microservices
22) design - Event Driven Microservice Architecture & Dealing with synchronous external neighboring systems
23) database-design - Micro-service database management?
24) architecture - Autonomous Microservices, event queues and service discovery
25) architecture - Sharing data between services in events based architecture
26) rest - Command Waiting On Event Sourcing Micro-services
27) error-handling - Upstreaming microservices errors
28) microservices - Designing alerting micro service
29) rest - How to limit the amount of requests by minute to a external system on a micro services environment?
30) microservices - How to delegate the refresh token renewal in a SOA
31) rest - What is the common practice to serve a REST API based request asynchronously?
32) architecture - How to design asynchronous communication in microservices?
33) microservices - How to keep authentication in user context in reactive programming?
34) design - Microservice Architecture - using Auth Server as a User Resource server
35) architecture - Acceptable to use synchronous call to another microservice for time-sensitve state change?
36) architecture - Communication between microservices - distinguishing internal calls safely
37) python - How can I create a Python microservice on AWS that both accepts REST connections and processes SQS messages?
38) architecture - .NET Core Microservice messaging with Amazon SNS and SQS
39) architecture - An API+Worker architecture with a shared DB
40) microservices - Event Driver Microservice Can Storage Sent Message?
41) rest - What to include in a (Batch) POST/PATCH results/errors for results for pragmatic REST API
42) microservices - How to ensure data consistency between 2 microservices while both having write permissions
43) microservices - Microservices without data duplication
44) .net - Clean Architecture and Microservices
45) domain-driven-design - How far to go when decoupling Microservices by use of Integration Events (Messages)?
46) architecture - Microservices architecture: Divide micro services by user roles alone
47) c# - Managing Database Access for MicroServices
48) api-design - Maintaining and documenting API endpoints of many applications in a microservice architecture
49) microservices - Messages' translations in microservice architecture
50) architecture - Email service in microservice architecture