Sunil Reddy
@SunilReddy48731
Followers
12
Following
14
Media
18
Statuses
71
Learning Rust | Full-Stack Developer | Java, Angular, React, Next.js | 100xdev Cohort 2 Graduate | Building real-world apps | Open to remote/startup roles ๐
Dubai
Joined June 2025
๐ Solved 2 DSA problems today using Boyer-Moore Voting Algorithm! ๐ง โ
Found the majority element (> n/2) โ
Found elements appearing > n/3 times Feeling more confident with O(1) space tricks in Rust. ๐ช #RustLang #DSA #Coding #BoyerMoore
0
0
0
Built a small #Rust backend today using Axum + Tokio + Reqwest that fetches live crypto prices directly from the CoinGecko API. This project helped me understand async Rust much betterโrouting, extractors, JSON parsing, and real API integration. Simple project, solid learning.
1
0
1
๐ Tried my first async Rust program today! ๐ฆ Followed the Rust docs to build a small example that fetches two URLs concurrently and prints whichever returns first โ all using async/await and trpl::race. #RustLang #AsyncRust
1
0
0
๐ฆ Solved two #LeetCode problems in #Rust today! 1๏ธโฃ Rotate Image โ In-place matrix rotation using mem::swap + reverse. 2๏ธโฃ Merge Intervals โ Sorted and merged overlapping intervals cleanly. Bit by bit, sharpening both logic and Rust fluency โ๏ธ #100DaysOfCode #RustLang #Coding
0
0
0
Started consuming this Playlist Fearless Concurency in #RUST
https://t.co/DOtkrqx8JN Feel free to check it out
youtube.com
0
0
0
Built my first REST API in ๐ฆ #Rust using Rocket ๐ A simple To-Do List backend โ CRUD ops, CSV storage, and pure Rust power ๐ช Repo ๐ https://t.co/4s2r2KIM4o
#RustLang #WebDev #API #OpenSource #Backend
github.com
Contribute to Sunil-Reddy-Gummalla/todo_rust development by creating an account on GitHub.
0
0
1
#100daysofDSA Today I solved Next Permutation in Rust Things I learned โ
inbuilt swap and reverse for Vec and its variations โ
idiomatic way using find() โ
finding influx point for swapping Try your self: https://t.co/jngyTeBXkd
0
0
0
๐ Built a small Rust CLI tool that converts Markdown โ HTML using ๐ฆ clap for CLI args ๐ pulldown-cmark for Markdown parsing ๐งฑ maud for templating Learned about: clap::Parser for argument handling Combining functional & declarative styles in Rust
1
0
0
#quoteoftheday If you are healthy you will have 1000 problems If you not you have only one problem. My last week situation ๐คฃ
0
0
0
Found a good trick for clearing terminal screen from code ``` print!("\x1B[2J\x1B[1;1H"); ``` \x1B[2J โ clear screen \x1B[1;1H โ move cursor to top-left Works on most ANSI-compatible terminals! ๐
1
0
0
If you like to check the code link is here https://t.co/txjzTqjNus
github.com
Contribute to Sunil-Reddy-Gummalla/rust-1 development by creating an account on GitHub.
0
0
0
Built a Tic-Tac-Toe game in Rust ๐ฎ ๐ป Fully in the terminal โ๏ธ Handles moves, wins & draws ๐ฅ Optimized with Rust arrays & iterators Think you can beat it? #RustLang #RustDev #Programming
1
0
0
Build "Git" in Rust from Scratch - Master Rust's ownership system while building something you use every day. And understand what the hell .git actually does under the hood. Playlist - https://t.co/Mq6xyUY8ud
13
132
973
This really means a lot for small accounts like ours โค๏ธ
351
64
2K
Finished Generics and Traits in Rustlings & Rust By Practice ๐ฏ Some of the trickiest concepts so far โ but also the ones that make Rust feel so powerful and elegant. Definitely worth the grind ๐ช #Rust #Rustlings #DevJourney
0
0
0