sid92.hashnode.devHave You Heard Of Klotho ?What is Klotho? Klotho is a very awesome platform that makes developers construct AWS / GCP architectures from code. Klotho applies static analysis to create an adaptive architecture based on in-code annotations it introduces. It also produces the fi...Feb 28, 2023路7 min read
sid92.hashnode.devDeploy a REST API using Serverless, Express and Node.js - Part 1What is Serverless ? Serverless is a framework which allows to setup and run web applications with ease. Serverless can be used to connect to various cloud providers and use the service of the clouds to run our app. The benefits are a lot like lightn...May 12, 2022路7 min read
sid92.hashnode.devEmployee Viewer API - Node, Express, Mongo - Part 2This is Part 2 of the series, you can navigate to Part 1 as this will contain basics of what I am going to build. Introduction Thank you for so much views and likes for my Part 1 of the series 馃憤. Previously, we saw about the setup of the basics of...Aug 5, 2021路9 min read
sid92.hashnode.devEmployee Viewer API - Node, Express, Mongo - Part 1Introduction I will be building a very simple REST API for my React Native App - Employee Viewer. I will show the basics of creating the API. Because this API is not going to be too complex for now. We will add functionalities as the React Native App...Aug 4, 2021路4 min read
sid92.hashnode.devHow to create a Virtual Machine in Azure ?Microsoft Azure has been in the cloud service provider market for a very long time. Its cloud services are really good and they have tons of different services that they provide. Today I will be writing about on how to create a Virtual Machine in Azu...Jul 30, 2021路5 min read