solana-developers / solana-cookbook

https://solanacookbook.com/
616 stars 341 forks source link

[Core Concepts] Want to add Solana Overview Mindmap Diagram - Requesting Advice #222

Closed morektz closed 2 years ago

morektz commented 2 years ago

I have made a mindmap which is basically an overall summary of Solana. You can find that HERE and the repository with the code can be found HERE

Initially I had made this diagram and posted in the following discords - Solana Official, Buildspace & Questbook. This was viewed around 300 time approximately in the past two days, You can see the statistics HERE

I am seeking advice and answers to the following questions.

I am opening this issue to ask the following questions

  1. Do you think it is worthy of being included in Solana Cook Book ?
  2. If it is worthy of being added, please let me know if the pic needs any changes ?
  3. I have made a fork and using the online code editor - GITPOD, which is a basically an ephemeral cloud container for development, the problem I have is that the page keeps reloading over and over again, I want to know how do I stop that ?

Once I get this information, I will assign this issue to myself and make a PR according to the contribution guidelines.

jacobcreech commented 2 years ago

@morektz I think this is a great diagram!

Really cool how you can create mind maps with this to better explain the core native programs of Solana

However, I am not sure if this belongs on the current cookbook. I'd recommend writing an article about it and submitting to soldev.app and go from there.

While the programs are useful to know, cookbook is trying to avoid separating the programs too much from just all programs. They're just open capabilities that you can use today. A new developer coming to Solana will likely not care.

morektz commented 2 years ago

@jacobcreech Thanks for taking the time to read this issue so quickly.

It definitely makes sense not to confuse the n00bz (like myself). I do use soldev.app constantly, since its an excellent resource for learning , will look into it. Peace !