Infrastructure-as-Code

Infrastructure-as-Code (IAC) is a term used to describe how cloud services and DevOps can be used to create a shared infrastructure that can be used by multiple applications and services.

glow in the dark keyboard

Low-Code vs No-Code: What are the differences?

To boost productivity and agility in development processes, it’s crucial for organizations to understand the core differences between low-code and no-code platforms. Our article delves into these differences, highlighting the benefits of each and addressing design flaws and security vulnerabilities. What are Low-Code and No-Code Development Platforms? Low-code and no-code...

jenkins logo

Advanced Jenkinsfile Techniques for CICD

Continuous integration and deployment are critical aspects of modern software development. They allow teams to rapidly iterate on their code and deliver high-quality software to customers faster. Jenkins is a popular open-source tool for continuous integration and deployment, and it offers a powerful feature called Jenkinsfile. In this article, we’ll...

jenkins logo

Jenkinsfile vs. Jenkins Pipeline

Jenkinsfile and Jenkins Pipeline are related concepts but have different meanings and purposes in the Jenkins ecosystem. Jenkinsfile is a text file that defines the steps of a single Jenkins job. It is typically stored in a version control system like Git alongside the application’s source code. Jenkinsfile allows you...

jenkins logo

How to Write A Jenkinsfile

A Jenkinsfile is a text file that describes the entire build process for a Jenkins Pipeline. It uses the Groovy programming language and defines a Pipeline’s stages, steps, and conditions. Think of it as an instruction book on how to run your code. It is best practice to manage your...

Terraform

How to Manage Terraform State

Terraform state is a record of the resources managed by Terraform. It is a representation of the current state of the infrastructure as it exists in the cloud provider. The state includes information about the resources’ metadata, configuration details, and relationships to other resources in the infrastructure. Terraform state is...

Terraform Q&A

Terraform Infrastructure: an Essential Tool for Automation

Terraform is an essential tool for infrastructure automation. This article will discuss Terraform, what it can do for you, and how to get started. What Is Terraform? Terraform is an exceptional tool that enables infrastructure’s safe, efficient construction, alteration, and versioning. Not only can you effortlessly manage pre-existing infrastructure, but...

hashicorp-terraform-banner

Who & What is Hashicorp? How Did It Began?

Hashicorp is one of the most exciting companies right now. They have numerous products that make the cloud easier to manage. But what is Hashicorp, and how did it all begin? The company was founded in 2009 by Mitchell Hashimoto and Armon Dadgar. At the time, Mitchell and Armon were...

Terraform Q&A

What is Terraform State (tfstate)?

Terraform state (tfstate) is a file that stores your Terraform environment’s current or desired state. The state file is automatically generated by Terraform and contains information about all resources created or modified by Terraform. This article will provide an overview of Terraform state, discuss how to use Terraform state to...

Mozilla Firefox

How to Update Steampipe

Steampipe, from Turbot, has rapidly gained recognition as an exceptional SQL-based query tool that facilitates seamless interactions with multiple cloud providers. Its versatility and robustness make it an indispensable asset for cloud management. However, like any other software, you need to periodically update steampipe to ensure optimal performance and security....

Terraform Q&A

Top Terraform Q&A: Questions and Answers

This Terraform Q&A was created to answer the most common questions I am asked by colleagues and clients about Hashicorps Terraform. Terraform Q&A: What is Terraform Cloud? Terraform Cloud is a platform as a service (PaaS) that allows users to manage and orchestrate infrastructure changes using a single platform. It...