triviawavesmedia.hashnode.devMaster Terraform for Infrastructure as Code: Essential GuideThis roadmap provides a structured approach to learning Terraform, from the basics to advanced topics, ensuring a comprehensive understanding of the tool and its ecosystem. Phase 1: Introduction and Basics Introduction to Infrastructure as Code (IaC...Jul 27, 2024·3 min read
triviawavesmedia.hashnode.devEasy Steps to Set Up a Terraform .gitignore File in VSCodeWhat is Terraform? Terraform is an open-source infrastructure as code (IaC) tool that allows users to define and provision a data center infrastructure using a declarative configuration language. It enables users to create, modify, and manage infrast...May 16, 2024·4 min read
triviawavesmedia.hashnode.devUnderstanding the Shell Command Line Mechanics.Introduction A. Definition of shell Have you ever wondered about the purpose of a shell? Well, let me tell you! The shell is a powerful tool that allows you to interact with your computer's operating system. It provides a command-line interface wher...May 13, 2024·8 min read
triviawavesmedia.hashnode.devProtecting your APIs with OAuth: Security and Strenght of Access Tokens.OAuth stands for Open Authorization. It is an open standard protocol for secure, delegated access to web services and resources, enabling third-party applications to access user data without revealing credentials. OAuth enables single sign-on (SSO) s...Sep 5, 2023·4 min read
triviawavesmedia.hashnode.devThe Art of API Documentation: Part 1.This article explains the conceptual framework and understanding of an API, the structure of API documentation, and why API documentation is very important. What is an API? API stands for an application programming interface. It defines how two piece...Aug 15, 2023·7 min read