https://github.com/joeyshi12/devtools
Custom tools made to aid in software development
https://github.com/joeyshi12/devtools
debugging developer-tools dns visualizations webhooks website
Last synced: 22 days ago
JSON representation
Custom tools made to aid in software development
- Host: GitHub
- URL: https://github.com/joeyshi12/devtools
- Owner: joeyshi12
- License: mit
- Created: 2023-01-16T10:21:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-09T13:19:37.000Z (6 months ago)
- Last Synced: 2025-12-02T02:49:20.747Z (2 months ago)
- Topics: debugging, developer-tools, dns, visualizations, webhooks, website
- Language: TypeScript
- Homepage: https://devtools.joeyshi.xyz
- Size: 2.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# devtools

Custom tools made to aid in software development.
## Tools
### Webhook tester
An intermediary for inspecting request contents.
This intended to be used for debugging and testing webhooks.
Send a request to `/webhook//capture` to capture your request metadata.
- https://devtools.joeyshi.xyz/webhook
### DNS visualizer
A DNS lookup visualization tool that traces the search path for an iterative query.
You can inspect the name server hierarchy of any given domain.
- https://devtools.joeyshi.xyz/dns_vis
### JSON data type transcompiler
A web interface for [jdtt](https://github.com/joeyshi12/json-data-type-transcompiler),
a utility for generating model classes and interfaces from a JSON literal.
- https://devtools.joeyshi.xyz/jdtt
### PQL compiler
An online compiler for [PQL](https://github.com/joeyshi12/pql-parser),
a query language I made to generate 2D plots from tabular data.
- https://devtools.joeyshi.xyz/pql_compiler