Recent Posts
What is IaaS (Infrastructure as a Service)?
As digitalization continues to disrupt industry after industry, the “everything-as-a-service” business model is one of the most important shifts. By reducing the…
Read MoreWhat is PaaS (Platform as a Service)?
One of the most prominent technology trends during the last decade is the rise of the “everything-as-a-service” business model. PaaS (Platform-as-a-Service) belongs…
Read MoreComparison of REST vs. SOAP API
TLDR: Unlike REST (REpresentational State Transfer), SOAP (Simple Object Access Protocol) is a messaging service. REST operations are data-driven, whereas SOAP is…
Read MoreSuper Easy Batch Processing with Docker and IronWorker
Batch processing means getting a lot of one type of task done all in one go, saving time, effort and…
Read MoreEvery Web Application Needs a Background Processing Queue
Every web application has crucial tasks that need to run in the background. They run outside of the main web…
Read MoreWhat is a Docker Image? (And how do you use one with IronWorker?)
Love them or hate them, containers have become part of the infrastructure running just about everything. From Kubernetes to Docker,…
Read MoreWhat is Python Celery?
Celery is an implementation of the task queue concept, one that significantly enhances the end user’s experience. It also benefits…
Read MoreAnother As A Service? What is the Difference Between IaaS, CaaS, PaaS, and FaaS?
One of the biggest trends in enterprise IT over the past decade is the explosion of the “as a service”…
Read MoreWhat is Cloud Elasticity?
Cloud elasticity is one of the most important features of cloud computing, and a major selling point for organizations to…
Read MoreThe Pros and Cons of Cloud Elasticity
Introduction Cloud elasticity comes with a wide range of benefits-but also some potential drawbacks that you should be aware of…
Read MoreDocker Container: How to Create a Docker Container
How to Create a Docker Container App development and deployment now needs to be slicker and simpler than ever. To…
Read More