Sulagna Ghoshpotatoblogger.hashnode.dev·Jul 5, 2024🚀 JavaScript Object Merging and Cloning: A Quick GuideWhen working with JavaScript Objects, having a clear idea of Merging and Cloning is very important. In this blog we will dive into the 3 ways to clone or merge objects. In JavaScript, objects are stored by reference. When you assign an object to a v...14 likes·61 readsJavaScript
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Jul 1, 2024Essential Linux Commands with Unique Tips #Day-3Linux commands are powerful tools that enable users to interact with the operating system efficiently. Here are some essential commands along with unique tips to make the most out of them: View the content of a file and display line numbers: nl filen...DevOps2Articles1Week
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Jun 30, 2024Get Started with Basic Linux Commands: Learn the Basics. #Day-2What is Command? Linux commands are instructions that you can give to a Linux operating system to perform specific tasks. These commands are typed into a command-line interface (CLI) or terminal. Linux commands are powerful and versatile, allowing us...41 readsDevOps#linux-tutorial
Aditya Nairadi-codes.hashnode.dev·Jun 14, 2024Why I Chose DevOps: My Journey, Motivation, and Goals!Hello world! My name is Aditya Nair and I am currently an undergraduate student at BITS Pilani, Goa campus. I am excited to kick off my DevOps blog series by sharing why I chose to embark on this journey. Coming from an engineering background, I foun...Devops
Neha chaudharyneha97.hashnode.dev·Jun 11, 2024Mastering AWS S3: A Comprehensive Guide to Amazon's Cloud Storage ServiceAmazon Web Services (AWS) Simple Storage Service (S3) is a scalable and secure cloud storage solution that enables you to store and retrieve any amount of data from anywhere on the web. What are S3 buckets? S3 buckets are containers for storing objec...2Articles1Week
Riva Diasdias-blog.hashnode.dev·Feb 19, 2024Advanced Linux Shell Scripting for DevOps Engineers with User managementIn the world of DevOps, knowing how to use Linux commands effectively is super important. Let’s learn some tricks to make our work easier. This will not only automate repetitive tasks but also enables to manage users and permissions effectively, cont...Linux
Prathmesh Vibhuteprathmeshh.hashnode.dev·Feb 4, 2024Day 7 : Unveiling the Power of Package Managers and SystemctlIntroduction: In the Linux ecosystem, managing software installations and configurations is crucial for a smooth and efficient operating system experience. This is where package managers come into play. In this blog post, we'll explore the fundamenta...Devops
Prathmesh Vibhuteprathmeshh.hashnode.dev·Jan 27, 2024Day 1 - Introduction to DevopsIntroduction: In the fast-paced world of technology, the need for seamless collaboration between software development and IT operations has become paramount. DevOps, short for Development and Operations, is a cultural and technical movement that aims...4 likes·74 readsDevops
Mudit Mathurmuditm12.hashnode.dev·Jan 27, 2024Azure Zero to Hero Day — 1Exploring the Marvels of Cloud Computing 🌐 🤔 What is Cloud? Cloud is a virtual wonderland where your files dance, software orchestrates, and myriad services await your command over the internet. Imagine a mighty computer in the vast web, at your se...142 readsAzure
Himanshu Rathidatamind.hashnode.dev·Jan 3, 2024Python in Data Engineering: A Beginner's JourneyWhy Python? Python is a popular programming language known for its simplicity, readability, and versatility. Here are some key notes on why Python is widely used and appreciated: Readability: Its clean and simple syntax makes code easy to read and w...PythonPython