eazicoder's profile picture. learning Rust, building a life in Web3 || I make smart things simple to understand 🛠

devEazi

@eazicoder

learning Rust, building a life in Web3 || I make smart things simple to understand 🛠

Ghim

I’ve set myself a challenge: show up every day & document my Rust learning journey. Why? Because growth = consistency. Every day → 1 lesson, 1 post. By the end, I’ll be a different builder than I am today😁 #BuildingInpublic #Eazilogs #Rust 🦀

eazicoder's tweet image. I’ve set myself a challenge: show up every day & document my Rust learning journey.

Why?
Because growth = consistency.

Every day → 1 lesson, 1 post.
By the end, I’ll be a different builder than I am today😁

#BuildingInpublic #Eazilogs #Rust 🦀

Glad to be back mehn They taught they had me but mercy said NO.. Back to learning 🦀

eazicoder's tweet image. Glad to be back mehn

They taught they had me but mercy said NO..

Back to learning 🦀

I just registered for @FrancescoCiull4 Rust Crust BootCamp coming up Nov 21 This is a challenge to myself on how much I can learn and build on Rust before that time 😮‍💨😩 I'd love to share my journey if given the opportunity 👀🙏 To register: 🔗 luma.com/g4dcdzqo

eazicoder's tweet image. I just registered for @FrancescoCiull4 Rust Crust BootCamp coming up Nov 21

This is a challenge to myself on how much I can learn and build on Rust before that time 😮‍💨😩

I'd love to share my journey if given the opportunity 👀🙏

To register:
🔗 luma.com/g4dcdzqo

devEazi đã đăng lại

How much of winning is really luck… and how much is skill? 🤔 This is a story of why intentionality beats fate every time — and why you need @stakepadi @SuperteamNG A mini thread..

Star_eazi's tweet image. How much of winning is really luck… and how much is skill? 🤔

This is a story of why intentionality beats fate every time — and why you need @stakepadi @SuperteamNG 

A mini thread..

I didn't want to miss today's entry of my 21 days Rust consistency journey but circumstances beyond my control has taken my focus at the moment I will be back soon

eazicoder's tweet image. I didn't want to miss today's entry of my 21 days Rust consistency journey but circumstances beyond my control has taken my focus at the moment

I will be back soon

✅️ Day 8 > Spent time going through lesson on Strings. > Looked at some common methods we can use on Strings. > I wrote a syntax that would collect user's input using the input_output submodule gotten from std::io; Today was productive 😌 #Rust🦀 #BuildingInPublic

eazicoder's tweet image. ✅️ Day 8

> Spent time going through lesson on Strings.
> Looked at some common methods we can use on Strings.
> I wrote a syntax that would collect user's input using the input_output submodule gotten from std::io;

Today was productive 😌 

#Rust🦀 #BuildingInPublic

✅️ Day 7 Today was really interesting. First time in a while that my brain isn't clogged after receiving so much "complex" ideas. Spent time learning about how to structure my Rust project. • Learnt what a Package and the different types of crates. • Implemented..



Congratulations @bluntbrain_web3 you're the one-hundredth person I have followed since starting this journey with Rust. I believe in the numbers game and in fate☺️🙏 This must have been or a reason. Our connection was not a mistake I know this😅🧎‍♂️

eazicoder's tweet image. Congratulations @bluntbrain_web3 you're the one-hundredth person I have followed since starting this journey with Rust.

I believe in the numbers game and in fate☺️🙏

This must have been or a reason. 

Our connection was not a mistake I know this😅🧎‍♂️

Nothing beats an early morning debugging to get the blood pumping😭

eazicoder's tweet image. Nothing beats an early morning debugging to get the blood pumping😭

Can 8 hours of coding be characterised as locking in?? Because I just did😩 I will go again tomorrow.. not 8 hours though 👀

eazicoder's tweet image. Can  8 hours of coding be characterised as locking in??

Because I just did😩

I will go again tomorrow.. not 8 hours though 👀

✅️ Day 6 I went over 3 sections I had already done before: — Generics — Option and Result enums — Vectors It's interesting how these three concepts are intertwined. Remember get your BASICS right and every other part begins to fall in place 👌 #Rust 🦀 #BuildingInPublic

