Passed AWS Certified Solutions Architect – Associate
Today I passed AWS Certified Solutions Architect – Associate and here is my journey.
Java 8 tutorial
We're going to look into most important changes in Java 8 and incorporating it into our development.
Aggregate Operations in Java 8
In this post we are going to look how to use aggregate operations in Java 8.
Method References in Java 8
In this post we are going to look how to use method references that was introduced in Java 8.
Asynchronous Programming in Java 8
We will discuss new ways to process data asynchronously using Java 8. We will look into CompletableFuture API.
Lambda Expressions in Java 8
In this post we are going to dive deep on lambda expressions in java 8.
Remove Single Points of Failure: Design Principle for Cloud Architecture
We will look into techniques on removing single points of failure for our cloud applications.
Serverless Management And Deployment: Design Principle for Cloud Architecture
We will look into use cases of serverless management and deployment. Moreover, when not to use this principle.
Disposable Resources Instead of Fixed Servers: Design Principle for Cloud Architecture
We will look into dynamic provisoned nature of cloud computing.
Scalability: Design Principle for Cloud Architecture
We will look into how to create a scalable cloud native application.