Recent Articles
Distribute Static Content with Amazon CloudFront
Amazon CloudFront is a fast content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency.
Read moreOne-Stop Guide to Mapping with MapStruct
When we define multi-layered architectures, we often tend to represent data differently at each layer. The interactions between each layer become quite tedious and cumbersome.
Read moreUsing a Jump host to access an RDS database in a private subnet
Back-end server resources like databases often contain data that is critical for an application to function consistently. So these resources are protected from public access over the internet by placing them in a private subnet.
Read moreComplete Guide to Axios HTTP Client
Making API calls is integral to most applications and while doing this we use an HTTP client usually available as an external library.
Read moreTypesafe HTTP Clients with OkHttp and Retrofit
Developers use HTTP Clients to communicate with other applications over the network. Over the years, multiple HTTP Clients have been developed to suit various application needs.
Read moreReactive Architecture with Spring Boot
Microservices are meant to be adaptable, scalable, and highly performant so that they can be more competitive to the other products in the market.
Read more