Edidiong Asikpo (Didi)forHashnode Town Hallarrogant-crook-interrupt-85.hashnode.net·Apr 28, 2021Say Hello to the Newly Upgraded Hashnode SearchPreviously, searching for anything (e.g., users, articles, tags, etc.) on Hashnode was a bit tasky. You enter a word or phrase into the search engine, and it comes up with a stack of irrelevant information. Not anymore! 😉 With our newly upgraded sea...199 likes·566 readsNew Features and Highlights ✨Hashnode
Bhumi Khokhanibhumikhokhani.hashnode.net·Apr 30, 2022Typesense Cloud Review 2022: Details, Pricing, & FeaturesThe link to original post is here. Introduction Search is one of the few technologies that has been a huge part of our daily life. It's everywhere — e-commerce sites, blogs, knowledge bases, etc— not because a search box and icons are visually appeal...80 likes·241 readsSoftware ToolsOpen Source
Savio Martinsaviomartin.hashnode.net·Jun 2, 2021Create a Search Filter in React from Scratch 🔎Hello Folks 👋 This is Savio here. I'm young dev with an intention to enhance as a successful web developer. I love building web apps with React. I have proved my superiority in frontend technologies. Today, Let's learn how you can create a well-effi...61 likes·834 readsReact
Amit Kumaramitkumarblog.hashnode.net·Jan 11, 2024Insights into Sitecore Search: A Definitive Introduction.messagebox-outer-div { --padding-left: var(--grid-gutter-x-width); --padding-right: var(--grid-gutter-x-width); padding-right: var(--padding-right); padding-left: var(--padding-left); margin-bottom: var(--spacing-xl) !important; } .messagebox-div-fi...ai
CS Diariescsdiaries.hashnode.net·Apr 17, 2023SwiftUI Search: How to Add a Native Search Field to Your AppSearch is a common feature many apps need to provide a better user experience. With SwiftUI, you can easily add a search field to your app using the searchable modifier. In this article, you will learn how to use this modifier to filter data, display...Swift
Arshad Ali Soomroarshadalisoomro.hashnode.net·Apr 7, 2023Creating a Navigation Bar with MUI AppBar Component in Next.jsThe App Bar displays information and actions relating to the current screen. The top App bar provides content and actions related to the current screen. It's used for branding, screen titles, navigation, and actions. It can transform into a context...5 likesEmployee Leave Managermui-next.js
Shubham ShahforReactiveSearch Blogreactivesearch.hashnode.net·Apr 3, 2023KNN Search with OpenSearch and OpenAI Embeddings: An In-Depth GuideK-nearest neighbors (KNN) search aka semantic search is a simple and intuitive algorithm although if you haven't used them, the topic can seem daunting. In this blog post, we will go from no familiarity to KNN to building a full functional backend an...580 readselasticsearch
Luca Del Puppopuppo92.hashnode.net·Mar 30, 2023OramaSearch, a full-text search in your React applicationIn some applications, you need to create a full-text search to improve the search of data. In some scenarios, you build this using an API and leave the problem to the backend. But in other cases, you need to guarantee the feature without an internet ...1 like·108 readsReact
Steve Springerstevesdevnotes.hashnode.net·Mar 29, 2023Search video files by their dialogueWhisper is a tool by OpenAI designed to: transcribe speech from audio files into written form translate speech from audio files into a different language My use case I have a bunch of instructional video files on my local computer, some very shor...openai
Sachin Raosachinrao.hashnode.net·Mar 19, 2023RegEx: A comprehensive guideYou may or may not have heard of RegEx before. Either way, this article is going to give you a solid foundation of what it is and how you can use it. A Regular Expression, aka RegEx, can be defined as a sequence of characters used to describe a searc...94 readsRegex
Lubos Magatlubos.hashnode.net·Mar 15, 2023What are diffs between Elastic Search and Algolia ?Elasticsearch and Algolia are both powerful search and indexing platforms, but they have some key differences that make them more suitable for specific use cases. Here's a comparison of Elasticsearch and Algolia: Deployment and Management Elasticsear...29 readselasticsearch
Benthebenforce.hashnode.net·Mar 11, 2023Step-by-Step Guide: Adding Search Capabilities to Your Astro Static WebsiteI recently converted my blog from next.js to Astro. I have a search function in my blog, mostly to help me find old things that I've written, and it took combining a few things to be able to implement it in Astro. Create the Results Page To get start...61 readsAstro
Michelle Buchi Okonichamichelle-buchi.hashnode.net·Mar 8, 2023Introduction to Algorithm: Linear Search Vs Binary SearchAlgorithm is a step-by-step set of instructions for completing a task. This is regardless of the language being used hence, it can be written in more than one language. In this series, we will look at various forms of algorithms. But first, Let us un...algorithms