✅️ Day 5 Learning about Traits for the first time can seem complex but if you keep striving "to implement" whatever you learn, you'll definitely learn. Don't underestimate your capacity my fren On this note.. unto the next course section #Rust🦀 #BuildingInPublic

eazicoder's tweet image. ✅️ Day 5

Learning about Traits for the first time can seem complex but if you keep striving "to implement" whatever you learn, you'll definitely learn.

Don't underestimate your capacity my fren

On this note.. unto the next course section

#Rust🦀 #BuildingInPublic


devEazi đã đăng lại

Vibe coders write apps. Engineers build systems.


✅️ Day 5 Learning about Traits for the first time can seem complex but if you keep striving "to implement" whatever you learn, you'll definitely learn. Don't underestimate your capacity my fren On this note.. unto the next course section #Rust🦀 #BuildingInPublic

eazicoder's tweet image. ✅️ Day 5

Learning about Traits for the first time can seem complex but if you keep striving "to implement" whatever you learn, you'll definitely learn.

Don't underestimate your capacity my fren

On this note.. unto the next course section

#Rust🦀 #BuildingInPublic

Day 4 ✅️ Today had me fighting for my life.. literally 😭😅 - Spent time figuring the default and manual implementations of the Partial Eq trait and PartialOrd trait. - Also learnt about Associated types within a trait. We go again tomorrow #BuildingInPublic #Rust 🦀



Day 4 ✅️ Today had me fighting for my life.. literally 😭😅 - Spent time figuring the default and manual implementations of the Partial Eq trait and PartialOrd trait. - Also learnt about Associated types within a trait. We go again tomorrow #BuildingInPublic #Rust 🦀

Day 3 ✅️ Still on Traits: - Learnt about the setter method. Its purpose is to write a piece of data from the data type. - Learnt about Supertraits & Subtraits. Any type that inherit the subtrait must also implement the super trait. All coming together now🥺 #Rust 🦀

eazicoder's tweet image. Day 3 ✅️

Still on Traits:

- Learnt about the setter method. Its purpose is to write a piece of data from the data type.

- Learnt about Supertraits & Subtraits.
Any type that inherit the subtrait must also implement the super trait.

All coming together now🥺

#Rust 🦀


Day 3 ✅️ Still on Traits: - Learnt about the setter method. Its purpose is to write a piece of data from the data type. - Learnt about Supertraits & Subtraits. Any type that inherit the subtrait must also implement the super trait. All coming together now🥺 #Rust 🦀

eazicoder's tweet image. Day 3 ✅️

Still on Traits:

- Learnt about the setter method. Its purpose is to write a piece of data from the data type.

- Learnt about Supertraits & Subtraits.
Any type that inherit the subtrait must also implement the super trait.

All coming together now🥺

#Rust 🦀

Associated constant is actually a thing in Rust 🦀 They rep some piece of data that we can include or store within a trait. The syntax was pretty much straightforward. I also spent some time learning about "getter method". That's all for today's work.. Go again tomorrow!

eazicoder's tweet image. Associated constant is actually a thing in Rust 🦀

They rep some piece of data that we can include or store within a trait. The syntax was pretty much straightforward.

I also spent some time learning about "getter method".

That's all for today's work..  Go again tomorrow!


devEazi đã đăng lại

I started learning Rust about 6 months ago. Along the way, I realized something important — I’m not one of those gigabrains who can pick up a new language during a contest and immediately start finding bugs on it. Personally, I need to feel almost fully confident in the…


I just looked at a random's Rust code on my tl and I can't believe my eyess😭😭 I could actually read the code!!! Mehn, progress feels static until it isn't.. I'm so happy rn This just tells me I should keep pushing 🔥 GM Rustaceans 🦀

eazicoder's tweet image. I just looked at a random's Rust code on my tl and I can't believe my eyess😭😭

I could actually read the code!!!

Mehn, progress feels static until it isn't.. I'm so happy rn
This just tells me I should keep pushing 🔥

GM Rustaceans 🦀

devEazi đã đăng lại

If you’ve been meaning to dive into web3 dev, this is for you I just put together a simple roadmap video breaking it down from beginner to advanced.


United States Xu hướng

Loading...

Something went wrong.


Something went wrong.