HackerTrans
TopNewTrendsCommentsPastAskShowJobs

devGrimm

no profile record

Submissions

Show HN: Monkey Type for Devs

typer.grimm0.dev
2 points·by devGrimm·2 месяца назад·5 comments

Graph-go – zero config, full visibility

github.com
30 points·by devGrimm·3 месяца назад·3 comments

I created a tool to help visualiza infrastructure interdependencies

github.com
1 points·by devGrimm·5 месяцев назад·1 comments

comments

devGrimm
·2 месяца назад·discuss
Might do as well, seems a good fit as well

ty!
devGrimm
·2 месяца назад·discuss
Forgor to mention, it's also OpenSource!

https://github.com/guilherme-grimm/grimms-monkeytype
devGrimm
·2 месяца назад·discuss
Noted! I'll add, the plan is for it to be user customization heavy, so i'll aim for that

Also it's opensource, i forgor to mention

https://github.com/guilherme-grimm/grimms-monkeytype
devGrimm
·3 месяца назад·discuss
Happy to hear that, hope it helps

if any problem arises, lmk if there's something I can help with
devGrimm
·3 месяца назад·discuss
Hey there!

This project here is to solve a problem that I had, which is that I find hard to wrap my head around how a system bind to each other parts, and, well, that's how graph-go was born, so that I could see it.

So, that's the second post about this that I made, and it's a update! Now we got full blown auto-discovery, which makes the config file a fallback for advanced users and the ui is less janky. So now it's possible to properly see environment of your system (so far only via the docker networks) easily.

I plan to add the support for orchestrators, starting with K8s, soon, so it wouldn't be limited only to docker environments.

Anyway, hope this helps someone! Contributions are more than accepted!
devGrimm
·5 месяцев назад·discuss
Hey! How is it going?

As the title said, I've created this tool so I can better visualize the infra of services that I work with, since, sometimes, it's quite hard to figure it out when I'm joining a new project. Overall it should be quite simple to use, and to extend as well, since it's all based in a config.yaml file that will list the services and infra deps.

Hope it helps someone!