Category: General
DataCentre TCP
Azure: Migrate Blob via C#
Goal: In this blob post, we will be diving into the world of Azure Development in C#. To get you used to using Azure’s C# but still keeping your in familiar territory, we will be implementing a quick program to Migrate blobs from one container to the another! The goal…
Making .sh file in AWS CloudShell
What is AWS CloudShell? AWS CloudShell is an easy-to-use cloud computing service to deploy and manage your other cloud services inside of a CLI (Command Line Interface). It is an effective way to manage your AWS cloud applications and infrastructure in a large-scale environment. CloudShell helps to streamline the process…
Retrieving Tweets from Twitter using Azure Functions
Twitter has become a very important social media site for society and the data it holds i.e., tweets is of immense importance for both academics and professionals. There are open and paid twitter datasets available for researchers and professional for their use case. But more often one might need tweets…
Deploying pretrained machine learning model via AWS SageMaker
AWS SageMaker is Amazon’s cloud offering to create, train and deploy machine learning models at scale in the cloud. With SageMaker it also becomes easy to make these processes automated so that the developers can utilize. While training a machine learning, ML, model might be ideal to tailor it one’s…
Overview of Amazon Neptune
Amazon Neptune, it is a graph-based database service from Amazon. This system made it easy to build and run applications that work with highly connected datasets. The core of Neptune is a purpose-built, high-performance graph database engine. This engine is optimized for storing billions of relationships and querying the graph…
Amazon MQ
Amazon MQ is a managed message broker service that makes it easy to migrate to a message broker in the cloud. A message broker allows software applications and components to communicate using various programming languages, operating systems, and formal messaging protocols. Currently, Amazon MQ supports Apache ActiveMQ and RabbitMQ engine types. Creating and connecting to a…
UiPath Automation Cloud
Hello! In my last blog I talked about Robot Motion Planning. I also gave you a brief introduction to UiPath and its service. Automation Cloud. This blog will take your knowledge of UiPath and its service Automation Cloud a step further. If you did not read it yet, you should do…
Manual way of creating StoreFront APIs using Postman collection
Back to project Creating/Adding Request to collection Common Steps for Every Request If you highlight the collection you created, you can see an ellipses icon. Click on the ellipses icon, and you will see a menu which has an “add request” option in it. Click on it. JWT Token API…