Ibrahim Bagalwa
banner
ibrahimbagalwa.bsky.social
Ibrahim Bagalwa
@ibrahimbagalwa.bsky.social
Software engineer
Pinned
Hi #Rustacean,
I built a simple CLI that suggests commit messages based on your git diff — perfect for lazy devs 😄

👉 github.com/IbrahimBagal...

Feel free to contribute: issues and PRs are welcome!

#Rust #CLI #Git #OpenSource
GitHub - IbrahimBagalwa/commit_msg_generator
Contribute to IbrahimBagalwa/commit_msg_generator development by creating an account on GitHub.
github.com
Hi #Rustacean,
I built a simple CLI that suggests commit messages based on your git diff — perfect for lazy devs 😄

👉 github.com/IbrahimBagal...

Feel free to contribute: issues and PRs are welcome!

#Rust #CLI #Git #OpenSource
GitHub - IbrahimBagalwa/commit_msg_generator
Contribute to IbrahimBagalwa/commit_msg_generator development by creating an account on GitHub.
github.com
May 18, 2025 at 8:42 PM
🌟 Rust’s Drop Order Rules 🌟
Did you know? In Rust:

Variables (and function arguments) are dropped in reverse order of their declaration.
Nested values are dropped in source-code order.

🤔 Does this behavior align with your expectations? Drop your thoughts below!
December 28, 2024 at 3:42 PM
From byte to "bite me"
December 24, 2024 at 5:10 PM
Rust Strings: What's Really Stored?

In Rust, when you assign a string, the variable doesn’t store the string itself—it holds a pointer to the memory where the string starts.

So, if `let string = String::from("Hello");` points to 'H', where do the other characters go? 🤔
December 24, 2024 at 4:16 PM
🚀 Rustaceans! Let's Talk About the ? Operator! 🚀

Did you know the `?` operator in Rust can simplify your error handling? It automatically propagates errors, making your code cleaner and more readable!

Have you used the `?` operator in your Rust projects? Share your experiences and tips below! 👇
December 8, 2024 at 9:09 PM
Bluesky now has over 10 million users, and I was #2,778,604! But until now I don't even have 10 followers 😭
@bsky.app
September 19, 2024 at 2:12 PM
Reposted by Ibrahim Bagalwa
Firefox have changed their stance on JPEG XL to being supportive if a Rust implementation comes around
Firefox will consider a Rust implementation of JPEG-XL by bholley · Pull Request #1064 · mozilla/standards-positions
Over the past few months, we’ve had some productive conversations with the JPEG-XL team at Google Research around the future of the format in Firefox. Our primary concern has long been the increase...
github.com
September 4, 2024 at 5:10 PM
Motivation might change your day.
Discipline will change your life.

Good morning everyone 🌞
July 18, 2024 at 5:36 AM
July 16, 2024 at 8:18 PM
💡 How many parameters should a method have? Let's discuss! 🤔
1️⃣ 1-2 parameters
2️⃣ 3-4 parameters
3️⃣ 5+ parameters
4️⃣ Depends on the context
What do you think? Share your thoughts and experiences! 📣👇 #CodeQuality #Programming #DevCommunity #TechTalk #SoftwareEngineering #BestPractices #CleanCode
July 8, 2024 at 9:41 AM
Rust now supports diagnostic attributes which helps you customize the error messages you get from the... dev.to/ibrahimbagal...
May 3, 2024 at 5:39 AM
Exciting News: Node.js Version 21.7.1 Solves Long-standing Environment Variables Issue! No External Packages Needed 🚀 #NodeJS #Update #Documentation #developer #javascript .
📘 If you're interested in learning more, check out the documentation here: nodejs.org/docs/latest/...
May 3, 2024 at 2:56 AM