All articles from: Architecting
Protocols for file transfer to remote servers have been around since the dawn of computer networking. FTP (exactly, File Transfer […]
High-Performance Computing (HPC) has ballooned in importance in the last few years and produced truly remarkable results: from Fluidodynamics to […]
The Serverless paradigm nowadays is a common way to implement novel web-based and mobile applications: differently from the classical architecture […]
Design a microservices-based application presents some challenges such as service discovery, standardize internal cross-service communication, services synchronization, and much more. […]
Stateful vs. Stateless: the good, the bad and the ugly In the era of SaaS services, building stateless microservices seems […]
Welcome back to our series of blog posts dedicated to SaaS Enablement. After our deep-dive about refactoring a monolith into […]
In this final article of our 3 part analysis (you can read here the first part and the second part) […]
In the first article of our 3 part journey on how to break down a Monolithic application we have started […]
As applications grow in time, adding new features, with complex logic, many different interactions and coupling between components, it becomes […]
Nowadays cloud architectures are more serverless than ever before. We deploy our products using CloudFormation templates and deployment scripts, and […]