Developer Journey: Feedback and discussion

Hello everyone,

Today, we’re excited to launch the Internet Computer Developer Journey tutorial series. This series contains written documentation and corresponding video tutorials that are designed to give both new and existing developers a clear learning path to develop on the Internet Computer.

Starting at level 0 with an introduction to the Internet Computer, terminology, and setting up a developer environment, to level 5 that details building complex dapps, the Developer Journey contains essential information for developers of all skill levels.

Please feel free to use this forum post as a place to provide feedback on the series, ask questions, and connect with other developers on their developer journey!

17 Likes

@Jessie,

It is wonderful to see DFINITY build a unified set of learning resources to get a developer from newbie to expert, or at least comfortable writing software for the Internet Computer. Now the only way to learn is to go through the docs, blog posts and presentations such as the Motoko Bootcamp.

I did notice a major gap though, there is no coverage of Rust at all. Rust is the most loved computer language 8 years in a row in StackOverflow:

Rust is also one of the most used languages, very close to the Go language on many surveys, and popular among people who want a C / C++ alternative, and it is also heavily used by the DFINITY developers who are building this blockchain.

Please do add a plan to cover Rust for the IC, many developers will come from that background. Rust also opens unique opportunities for DAPP developers, such as using stable storage similar to a small database by using Stable Structures.

I noticed you use Space Cadet, Explorer, Engineer, and Pilot for the Motoko / IC learning levels. I suggest you keep those, they sound cool and welcoming; just have two tracks one for Motoko and another for Rust.

Thanks for this good news for the developer community!

4 Likes

Hi @josephgranata ,

Thank you for your input! You’ll be glad to know that there are plans to do a Rust ‘track’ in the future, as well as tracks for BTC developers, ETH developers, and other more focused variations.

4 Likes

Great news @Jessie!

As a soft way to remind the team to do so, I would suggest adding a track for Rust on the plan you already did here:

That way anyone discovering the page will know Rust support is coming in the developer journey, it will also make it obvious where the Rust pages are not available, I noticed there is much more hand holding and help for Motoko than Rust as of today.

My personal journey as a developer started with Motoko, but I am increasingly going more and more to Rust because I find more tools there, and it is easier to build our DAPP in Rust, many key features need Rust. If there had been resources for Rust from day one our level of skill would be much higher :wink:

Still we are very grateful for all that wonderful Motoko content, it is a beautiful language too.

2 Likes

That’s a great idea, I will add info about the future tracks, including the Rust track, to the overview. I’m the primary contributor to the Developer Journey series currently, so I’ll go ahead and make those additions in my next update.

Could you share some of the key features that your dApp needed that were better supported in Rust? I want to make sure that when I begin writing the Rust track I am covering these aspects of the Rust development workflow.

2 Likes

Sure, there are two features that are easier in Rust:

Those are the main two for us.

4 Likes

It would be nice to see more in depth guides on how to launch an icrc-1 token, including logo on the IC. Make a YouTube video for dummies, I’m surprised this hasn’t been done yet, including a way to launch tokens easier ( a dapp for launching icrc-1 tokens )

Hi @memetics ! I’m happy to share that how to launch an ICRC-1 token is part of the Developer Journey in the Level 4 section here, which will have a corresponding Youtube video to walk you through everything :slight_smile: .

3 Likes

Looking forward to the video content

Hello :slight_smile: While tryong to install the package on Debian 10 I have received this info:
root@v2202302190634220118:~# dfx --version
dfx: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.29' not found (required by dfx) dfx: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.29’ not found (required by dfx)
dfx: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26’ not found (required by dfx)

Could you pls assist?
Thank you!

1 Like

Hi again, already solved - reinstalled Debian and now working :slight_smile:

1 Like