1.2K articles
https://prahladinala-1679763631201.hashnode.dev
Introduction to Puppet Puppet is a popular open-source configuration management tool that automates the provisioning, configuration, and management of infrastructure as code. It was created by Luke Kanies in 2005 and has since gained widespread adopt...
https://roninking.hashnode.dev
Introduction: š Aspiring Python Programmer | Crafting code, one 'print' at a time! šØļø | Still in the Beginner's Lane š | Learning Python and Loving it! š | Part-time Debugger, Full-time Dreamer š | š #PythonNovice #CodeDreams š Originally from...
Introduction to Chef Chef is a powerful automation tool and a configuration management system that allows developers and system administrators to define and manage infrastructure as code (IaC). It was created by Adam Jacob in 2009 and has since becom...
Introduction to Prometheus Prometheus is an open-source monitoring and alerting tool that was originally developed at SoundCloud in 2012 and later donated to the Cloud Native Computing Foundation (CNCF). It has since become one of the leading solutio...
Introduction to Terraform Terraform is an open-source infrastructure as code (IaC) tool developed by HashiCorp. It enables developers and system administrators to define and manage their cloud infrastructure in a declarative and version-controlled ma...
Introduction to Maven Maven is a powerful open-source build automation and project management tool primarily used for Java projects. It was developed by Jason van Zyl in 2002 and has since become a widely adopted tool in the Java development ecosyste...
https://sleekcodes.hashnode.dev
In other languages like C or Java, you have to be specific as to what kind of number you wish to store in a variable. You'd need to explicitly tell the compiler if the variable will store a floating point value (a number with a decimal point), or an ...
https://noobslearn.hashnode.dev
Overview In Solidity, state variables are used to represent and store data on the Ethereum blockchain. They have a specific storage location on the blockchain and persist between function calls. State variables are declared at the contract level, mea...
Introduction to Gradle Gradle is an open-source build automation tool that has gained widespread popularity in the world of software development. It was first released in 2007 and has since become a prominent choice for building and managing projects...
Introduction to NPM NPM (Node Package Manager) is a package manager for JavaScript that allows developers to discover, install, and manage third-party libraries, frameworks, and tools needed for their projects. It was introduced in 2010 as a crucial ...
Follow this tag to get updates directly on your Hashnode feed.