Saturday, April 27, 2024

Show HN: I made a site for practicing front end debugging with real-world bugs https://ift.tt/0UNlqCd

Show HN: I made a site for practicing front end debugging with real-world bugs I am excited to introduce my solo project, a platform built with the frontend development community in mind. It's an interactive environment aimed at refining debugging skills through exposure to real-world bugs. This project stems from the need for a hands-on, practical method of learning to debug. The site features a variety of intentional bugs for users to solve, mirroring the types of challenges faced in professional settings. Over the coming weeks, I will be adding many more exercises and new features to enhance your learning experience further. Check out CodeMender at https://ift.tt/kzUNExB https://ift.tt/kzUNExB April 26, 2024 at 11:29PM

Friday, April 26, 2024

Show HN: I put PubMed in a vector DB https://ift.tt/RiDYvSM

Show HN: I put PubMed in a vector DB Hi HN, As a researcher, I often found myself struggling with the limitations of keyword-based search when exploring PubMed papers. To address this, I created PubMed Search ( https://ift.tt/TS6INsi ), a tool that leverages a vector database to enable semantic search across medical research literature. Some key features: * Daily updates to ensure access to the latest articles * Semantic search using latest & greatest embedding models * Some additional useful info about the papers (tldr, journal, publication date, etc.) Hope you find it useful! https://ift.tt/TS6INsi April 26, 2024 at 01:23AM

Show HN: ReaperAI – Automatically delete dead code from your app https://ift.tt/mfghMlQ

Show HN: ReaperAI – Automatically delete dead code from your app Hi all, We launched Reaper at the end of last year ( https://ift.tt/sBMjCwb... ) with the goal of helping teams discover dead code in their mobile apps. Unlike typical static analysis that only finds technically unreachable code, Reaper is an SDK that monitors production data to discover code that's unused by real users (ex. stale feature flags). ReaperAI takes this a step further by actually being able to open pull requests in your repo to automatically delete the dead code that it finds. Here is a demo video: https://www.youtube.com/watch?v=y2FEaAmUvNw We're here to answer your questions & would love to hear any ideas or feedback you have! https://ift.tt/IzMK248 April 25, 2024 at 09:55PM

Thursday, April 25, 2024

Show HN: I've developed an open-source proxy server for front end applications https://ift.tt/Om9VK24

Show HN: I've developed an open-source proxy server for front end applications Hey Everyone! I’ve recently been working on an open-source proxy server to help front end applications securely access third party APIs that require confidential API keys without the need to create your own backend. I would love to get some feedback and hear what you think! https://ift.tt/zY6fZbn April 25, 2024 at 05:32AM

Show HN: Serverless VPN for Lifetime https://ift.tt/VdesAYv

Show HN: Serverless VPN for Lifetime https://ift.tt/ytBgWik April 25, 2024 at 12:49AM

Show HN: Open-source alternative to HashiCorp/IBM Vault https://ift.tt/g8FHh13

Show HN: Open-source alternative to HashiCorp/IBM Vault https://ift.tt/bYkJXaU April 25, 2024 at 02:32AM

SHOW HN: I coded an espresso brewing app to keep all information at one place https://ift.tt/PXf9zx2

SHOW HN: I coded an espresso brewing app to keep all information at one place https://ift.tt/VmXyzlQ April 25, 2024 at 12:09AM

Show HN: Anti-Cluely – Detect virtual devices and cheating tools on exam systems https://ift.tt/onuTQWR

Show HN: Anti-Cluely – Detect virtual devices and cheating tools on exam systems Anti-Cluely is a lightweight tool designed to detect common...