Explore >> Select a destination


You are here

martinfowler.com
| | herbertograca.com
2.9 parsecs away

Travel
| | Documenting Software Architecture When we need to explain to someone else (new developer, product owner, investor, ...) how the application works, we need documentation. But what documentation options do we have that can express the whole application building blocks and how it works?! In this post I'm going to write about: - UML - 4+1...
| | akos.ma
3.6 parsecs away

Travel
| | Let's take a somewhat tangential approach to the subject of the Microservices architecture. Most discussions about it are centered around technological aspects; which language to choose, how to create the most RESTful services, which service mesh is the most performant, etc.
| | techsavvypriya.wordpress.com
4.2 parsecs away

Travel
| | "Hello World" function(Lambda) for AWS using the serverless framework https://serverless.com/ What is Serverless Architecture? Serverless architectures refer to applications that significantly depend on third-party services (knows as Backend as a Service or "BaaS") or on custom code that's run in ephemeral containers (Function as a Service or "FaaS"), the best-known vendor host of which currently...
| | ncorti.com
39.1 parsecs away

Travel
| Setting up a Continuous Integration system for your Android App on Github has never been so easy with Github Actions