🌱 Currently, I'm learning about Web3, blockchain technology, and full-stack development.
👯 I'm looking to collaborate on open-source projects related to Web3 and blockchain development.
💻 I'm also focused on enhancing my full-stack development skills.
👋Love open source and hope to strive in the direction of full - stack development.
⚡ I'm passionate about learning new things and exploring the vast world of technology to broaden my knowledge and perspectives.
struct AboutMe;
impl AboutMe {
const READING_BOOK: &'static str = "The book of life";
const CURRENT_DEGREE: &'static str = "Master";
const WANT_TO_UNDERSTAND: &'static str = "WHY we should HOW to do WHAT";
}
trait OpenSource {
const CONTRIBUTOR_OF: &'static [&'static str] = &["Nope"];
}
impl OpenSource for AboutMe {}