Fatima Jannetmahia.hashnode.dev路Oct 6, 2024IAM: Identity and Access Management (Short notes)Disclaimer: This blog is a quick rundown of the theory for the AWS Certified Cloud Practitioner (CCP) exam. I鈥檇 recommend hands-on practice to really get the hang of things! Hands-on experience is highly recommended IAM Introduction: Users, Groups, P...DiscussAWS Cloud Practitioner (short notes, no hands-on)2Articles1Week
priyadarshi ranjanpriyadarshi.hashnode.dev路Sep 6, 2024Day-47: Terraform VariablesTerraform is a powerful tool for infrastructure as code (IaC) that allows you to define and manage cloud resources efficiently. One of the key concepts in Terraform is the use of variables. In this blog, we'll explore what variables are, the types of...Discuss路1 likeDevops2Articles1Week
priyadarshi ranjanpriyadarshi.hashnode.dev路Sep 1, 2024AWS EC2: The Backbone of Cloud ComputingIntroduction to AWS EC2 What is AWS EC2? Amazon Elastic Compute Cloud (EC2) is the foundational compute service in the AWS ecosystem, providing scalable virtual server instances. It offers businesses and developers the flexibility to run applications...Discuss路1 likeAWS CloudAWS
priyanka chaudharipriyankachaudhari.hashnode.dev路Aug 31, 2024Master Node.js in 30 Days: A Complete Learning FlowchartCreating a flowchart for learning Node.js in 30 days involves breaking down the learning process into manageable chunks. Here's a suggested flowchart with a day-by-day guide: Node.js Learning Flowchart (30 Days) Day 1-2: Introduction to Node.js What...Discuss路11 likes路31 readsNode.js from 0-1002Articles1Week
priyadarshi ranjanpriyadarshi.hashnode.dev路Aug 28, 2024Day- 45: Understanding Ingress in KubernetesHello DevOps Professionals! 馃憢 Aaj hum baat karenge ek important concept ke baare mein jo Kubernetes environments mein traffic management ke liye use hota hai, aur wo hai Ingress. Agar aap Kubernetes cluster mein applications deploy kar rahe hain aur...Discuss路1 like路26 readsDevops2Articles1Week
priyadarshi ranjanpriyadarshi.hashnode.dev路Aug 27, 2024馃尃Introduction To AWS Cloud 馃尃馃槻 Why Choose AWS Cloud? Leading the Market: AWS is a giant in the cloud computing industry, holding a large market share. Learning AWS gives you skills that are highly valued in today鈥檚 job market. Wide Range of Services: AWS offers a vast selection...Discuss路1 likeAWS Cloud2Articles1Week
priyadarshi ranjanpriyadarshi.hashnode.dev路Aug 26, 2024Day-44: ClusterRole and ClusterRoleBinding in KubernetesHello DevOps Enthusiasts! 馃憢 Aaj hum baat karenge Kubernetes ke do important concepts ke baare mein: ClusterRole aur ClusterRoleBinding. Yeh dono concepts aapko apne Kubernetes cluster mein access control ko efficiently manage karne mein madad karte ...Discuss路1 likeDevops2Articles1Week
priyanka chaudharipriyankachaudhari.hashnode.dev路Aug 6, 2024Understanding the Differences: Session Storage and Cookies ExplainedBoth cookies and session storage are used to store data on the client side in web development, but they differ in how they store data, how they are used, and their characteristics. Let's break down the differences in detail: 1. Data Storage and Size...Discuss路11 likes路418 reads JavaScript interview Prepration cheat-sheet馃2Articles1Week
priyanka chaudharipriyankachaudhari.hashnode.dev路Aug 3, 2024Mastering the 'this' Keyword for JavaScript DevelopersThe this keyword in JavaScript is a fundamental concept that can be a bit tricky to grasp because its value depends on how a function is called. Here's a detailed explanation: 1. What is this`?馃捇 The this keyword refers to the object that is curre...Discuss路13 likes JavaScript interview Prepration cheat-sheet馃2Articles1Week
Samar Jaffrisamarjaffri.hashnode.dev路Jul 25, 2024Time & Space ComplexityTime & Space Complexity Time and space complexity can be measured in similar ways. In this article I'm focusing on time complexity, but the main difference between time and space complexity is how time increases and how much space is used, meaning ho...DiscussTime Complexity