HackerTrans
トップ新着トレンドコメント過去質問紹介求人

devGrimm

no profile record

投稿

Show HN: Monkey Type for Devs

typer.grimm0.dev
2 ポイント·投稿者 devGrimm·2 か月前·5 コメント

Graph-go – zero config, full visibility

github.com
30 ポイント·投稿者 devGrimm·3 か月前·3 コメント

I created a tool to help visualiza infrastructure interdependencies

github.com
1 ポイント·投稿者 devGrimm·5 か月前·1 コメント

コメント

devGrimm
·2 か月前·議論
Might do as well, seems a good fit as well

ty!
devGrimm
·2 か月前·議論
Forgor to mention, it's also OpenSource!

https://github.com/guilherme-grimm/grimms-monkeytype
devGrimm
·2 か月前·議論
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 か月前·議論
Happy to hear that, hope it helps

if any problem arises, lmk if there's something I can help with
devGrimm
·3 か月前·議論
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 か月前·議論
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!