18 | 🇲🇽 🇺🇸 | She/Her

Hello! I’m an 18-year-old trans girl from Mexico. I am a big fan of Linux and everything open-source in general. I am big into Rust and C as well. Video games and music are also interests of mine.

Feel free to say hi!

  • 3 Posts
  • 4 Comments
Joined 2 years ago
cake
Cake day: July 3rd, 2023

help-circle

  • Im not sure if I’m over it quite yet lol but it’s a very feature rich language so there’s still a lot to learn. Before I learned Rust I used C which made some things easier to understand especially in regards to how the borrow checker works and why it works that way. For learning rust I used the rust book and I’ve looked at the rust book for design and rust by example at times too. After doing the book I just started on some of my own projects and that’s usually how I learn best. In C my first big project was to make a kinda basic graphics engine with OpenGL so I’m doing that in Rust now but with WGPU. So my advice would just be to start a big project to practice all your skills and make sure you understand everything. For me everything is easier in the context of putting something into practice. Let me know if you want to anything else!