SLI, SLO, and SLA: Your Terminology Guide
#servicelevelindicators #everyoneshouldknowaboutit #sla #sli #slo #microservices #programming #sre
https://hackernoon.com/sli-slo-and-sla-your-terminology-guide
#servicelevelindicators #everyoneshouldknowaboutit #sla #sli #slo #microservices #programming #sre
https://hackernoon.com/sli-slo-and-sla-your-terminology-guide
Hackernoon
SLI, SLO, and SLA: Your Terminology Guide | HackerNoon
Understanding SLI, SLO, and SLA is crucial for businesses.
Building Resilient Systems With Retry Patterns
#programming #microservices #softwarereliability #transienterrors #networkerrors #errorhandling #retrypatterns #errortypes
https://hackernoon.com/building-resilient-systems-with-retry-patterns
#programming #microservices #softwarereliability #transienterrors #networkerrors #errorhandling #retrypatterns #errortypes
https://hackernoon.com/building-resilient-systems-with-retry-patterns
Hackernoon
Building Resilient Systems With Retry Patterns
This is an article about designing a retry mechanism for reliable systems. It discusses what retry patterns are and why they are needed.
Hacking Backward and Forward-Compatible Application Releases
#softwarearchitecture #backwardcompatibility #microservices #releasemanagement #versioning #versioncontrol #forwardcompatibility
https://hackernoon.com/hacking-backward-and-forward-compatible-application-releases
#softwarearchitecture #backwardcompatibility #microservices #releasemanagement #versioning #versioncontrol #forwardcompatibility
https://hackernoon.com/hacking-backward-and-forward-compatible-application-releases
Hackernoon
Hacking Backward and Forward-Compatible Application Releases
Discover effective strategies and best practices for maintaining backward and forward compatibility in microservices architectures.
Streamlining Kafka Integration Testing: Isolation with Testcontainers and Spring Boot 3.1
#springframework #integrationtesting #kafka #testcontainers #softwaretesting #springboot #microservices #testisolation
https://hackernoon.com/streamlining-kafka-integration-testing-isolation-with-testcontainers-and-spring-boot-31
#springframework #integrationtesting #kafka #testcontainers #softwaretesting #springboot #microservices #testisolation
https://hackernoon.com/streamlining-kafka-integration-testing-isolation-with-testcontainers-and-spring-boot-31
Hackernoon
Streamlining Kafka Integration Testing: Isolation with Testcontainers and Spring Boot 3.1 | HackerNoon
Kafka integration testing with Testcontainers and Spring Boot 3.1, ensuring test isolation and full message access for reliable and efficient tests.
Choosing the Best Protocol: gRPC vs. Apache Thrift
#golang #microservices #grpc #protocol #communicationprotocol #grpcvsapachethrift #shouldiuseapachethrift #shouldiusegrpc
https://hackernoon.com/choosing-the-best-protocol-grpc-vs-apache-thrift
#golang #microservices #grpc #protocol #communicationprotocol #grpcvsapachethrift #shouldiuseapachethrift #shouldiusegrpc
https://hackernoon.com/choosing-the-best-protocol-grpc-vs-apache-thrift
Hackernoon
Choosing the Best Protocol: gRPC vs. Apache Thrift
The choice of communication protocol can significantly impact your applications' performance, scalability, and maintainability.
Templating in Software Development: Taking a Deeper Look
#softwaredevelopment #softwarearchitecture #microservices #programmingtemplates #authentication #authorization #howtostreamlineyourproject #hackernoontopstory
https://hackernoon.com/templating-in-software-development-taking-a-deeper-look
#softwaredevelopment #softwarearchitecture #microservices #programmingtemplates #authentication #authorization #howtostreamlineyourproject #hackernoontopstory
https://hackernoon.com/templating-in-software-development-taking-a-deeper-look
Hackernoon
Templating in Software Development: Taking a Deeper Look
Explore how templating in software development can streamline your projects.
How to Build Your Own TODO-list Service With Golang and MongoDB
#mongodb #golang #microservices #compass #todolist #howtobuildatodolist #golangtutorial #mongodbguide
https://hackernoon.com/how-to-build-your-own-todo-list-service-with-golang-and-mongodb
#mongodb #golang #microservices #compass #todolist #howtobuildatodolist #golangtutorial #mongodbguide
https://hackernoon.com/how-to-build-your-own-todo-list-service-with-golang-and-mongodb
Hackernoon
How to Build Your Own TODO-list Service With Golang and MongoDB
Many have wondered how a simple task sheet or applications that provide such functionality work. In this article, we will write a small TODO service.
Event Bus in Microservice Architecture With RabbitMQ and Python
#architecture #eventdrivenarchitecture #rabbitmq #python #microservices #softwaredevelopment #eventdrivenmicroservicearchitecture #whatisaneventbus
https://hackernoon.com/event-bus-in-microservice-architecture-with-rabbitmq-and-python
#architecture #eventdrivenarchitecture #rabbitmq #python #microservices #softwaredevelopment #eventdrivenmicroservicearchitecture #whatisaneventbus
https://hackernoon.com/event-bus-in-microservice-architecture-with-rabbitmq-and-python
Hackernoon
Event Bus in Microservice Architecture With RabbitMQ and Python
An “Event bus” is a design pattern that enables different parts of a software system to communicate with each other by publishing and subscribing events. Produc
How FIFO Mechanisms in Message Brokers Ensure Message Order
#distributedsystems #apachekafka #microservices #messageordering #azureservicebus #amazonsqsfifoqueues #messagebrokerfifo #messagebrokersynchronization
https://hackernoon.com/how-fifo-mechanisms-in-message-brokers-ensure-message-order
#distributedsystems #apachekafka #microservices #messageordering #azureservicebus #amazonsqsfifoqueues #messagebrokerfifo #messagebrokersynchronization
https://hackernoon.com/how-fifo-mechanisms-in-message-brokers-ensure-message-order
Hackernoon
How FIFO Mechanisms in Message Brokers Ensure Message Order
Explore the First In First Out (FIFO) mechanism in message brokers and learn how to maintain message order across different systems.
gRPC-Secret: Mastering Deadlines, Timeouts, and Custom Contexts
#golang #grpc #microservicearchitecture #microservices #grpcguide #requesttimeouts #hackernoontopstory #grpcdeadlinedefinition
https://hackernoon.com/grpc-secret-mastering-deadlines-timeouts-and-custom-contexts
#golang #grpc #microservicearchitecture #microservices #grpcguide #requesttimeouts #hackernoontopstory #grpcdeadlinedefinition
https://hackernoon.com/grpc-secret-mastering-deadlines-timeouts-and-custom-contexts
Hackernoon
gRPC-Secret: Mastering Deadlines, Timeouts, and Custom Contexts
gRPC is an open-source remote procedure call (RPC) framework. It enables efficient and scalable communication between services.
Introducing FauxRPC: How Does it Work?
#protobuf #grpc #connectrpc #rest #api #testing #microservices #fauxrpc
https://hackernoon.com/introducing-fauxrpc-how-does-it-work
#protobuf #grpc #connectrpc #rest #api #testing #microservices #fauxrpc
https://hackernoon.com/introducing-fauxrpc-how-does-it-work
Hackernoon
Introducing FauxRPC: How Does it Work?
FauxRPC is a powerful tool that makes fake gRPC/gRPC-Web/Connect and REST servers from protobuf
OpenTelemetry SDK: Concepts & Design
#observability #opentelemetry #python #distributedsystems #microservices #sdk #opentelemetrysdk #opensource
https://hackernoon.com/opentelemetry-sdk-concepts-and-design
#observability #opentelemetry #python #distributedsystems #microservices #sdk #opentelemetrysdk #opensource
https://hackernoon.com/opentelemetry-sdk-concepts-and-design
Hackernoon
OpenTelemetry SDK: Concepts & Design
How OpenTelemetry SDK does distributed tracing, metrics collection and log recording.
Beyond Microservices: Why Platform Engineering is the Key to Future-Proofing Software Architectures
#microservices #platformengineering #futureproofing #softwarearchitecture #monolithstomicroservices #modernsoftwarechallenges #pillarsofplatformengineers #dockerandkubernetes
https://hackernoon.com/beyond-microservices-why-platform-engineering-is-the-key-to-future-proofing-software-architectures
#microservices #platformengineering #futureproofing #softwarearchitecture #monolithstomicroservices #modernsoftwarechallenges #pillarsofplatformengineers #dockerandkubernetes
https://hackernoon.com/beyond-microservices-why-platform-engineering-is-the-key-to-future-proofing-software-architectures
Hackernoon
Beyond Microservices: Why Platform Engineering is the Key to Future-Proofing Software Architectures
Platform engineering offers scalable, efficient, and integrated solutions to overcome microservices' operational complexities.
Applying Transitive Closure to Sort Products Into Categories, Considering Nesting and Overlaps
#datamanagement #softwarearchitecture #productcategorization #graphtheory #microservices #optimizedatastorage #transitiveclosure #advancedindexing
https://hackernoon.com/applying-transitive-closure-to-sort-products-into-categories-considering-nesting-and-overlaps
#datamanagement #softwarearchitecture #productcategorization #graphtheory #microservices #optimizedatastorage #transitiveclosure #advancedindexing
https://hackernoon.com/applying-transitive-closure-to-sort-products-into-categories-considering-nesting-and-overlaps
Hackernoon
Applying Transitive Closure to Sort Products Into Categories, Considering Nesting and Overlaps
A guide to efficiently managing nested categories and overlapping products, ensuring fast retrieval without duplicates in e-commerce systems.
How to Build a Microservices Architecture with Node.js and RabbitMQ
#nodejs #microservicearchitecture #softwarearchitecture #softwareengineering #rabbitmq #monolithicarchitecture #messagebroker #microservices
https://hackernoon.com/how-to-build-a-microservices-architecture-with-nodejs-and-rabbitmq
#nodejs #microservicearchitecture #softwarearchitecture #softwareengineering #rabbitmq #monolithicarchitecture #messagebroker #microservices
https://hackernoon.com/how-to-build-a-microservices-architecture-with-nodejs-and-rabbitmq
Hackernoon
How to Build a Microservices Architecture with Node.js and RabbitMQ
In this article, we will be exploring the concept of Microservice Architecture, and implementing basic microservices-driven software using Node.js and RabbitMQ.
Mastering Microservices: Building Effective Architecture Governance for Scalability and Stability
#microservices #microservicearchitecture #governance #cloudnative #devop #developertools #devopstools #architecturegovernance
https://hackernoon.com/mastering-microservices-building-effective-architecture-governance-for-scalability-and-stability
#microservices #microservicearchitecture #governance #cloudnative #devop #developertools #devopstools #architecturegovernance
https://hackernoon.com/mastering-microservices-building-effective-architecture-governance-for-scalability-and-stability
Hackernoon
Mastering Microservices: Building Effective Architecture Governance for Scalability and Stability
Use the right tools to regain control of microservices with architecture governance to boost scalability, reduce complexity, and maintain system resiliency.
Protobuf Under the Hood: How Serialization and Deserialization Work in Go
#webdevelopment #microservices #microservicearchitecture #protobuf #go #golang #serialization #deserialization
https://hackernoon.com/protobuf-under-the-hood-how-serialization-and-deserialization-work-in-go
#webdevelopment #microservices #microservicearchitecture #protobuf #go #golang #serialization #deserialization
https://hackernoon.com/protobuf-under-the-hood-how-serialization-and-deserialization-work-in-go
Hackernoon
Protobuf Under the Hood: How Serialization and Deserialization Work in Go
Protocol Buffers (Protobuf) is a fast, efficient, and language-agnostic data serialization mechanism.
Messaging Pattern In Micro Service Integration
#microservicearchitecture #microservices #messagingpattern #monolithicintegration #interservicecommunication #messagingsystem #eventdrivenarchitecture #messagebusarchitecture
https://hackernoon.com/messaging-pattern-in-micro-service-integration
#microservicearchitecture #microservices #messagingpattern #monolithicintegration #interservicecommunication #messagingsystem #eventdrivenarchitecture #messagebusarchitecture
https://hackernoon.com/messaging-pattern-in-micro-service-integration
Hackernoon
Messaging Pattern In Micro Service Integration
This article provides information to developers who are considering microservice integration using Event Driven Architecture and Messaging.
When ML Meets Microservices: Engineering for Scalability and Performance
#machinelearning #kafka #rabbitmq #scalability #resilience #gpu #nvidia #microservices
https://hackernoon.com/when-ml-meets-microservices-engineering-for-scalability-and-performance
#machinelearning #kafka #rabbitmq #scalability #resilience #gpu #nvidia #microservices
https://hackernoon.com/when-ml-meets-microservices-engineering-for-scalability-and-performance
Hackernoon
When ML Meets Microservices: Engineering for Scalability and Performance
Discover how combining machine learning with microservices architecture enables scalable, high-performance systems by leveraging modular design, efficient data
Can You Apply Reactive Programming to Legacy Services? This WebFlux Example Says You Can
#reactiveprogramming #kotlin #javareactive #springreactive #springframework #microservices #blockhound #programming
https://hackernoon.com/can-you-apply-reactive-programming-to-legacy-services-this-webflux-example-says-you-can
#reactiveprogramming #kotlin #javareactive #springreactive #springframework #microservices #blockhound #programming
https://hackernoon.com/can-you-apply-reactive-programming-to-legacy-services-this-webflux-example-says-you-can
Hackernoon
Can You Apply Reactive Programming to Legacy Services? This WebFlux Example Says You Can
Is there a reason to keep using legacy services? Probably not! But this is one way to do it and bring it to Reactive!