shubh harnecodewithshub.hashnode.dev·Jun 5, 2024Beginner's Guide to Building AWS Infrastructure with TerraformWelcome to my latest blog post! Today, we're diving into the world of Infrastructure as Code (IaC) with Terraform by HashiCorp. We'll walk through the steps to set up a basic AWS infrastructure, including a VPC, a subnet, and an EC2 instance. Whether...Discuss·26 readsAWSNetworking
Harsh Trivediharshtrivedi.hashnode.dev·Feb 23, 2024GSoC Projects Announced: What Now?Namaste 🙏,Welcome to this 1 minute Blog. I hope you'll enjoy reading the blog. Before moving further, If you're scratching your head wondering, "What is GSoC?" - no worries, I've got your back! GSoC stands for Google Summer of Code, and it's like ...Discuss·5 likes·111 reads#gsoc24
Sumit Mondalsumit007.hashnode.dev·Feb 5, 2024Getting Started with Amazon DynamoDB in AWS: A Beginner's GuideIntroduction: Amazon DynamoDB is a fully managed NoSQL database service provided by Amazon Web Services (AWS). It is designed to deliver fast and predictable performance with seamless scalability. In this blog post, we'll explore the basics of using ...DiscussAWS - HandsOn#AmazonDynamoDB
Samoinasamoina.hashnode.dev·Jan 25, 2024The .every() Array method in JavascriptThis is an array method that checks whether the elements in the given array pass the test provided by the callback function. It then returns a boolean value - true if the elements pass the test and false otherwise. More importantly, once the iteratio...DiscussJavaScript
Samoinasamoina.hashnode.dev·Jan 11, 2024Find the prime numbers in a given array using Vanilla JS - Beginner FriendlyI came across this task while going through the documentation on MDN, and thought to blog about it in a beginner friendly way. I am in that space where I realize that if I cannot possibly explain my code to someone else, I probably haven't understood...Discussvanilla-js
Alfiya SiddiqueforDiploma Tech Communitydtc.hashnode.dev·Sep 21, 2023GitHubIn the previous blog, I walked you through the core concepts like what is git, terms related to git, and the basic git commands. If you have not read the previous blog, you can read it here. In this blog, we will discuss the following topics of Git: ...Discuss·44 readsGitHub
Tharusha Ravindratharusharavindra.hashnode.dev·Apr 15, 2023An introduction to microservices architecture: what it is and why it mattersIn this blog, I will be talking about the microservice architecture commonly used in the industry and why many developers prefer this architectural type. What is a microservices architecture? This is an architectural style that structures an applicat...DiscussMicroservices
Kartik Powarkartikpowar.hashnode.dev·Apr 4, 2023Learn Power BI Quickly: My First Report Using Global Landslide DataAs a beginner in Power BI, I wanted to create reports quickly and effectively. To achieve this, I referred to a Power BI report created by Prathyusha (link to the blog: https://prathy.com/portfolio/global-landslide-data-using-powerbi/), which showcas...Discuss·1 like·143 readsData Visualizations ToolsPower BI
Abner Kallilabnerkallildev.hashnode.dev·Mar 24, 2023Harnessing the Power of Array forEach(): A Beginner's GuideIntroduction to forEach() The forEach() method is an array method in JavaScript that executes a function for each element in the array. It is an easy and convenient way to iterate over an array and perform an action for each element. Syntax of forEac...Discuss·123 readsJavaScript
Divy Parekhdivysblog.hashnode.dev·Mar 16, 2023Building Your First React App: A Step-by-Step Guide for Beginners👋 Welcome to this step-by-step tutorial on building a simple React app for beginners! In this tutorial, we'll go over the basics of React and build a simple app to demonstrate its features. By the end of this tutorial, you'll have a good understandi...Discuss·2 likes·42 readsReact