Konstantin Glumov on Software Development Trends in 2024: Microservices, Cloud Computing and More
#microservices #cloudcomputing #techtrends #distributedsystems
https://hackernoon.com/konstantin-glumov-on-software-development-trends-in-2024-microservices-cloud-computing-and-more
#microservices #cloudcomputing #techtrends #distributedsystems
https://hackernoon.com/konstantin-glumov-on-software-development-trends-in-2024-microservices-cloud-computing-and-more
Hackernoon
Konstantin Glumov on Software Development Trends in 2024: Microservices, Cloud Computing and More
Konstantin Glumov talks 2024 tech trends: microservices, cloud computing, and learning's key role for developers, highlighting IaaS growth and Kotlin.
How to Use AWS Lambda Authorizer for Flexible and Scalable Web Service Authorization
#cloudcomputing #aws #frontenddevelopment #backenddevelopment #microservices #security #awslambda #lambdaauthorizer
https://hackernoon.com/how-to-use-aws-lambda-authorizer-for-flexible-and-scalable-web-service-authorization
#cloudcomputing #aws #frontenddevelopment #backenddevelopment #microservices #security #awslambda #lambdaauthorizer
https://hackernoon.com/how-to-use-aws-lambda-authorizer-for-flexible-and-scalable-web-service-authorization
Hackernoon
How to Use AWS Lambda Authorizer for Flexible and Scalable Web Service Authorization | HackerNoon
On one of the projects I worked on, there were 8 services that used Auth0 for front-end authentication and a rotated static token for back-end authentication.
How to Build a Resilient Microservice Architecture With Java
#softwarearchitecture #microservices #microservicearchitecture #javaprogramming #cloudnativedevelopment #faulttolerance #javaframeworks #javatutorial
https://hackernoon.com/how-to-build-a-resilient-microservice-architecture-with-java
#softwarearchitecture #microservices #microservicearchitecture #javaprogramming #cloudnativedevelopment #faulttolerance #javaframeworks #javatutorial
https://hackernoon.com/how-to-build-a-resilient-microservice-architecture-with-java
Hackernoon
How to Build a Resilient Microservice Architecture With Java
Learn how to build fault-tolerant, scalable microservices using Java programming and Docker containers.
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
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.