https://futureofcoding.org/ logo
#share-your-work
Title
# share-your-work
g

Geoff

10/10/2023, 7:23 AM
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.
t

Tomaz Zlender

10/15/2023, 10:40 PM
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)