Introduction Raygun is application software, which is used to discover and fix performance issues related to the applications. Raygun act as a central place to monitor their entire stack for problems affecting end-users and also, Raygun provides a complete set of problems as well as workflow tools which allow the user to fix the issues quickly, that tends to improve end-user experiences. Raygun has a feature called crash reporting, which automatically capture, analyze, track, and solve the error. It makes the users capable enough to understand how end-users are experiencing …
Terraform is the first multi-cloud immutable infrastructure tool that was created by HashiCorp. It was released three years ago and written in the Go programming language. Terraform is one of the simplest tools for infrastructure management and it uses a simple code for infrastructure management. Terraform can be used for both existing and custom in-house solutions. (more…)
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…)
What is OPENSHIFT? OpenShift is a PaaS. Basically saying OpenShift is a Cloud-Enabled Application Platform (CEAP). For those who are not sure anymore about PaaS, here is a quick reminder. Platform as a service (PaaS) or Application platform as a service (aPaaS) is a class of distributed computing administrations that gives a stage enabling the client to create, run, and oversee applications without the multifaceted nature of the building and keeping up the foundation commonly connected with creating and propelling an application. (more…)
Bitcoin is a global digital currency that allows people to send and receive money online, even to someone they don’t know or fully trust. Transactions can be made without linking to personal identities, and Bitcoin’s security is powered by advanced cryptography. Key Features of Bitcoin Why Consumers Love Bitcoin Why Merchants Love Bitcoin Why Bitcoin is Better than Traditional Currencies Security and Risks While Bitcoin is secure, users must take precautions: Keeping Bitcoins Safe Advanced: Bitcoin Mining New Bitcoins are created through mining, a process that adds transaction data to …
Nowadays Google Drive is the most commonly used service to store our files as a cloud. Here in this article, it explains how to backup directories to Google Drive using bash script and API. 1. Install Google Drive on the server Use the following link to download Google Drive: https://drive.google.com/open?id=1P2J2HObqDtIjB07yvotE4mzml4tjC4ot 2. Then move this file to “/usr/sbin/” folder. 3. Assign the correct permission to the file. 4. Now run the file “drive”. You will get a link like this asking for a verification code. Go to the following link in …
Python
Python is a high-level general-purpose programming language, which is Interpreted, Interactive and Object-Oriented. The term object-oriented means it supports object-oriented programming approach to develop applications. Python file is saved as a .py extension. Python’s initial development was led by Guido van Rossum in the late 1980s. (more…)
Capistrano is a remote server automation open-source tool written in Ruby that gives a set of advanced tools to deploy web applications to the servers. To perform the deploy functions Capistrano does not require any big set of additional applications; it just requires an ssh connection with a new user who has the permission to copy the code from the source control repository to the server and Ruby Gems, the package manager for the Ruby programming language.
Amazon Lightsail is a simplified cloud service from Amazon Web Services (AWS) designed for users who want an easy-to-manage virtual private server (VPS) without the complexity of full AWS configurations. It bundles compute power, memory, storage, and data transfer into predictable monthly plans, making it ideal for beginners, startups, and small businesses. What is Amazon Lightsail? If you’re wondering what is Amazon Lightsail, it is a lightweight VPS hosting service built on top of Amazon EC2 infrastructure. While it derives compute power from EC2 instances, AWS repackages it into simplified …