Hello all, Very proud to introduce :zap:️Hyperlay...
# share-your-work
g
Hello all, Very proud to introduce ️Hyperlayer - Debug Rails apps 10x faster: https://github.com/geoffw8/hyperlayer ☝️ Code and demo video in the repo. It works by creating a visualisation layer which combines application flow, state and the code itself. It utilises Tracepoint and AST under the hood to build the visualisation. This visualisation means you can cut out a significant portion of the steps we have to go through to "manually" debug an issue, leading to the timesave. I would absolutely welcome any feedback. I think it could be a big deal! I'm really excited about being able to share this with the world.
❤️ 1
t
This is interesting! May I have a feature request. Visualize also a UI that is being rendered (in case there is a view to be rendered). For some inspiration what I have in mind: https://github.com/tomazzlender/snapshot_inspector (I happen to be the author)