Prahlad InalaforToolMate Blogprahladinala-1679763631201.hashnode.dev·Sep 25, 2023Chef: Automating Infrastructure as CodeIntroduction 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...DiscussDevOpschef
Prahlad InalaforToolMate Blogprahladinala-1679763631201.hashnode.dev·Sep 22, 2023Prometheus: Empowering Monitoring and Alerting for Modern SystemsIntroduction 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...DiscussDevOps#prometheus
Prahlad InalaforToolMate Blogprahladinala-1679763631201.hashnode.dev·Sep 18, 2023Terraform: Empowering Infrastructure as Code - IaaCIntroduction 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...DiscussDevOpsTerraform
Prahlad InalaforToolMate Blogprahladinala-1679763631201.hashnode.dev·Sep 15, 2023Maven: Simplifying Java Project Management and Build AutomationIntroduction 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...DiscussDevOpsmaven
Austin Asolukasleekcodes.hashnode.dev·Sep 14, 2023JavaScript: Working with numbersIn 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 ...Discuss·1 likeBeginner Level JavaScript Simplified.JavaScript
Charlie noobslearn.hashnode.dev·Sep 13, 2023State Variables: ReviewOverview 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...DiscussFundamentals of Smart Contracts and SoliditySolidity
Prahlad InalaforToolMate Blogprahladinala-1679763631201.hashnode.dev·Sep 11, 2023Gradle: Empowering Build Automation and Dependency ManagementIntroduction 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...DiscussDevOpsgradle
Prahlad InalaforToolMate Blogprahladinala-1679763631201.hashnode.dev·Sep 8, 2023NPM and NPX: Powering JavaScript Package Management and ExecutionIntroduction 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 ...DiscussDevOpsnpm
Prahlad InalaforToolMate Blogprahladinala-1679763631201.hashnode.dev·Sep 4, 2023Grafana: Empowering Data Visualization and MonitoringIntroduction to Grafana Grafana is an open-source data visualization and monitoring tool that has gained immense popularity in recent years. Originally released in 2014, Grafana quickly became a go-to solution for developers, DevOps teams, and system...DiscussDevOpsGrafana
Charlie noobslearn.hashnode.dev·Sep 2, 2023CryptoZombies: Lesson 3 ReviewOverview There were a lot of new concepts for me in this lesson, as well as familiar ones that I felt the need to learn more. It's a bit winded, but I believe understanding what these terms are will help us to better understand the code when we see i...DiscussCryptoZombiesSolidity