Prahlad InalaforToolMate Blogprahladinala-1679763631201.hashnode.dev·Sep 29, 2023Puppet: Automating Configuration ManagementIntroduction 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...DiscussDevOpspuppet
NearFormforNearFormnearform.hashnode.dev·Sep 27, 2023JavaScript Codeception: A Journey into Meta ProgrammingBy 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 ...Discussiwritecode
NearFormforNearFormnearform.hashnode.dev·Sep 26, 2023Mastering Event-Driven Integration with Serverless Event Gateway in AWSBy 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...Discuss·1 likeProgramming Blogs
Kushal Daskushaldas.hashnode.dev·Sep 25, 2023The History of JavaScript!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. ...Discuss·15 likes·37 readsJavaScriptJavaScript
Kushal Daskushaldas.hashnode.dev·Sep 25, 2023Introduction to web and live server.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...Discuss·2 likes·186 readsWeb-deviwritecode
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
Kushal Daskushaldas.hashnode.dev·Sep 24, 2023What Are React Components? Explained Simply !!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...Discuss·2 likesReact
Kushal Daskushaldas.hashnode.dev·Sep 23, 2023🤩 Demystifying React JSX: A Beginner-Friendly Guide! 🤩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 ...Discuss·2 likesReact JSReact
Kushal Daskushaldas.hashnode.dev·Sep 27, 2023Diving Deeper into JavaScript Arrays: Unleashing Their Power and FlexibilityBefore 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...Discuss·6 likes·96 readsJavaScriptJavaScript
Kushal Daskushaldas.hashnode.dev·Sep 22, 2023Introduction To React JS 🧰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...Discuss·1 likeReact JSReact