Chineta Adinnunetacci.hashnode.dev·Jan 27, 2025Optimizing Full-Text Search in Django: My Outreachy Internship Journey at FirefoxIt’s been over six weeks since I started my Outreachy internship at Mozilla Firefox, where I've been working on improving search functionality for PerfCompare. This experience has been more than implementing a new feature—it has been about overcoming...2 likes·70 readsOutreachy Internshipperfcompare
Bodheeshbodheesh.hashnode.dev·Jul 2, 2024Elasticsearch database introduction and terminologyTable of Contents Elasticsearch is a distributed database where data is stored as JSON documents Elasticsearch is horizontally scalable, i.e., the database can run in multiple servers (nodes) Elasticsearch supports many data types like text, numbe...ElasticsearchTutorial
Asis Sharmaasis-sharma.hashnode.dev·May 17, 2024Unleash the Power of Search in Your Laravel App with ScoutIn today's digital landscape, a seamless search experience is no longer a luxury; it's an expectation. Users want to find what they need quickly and effortlessly, and for Laravel developers, this often translates to wrestling with complex search logi...Laravel
Tech Shots(RoamPals)roampals.org·Mar 30, 2024Comprehensive Guide to Implementing Full Text Search in PostgreSQLPostgreSQL, often referred to as Postgres, is a powerful open-source relational database management system (RDBMS) known for its robust features and extensibility. One of its standout capabilities is its support for full-text search, which enables us...PostgreSQL