Startertutorials Blog
Tutorials and articles related to programming, computer science, technology and others.
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

Java Microservices on AWS: Best Practices for Scalability and Resilience

Categories: Cloud. No Comments on Java Microservices on AWS: Best Practices for Scalability and Resilience

Overview Java Microservices on AWS is a modern approach to building and deploying applications that is gaining popularity in the software development community. The approach involves breaking down a large application into small, independent services, each with its own functionality, and deploying them on a cloud infrastructure such as AWS. This allows for greater scalability […]

Read the rest of this entry »

Openstack Ocata Installation on Ubuntu 16.04

Categories: Cloud. 1 Comment on Openstack Ocata Installation on Ubuntu 16.04

  Following are instructions for installing OpenStack (ocata) on Ubuntu 16.04 LTS VM.   When creating Ubuntu VM, the RAM size must be at least 4GB. Otherwise, OpenStack may show errors while installing.   Add user named “stack” using the following command: sudo useradd -s /bin/bash -d /opt/stack -m stack   Assign no password for […]

Read the rest of this entry »

Cloud Computing Trends, Challenges, and Surveys

Categories: Cloud and Cloud Computing. 1 Comment on Cloud Computing Trends, Challenges, and Surveys

This article contains links to various resources on the web that disseminate knowledge with respect to cloud computing trends, challenges in its adoption, and various surveys related to cloud technology.   My main intention to create this article/post is to save these links for my future research related to cloud and its security. May be […]

Read the rest of this entry »