top of page

Technology Insights & Software Development News


Streamlining Multi-Cloud Management with Terraform: A Beginner's Guide
What is Terraform ? Terraform is an open source tool that uses a declarative language called HashiCorp Configuration Language (HCL) to define the desired state of the infrastructure. It supports multiple cloud service providers, such as AWS , Azure , Google Cloud Platform , and others, making it an extremely flexible and powerful tool for multi-cloud environments. Terraform's core workflow consists of three stages: Write : identifying resources that may be across multiple clo
Aug 6, 20242 min read


.http Files in Visual Studio
.http file editor provides an easy and convenient way to test Web APIs directly in Visual Studio
Jun 13, 20242 min read


Automated Testing in Amexis: Overview
Software testing is an important activity in software development that is performed to make sure that the software works as expected and meets the specifications and requirements. Testing helps to reduce the number of bugs in the software and ensure high reliability and quality. In our project, we try to apply as many and different tests as possible. We have successfully implemented Unit tests, Load tests, Manual tests, Mobile application tests and automated testing. In this
Mar 1, 20245 min read
bottom of page