Minimize DNS Lookups for Faster Web Performance
Minimizing DNS lookups involves reducing the number of times a web page must perform a Domain Name System (DNS) query
Read MoreMinimizing DNS lookups involves reducing the number of times a web page must perform a Domain Name System (DNS) query
Read MoreThis is the 12th post in a series on microservices architecture The deployment process involves two interrelated concepts: Deployment process — In
Read MoreThis is the 11th post in a series on microservices architecture Microservice architectures are distributed architectures. Each external request is
Read MoreThis is the 10th post in a series on microservices architecture As a service, you must implement various cross-cutting concerns
Read MoreThis is the 9th post in a series on microservices architecture When your code invokes a service using a REST
Read MoreThis is the 8th post in a series on microservices architecture Observability is the superset of monitoring. In addition to
Read MoreThis is the 7th post in a series on microservices architecture Designing an application’s external API is made even more
Read MoreThis is the 6th post in a series on microservices architecture You can choose from a wide variety of RPC
Read MoreThis is the 5th post in a series on microservices architecture Services in a microservices architecture should be loosely coupled
Read MoreThis is the 4th post in a series on microservices architecture If you are developing a large, complex application or
Read More