Design a site like this with WordPress.com
Get started

[15] – Will GraphQL make REST API paradigm obsolete?

Image Credit: http://www.shutterstock.com, http://www.networkworld.com Please pardon the provocative title. If we want to be dramatic, we can answer the above question as YES. But the answer is NO. GraphQL will Not make REST programming model obsolete. However, if you are contented with this answer, you are missing the bigger picture. There are so many technology … Continue reading [15] – Will GraphQL make REST API paradigm obsolete?

[14] [ProjectX] – Provision multiple zero-cost serverless environments easily

Source code: https://git.io/fj2UZ In our last blog post, we saw how Serverless framework (SLS) is the best way to create/deploy serverless projects. In this one, we will see how we can provision multiple environments easily using serverless framework without paying any money for it. 1. Stages and Environments Any decent size IT projects developed using … Continue reading [14] [ProjectX] – Provision multiple zero-cost serverless environments easily

[13] [ProjectX] – Serverless framework – Best Deployment option

Source code: https://git.io/fjz13 Until now, we have learnt the following methods of deploying serverless applications to AWS cloud Using AWS Console Using AWS CLI Using AWS CloudFormation Using Claudia.js framework Using AWS Serverless Application Model (SAM) Now let’s look at the last and best method for deployment. This uses a framework called Serverless framework (https://serverless.com/). … Continue reading [13] [ProjectX] – Serverless framework – Best Deployment option