When tasked with building scalable, serverless applications, one of the standout AWS services that proved invaluable during my development journey in January 2023 was AWS Step Functions. This fully managed service allowed me to coordinate multiple AWS services into powerful, scalable workflows with ease. AWS Step Functions is essentially a service that lets you designContinue reading “AWS Step Functions: Orchestrating Serverless Workflows for Scalable Applications”
Tag Archives: cloud
Hazelcast: In-Memory Computing for Distributed Data Processing
In another phase of the project, I adopted Hazelcast, an in-memory computing platform, to address the real-time data processing needs of a big data analytics platform. The project required processing and analyzing data from millions of devices in real time, and latency was a key concern for ensuring a responsive user experience.When a data pipelineContinue reading “Hazelcast: In-Memory Computing for Distributed Data Processing”