3.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://nearform.hashnode.dev
By Marco Ippolito Learning about meta programming is essential for becoming a better and more creative coder Meta programming is a fascinating and powerful concept that goes beyond the traditional boundaries of programming. It empowers developers to ...
By Andrea Campolonghi Building event-driven architectures is an interesting approach for decoupling different services, letting them play their role nicely in isolation In this post, I will analyze one of the many use cases where introducing an event...
https://kushaldas.hashnode.dev
JavaScript is like the magic behind the websites we use every day! It's been around for a while and has a cool story. Let's dive into the simple world of JavaScript's history. π What is JavaScript? π€ JavaScript is a computer programming language. ...
Introduction to Web π The Web is the common name for the World Wide Web, a subset of the Internet consisting of the pages that can be accessed by a Web browser. It is a hypertext-based global information system that was originally developed at the E...
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...
Understanding React Components π§© In React, we use something called components. These are like building blocks for making websites and apps. Think of them as small, individual parts that can be put together to create a whole website or app. Imagine a...
Introduction to React JSXπ₯ In React, sometimes we need to mix JavaScript with HTML. That's where JSX comes inπ€. Instead of inventing a whole new technology for this, React introduced JSX. It's like a special file type that lets us blend JavaScript ...
Before diving into the intricacies of JavaScript arrays, let's establish a solid foundation by understanding what arrays are and how they work. What is a JavaScript Array β At its core, an array is a data structure that allows you to store multiple v...
Introduction π React JS is like a superhero in the world of web development. It's a special tool made by Facebook that helps developers create really cool and super-fast websites and apps. π² We can build modern, fast single-page applications or w...
Follow this tag to get updates directly on your Hashnode feed.