Arpit ShrivastavaforScroBits Technologies LLPscrobits-technologies.hashnode.dev·Sep 6, 2024Setting Up Your First Terraform Project: A Step-by-Step GuideGetting Started with Terraform What is Terraform? So, you're diving into the world of Terraform? Fantastic choice! If you're wondering how to start learning Terraform, you've come to the right place. Terraform, in simple terms, is a powerful tool des...DiscussTerraform
Muhammad Fahad Bashirmfahadbashir.hashnode.dev·Sep 4, 20243. RAG - Document Splitting: A Simplified GuideThis is the third article of the series Implementing RAG systems from Scratch in-depth . In the document ingestion pipeline, after the first step of loading the document, the next crucial step is splitting the data. But why is splitting necessary? W...Discuss·31 readslatestech
Sukhpinder Singhdotnet.hashnode.dev·Sep 4, 2024Mastering Software Architecture: 11 Key Design Patterns ExplainedDesign Pattern - Abstract Factory According to Gang of Four, abstract factory patterns can be assumed as the factory for creating factories. Learning Objectives What is the abstract factory design pattern? How to write code using the abstract fact...Discuss·1 likedesign patterns
Gurjot SinghforThe Dev Folksthedevfolks.com·Sep 1, 2024Mastering JavaScript: Data StructuresKeyed Collections Map Overview A Map object holds key-value pairs where keys can be of any type. Unlike objects, Maps maintain the insertion order of their elements. Creating a Map To create a new Map, use the Map constructor: const map = new Map(); ...DiscussMastering JavaScript: A Comprehensive GuideJavaScript
Sukhpinder Singhdotnet.hashnode.dev·Sep 1, 202410-Day .Net Aspire Challenge: Day 5 — Apache KafkaIntroduction .Net Aspire framework is used to develop cloud and production-ready distributed applications. It consists of components to handle cloud-native concerns such as Redis, Postgres etc. Prerequisites Install .Net 8 Install Visual Studio 202...Discuss.Net Aspire Challengedotnet
JealousGxjealousgx.hashnode.dev·Sep 1, 2024Building a Basic API in Go: A Beginner’s GuideGo (or Golang) is a statically typed, compiled language designed for simplicity and efficiency. It’s particularly well-suited for building scalable and high-performance applications, including APIs. In this post, we’ll walk through the basics of sett...DiscussGo Language
Vijayendra Prasadvijaywrites.hashnode.dev·Sep 1, 2024The Ultimate Guide to Proxies and VPNs: What You Need to KnowWondering whether to use a proxy or a VPN? Both can hide your IP and ensure anonymity. However, they differ. Let's explore. What’s a Proxy? 🕵️♂️ A proxy serves as a middleman between you and the internet. When you want to visit a website, the proxy...Discussvpn
Jatinjatin2231.hashnode.dev·Aug 31, 2024Connecting GoLang with MongoDB: A Step-by-Step GuideAre you a GoLang developer looking to integrate your application with a powerful NoSQL database like MongoDB? Look no further! In this blog post, we'll walk you through the process of connecting your GoLang application to a MongoDB instance. Step 1: ...Discuss·28 readsgolang
ayoola lekanoluremi.hashnode.dev·Aug 31, 2024Redux in Next.js: A Comprehensive GuideNext.js has rapidly gained popularity as a framework for building efficient and scalable web applications. As a React-based framework, it seamlessly integrates with many React tools, including Redux. However, integrating Redux into Next.js requires a...Discuss·29 readsredux-nexts
Sukhpinder Singhdotnet.hashnode.dev·Aug 31, 202410-Day .Net Aspire Challenge: Day 4— Add Oracle ComponentIntroduction .Net Aspire framework is used to develop cloud and production-ready distributed applications. It consists of components to handle cloud-native concerns such as Redis, Postgres etc. Prerequisites Install .Net 8 Install Visual Studio 202...Discuss.Net Aspire Challengedotnet