Contact Information

7154 N University Dr #95,
Tamarac, FL 33321, USA

We Are Available 24/ 7. Email Us.
Software Development

Key Takeaways: Adrian Cockcroft’s talk on Netflix, CD, and Microservices – DZone DevOps

One of the big draws of the O’Reilly Software Architecture Conference was Adrian Cockcroft’s talk, “Deliver Faster and Spend Less with Cloud Native Microservices.”  Cockcroft

Software Development

Discussing Backend for Front-end – DZone Microservices

In the good old days, applications were simple. A browser sent a request to a web app endpoint; the latter fetched data from a database

Software Development

When Microservices Are a Bad Idea – DZone DevOps

On paper, microservices sound wonderful. They are modular, scalable, and fault tolerant. A lot of companies have had great success using this model, so microservices

Software Development

Automatically Creating Microservices Architecture Diagrams – DZone Java

In application development, microservices is an architectural style where larger applications are structured as a collection of smaller, independent, yet interconnected services. While this allows

Software Development

Externalize Microservice Configuration With Spring – DZone Microservices

In a microservices system, we might need or want to externalize configuration so that we can abstract sensitive data or credentials outside the applications. We