API stands for Application Programming Language, API testing mainly focuses on testing themselves on API directly and also used as a part of integration testing to check the compatibility, security and to verify functional paths, functionality and reliability between two different applications. The whole new generation prefers API instead of GUI testing because it is considered as the most stable interface to do the system under test. API automation can help to increase efficiency and expedite the testing. Here we emphasize, how to automate the API test using serverless technologies, including AWS CodePipeline and AWS CodeBuild, along with Postman.
Technical Articles
We are glad to inform you that SupportPRO added another jewel to our crown recently as we achieved cPanel SafeAdmin Accreditation. The Certification is to ensure that the sysadmin companies have a resistant awareness of safe, secure, and effective Linux and cPanel & WHM server administration methods. It is very important to mention that cPanel Certification gives the opportunity to acquire an admirable value for our company from our current and future clients. The best thing about the cPanel certification process is that it follows industry standards and their training materials are inline with their new releases. At SupportPRO, we regularly go through cPanel training programs and hence our staff is up-to-date with their new features, add-ons, and any security …
TeamCity is a powerful Continuous Integration (CI) and Continuous Delivery (CD) tool developed by JetBrains. It is written in the Java programming language and helps development teams automate the process of building, testing, and deploying software projects. TeamCity is widely used by organizations that want to streamline their development workflow and ensure that code changes are continuously tested and integrated. It is a commercial, proprietary tool designed primarily for business environments that require reliable CI/CD automation. Architecture of TeamCity TeamCity uses a distributed architecture that consists of two main components: the TeamCity Server and Build Agents. Together, they manage and execute the build process efficiently. 1. TeamCity Server The TeamCity Server is the central component of the system. It is …
Network configuration in Ubuntu 18.04 LTS using netplan
With Ubuntu 18.04 onwards, configuring IP addresses stands different from the older versions. When comparing with the previous versions the Ubuntu is using a new utility called Netplan – another order line arrange design utility, to arrange an IP address. Netplan has been presented by Ubuntu engineers in Ubuntu 17.10 where we no longer use the “interfaces” file to configure IP address but does the task using a YAML file with all default arrangement documents found under /etc/netplan/ directory. In this blog, we will check on how to design static and dynamic IP address in Ubuntu 18.04 LTS server. (more…)
cPanel had introduced different Tiers for the customers. 1. Solo: Only one hosting account is allowed and it is suitable for small businesses. 2. Admin: This package can create only 5 accounts and it is suitable for middle-level business members.
Amazon SageMaker is a fully managed cloud platform that helps developers and data scientists build, train, and deploy machine learning (ML) models quickly. It provides a complete set of tools that simplify the machine learning process and reduce the effort required to manage infrastructure. Instead of handling complex setup tasks, developers can focus on creating and improving machine learning models while AWS manages the underlying infrastructure. What is Amazon SageMaker? Amazon SageMaker is a cloud-based machine learning platform from Amazon Web Services that enables developers and data scientists to create, train, and deploy ML models efficiently. The service handles much of the heavy lifting involved in machine learning workflows, including infrastructure management, scaling, and deployment. As a result, developers can …
GitLab for CI/CD
GitLab, as you know is a web-based DevOps tool that offers functionality to automate entire lifecycle spanning from planning to creation, build, verify, testing, deploying, etc. GitLab CI/CD is a built-in tool of GitLab that allows you to apply major methods of Continuous Integration, Delivery, and Deployment etc to your software. Thus any third-party applications or integrations is not needed. This blog gives you an insight on GitLab CI/CD tool for continuous software development methodologies. (more…)
Introduction As per the new global update, it was announced that cPanel is changing its ownership which has been acquired by Oakley Capital, an investment group also in charge of Plesk. Oakley Capital acquired Plesk in May 2017, while Plesk in turn, acquired SolusVM which supplies software for VPS management, among other things. They are focusing on easing the common upgrade path from shared-customer to private cloud-customer. The new structure opens up the possibility of deploying lower density customer instances neglecting the need to buy a large multi-Account license. It defines the price of each license as based on the number of Accounts hosted on the server. By continuing to focus on the user experience and considering cPanel’s Account density …
Continuous Integration (CI) and Continuous Deployment (CD) defines a culture, a set of operating/manipulating principles, and collection of practices that allow application development teams to deliver code changes more regularly and in an accurate way.
Datadog is a monitoring platform for cloud applications which automatically detects potential application and infrastructure issues as it observes trends and patterns in application metrics like error rate, request rate, and latency—and unexpected behavior. (more…)