π οΈ All DevTools
Showing 2921–2940 of 4417 tools
Last Updated
May 01, 2026 at 04:00 AM
Row-level transformations in Postgres CDC using Lua
Hacker News (score: 16)[Database] Row-level transformations in Postgres CDC using Lua
Kitty β GPU based terminal emulator
Hacker News (score: 30)[Other] Kitty β GPU based terminal emulator
Show HN: Arrow JavaScript, Reactivity Without the Framework
Show HN (score: 8)[Other] Show HN: Arrow JavaScript, Reactivity Without the Framework A tiny ~2kb library for building reactive interfaces in native JavaScript
Git: Introduce Rust and announce it will become mandatory in the build system
Hacker News (score: 264)[Other] Git: Introduce Rust and announce it will become mandatory in the build system
grafana/loki
GitHub Trending[Monitoring/Observability] Like Prometheus, but for logs.
tldraw/tldraw
GitHub Trending[API/SDK] very good whiteboard SDK / infinite canvas SDK
Node 20 will be deprecated on GitHub Actions runners
Hacker News (score: 27)[Other] Node 20 will be deprecated on GitHub Actions runners
Show HN: Ggc β A Git CLI tool written in Go with interactive UI
Hacker News (score: 16)[CLI Tool] Show HN: Ggc β A Git CLI tool written in Go with interactive UI A while ago I shared an early version of ggc, a Git helper I built in Go. Since then the project has grown quite a bit, and Iβd love to share the latest updates (v6.0).<p>Repo: <a href="https://github.com/bmf-san/ggc" rel="nofollow">https://github.com/bmf-san/ggc</a><p>Install: - macOS/Linux: `brew install ggc` - Go: `go install github.com/bmf-san/ggc/v6@latest` - Homebrew: `brew install ggc` - Or grab binaries: <a href="https://github.com/bmf-san/ggc/releases" rel="nofollow">https://github.com/bmf-san/ggc/releases</a><p>Features: Dual modes: Traditional CLI commands (ggc add, etc.) and interactive mode (launch with just ggc) Intuitive command structure: Simplified interface for common Git operations Incremental search UI: Quickly find and execute commands with real-time filtering Fast and lightweight: Implemented in Go with minimal dependencies Shell completions: Included for Bash, Zsh, and Fish Custom aliases: Chain multiple commands with user-defined aliases Cross-platform: Works on macOS, Linux, and Windows<p>Technical details: Built with Go standard library and minimal external packages Supports 50+ Git operations (add, commit, branch, pull, etc.)<p>I'd appreciate any feedback or contributions!
PDF-Lib Coordinates Pointer
Product Hunt[Other] Pinpoint PDF Coordinates with Precision Ever wasted time trying to place text, images, or annotations exactly where you want in a PDF? PDF-Lib Pointer is a developer-friendly tool that lets you See exact x/y coordinates anywhere on a PDF for pdf-lib code development.
Orkera
Product Hunt[DevOps] Schedule tasks. Deliver webhooks. Zero infrastructure. Schedule, monitor, and trigger background jobs without managing queues, brokers, or Celery setups. Zero infrastructure, real-time notifications.
Random Tab Tools
Product Hunt[Other] A collection of tools for your Chrome's new tab Random Tab Tools is a Chrome extension that lets you use random generators, productivity tools, and creative resources with just one click to make your day easier and more fun
.NET Hired
Product Hunt[Other] The curated jobs board for .NET roles in the UK .NET Hired is a curated jobs board for remote, hybrid and in-office NET roles in the UK. Our mission is simple: help developers find relevant opportunities faster and give employers a focused way to reach top NET talent.
Submits.me
Product Hunt[Other] The no-bloat form backend for static sites submits.me is a dead-simple form backend for developers. Stop dealing with serverless functions or spammy mailto links. Get a secure endpoint, a clean dashboard for your submissions, and reliable email notifications. It's the form backend that just works.
mainstream.dev
Product Hunt[Other] Find developer tools that truly matter. A curated guide to mainstream developer tools designed to boost your productivity. Instead of getting lost in a sea of niche applications, this collection focuses on the tools that truly matter, trusted and used by professional developers around the globe.
Free Image Mosaic Tool
Product Hunt[Other] Online free image mosaic Online free image mosaic tool to pixelate images, support full mosaic, rectangle area and brush, download in one click.
CZNull
Product Hunt[Other] Gpu benchmarking & performance testing Test your GPU performance with CZNull's advanced WebGL benchmarks. Free browser-based testing for graphics cards, no downloads required. Start now!
Edka
Product Hunt[DevOps] Kubernetes clusters on your own Hetzner account. EDKA makes running Kubernetes on Hetzner Cloud simple, fast, and affordable. β’ Spin up clusters in ~2 minutes β’ One click apps and add-ons β’ Easy deployments with semver updates, autoscaling, rollbacks, persistent volumes, secrets and public exposure
RedPass
Product Hunt[API/SDK] License management made easy and affordable for developers Building RedPass β a lightweight solution for creating & managing licenses. Different by others with a plug-and-play API, clean dashboard, and pay only for what you need, no pricing plans that forces you to pay for features you donβt actually use.
DailyChecks - Daily Goal Tracker
Product Hunt[Other] Simple & Straightforward | Lightweight Daily Goal Tracking DailyChecks is the best free daily task tracker app and to do list tracker app. Track your daily goals, boost productivity, and build lasting habits with our intuitive point-based system. Completely free forever.
Show HN: The Blots Programming Language
Show HN (score: 10)[Other] Show HN: The Blots Programming Language I've been working on this small, slightly weird expression-oriented programming language for a little while now and feel ready to share it with others. I use it pretty often now in my day-to-day and work life, as a scratchpad for doing a bit of quick math or picking some pieces of data out of a JSON payload.<p>Would really appreciate any feedback about the syntax, docs, features that are glaringly missing, etc. Before anybody mentions it: I know the performance is pretty lousy when dealing with a lot of data. If you can believe it, the runtime is about 100x faster than it used to be! Long term I'd like to switch to a proper bytecode interpreter, but so far performance has been Good Enough for my use cases.<p>Thanks for taking a look!