Sunil Reddy Profile
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
Don't wanna be here? Send us removal request.
@SunilReddy48731
Sunil Reddy
3 days
๐Ÿš€ 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
@SunilReddy48731
Sunil Reddy
5 days
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
@SunilReddy48731
Sunil Reddy
11 days
๐Ÿš€ 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
@SunilReddy48731
Sunil Reddy
11 days
๐Ÿฆ€ 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
@SunilReddy48731
Sunil Reddy
13 days
Started consuming this Playlist Fearless Concurency in #RUST https://t.co/DOtkrqx8JN Feel free to check it out
Tweet card summary image
youtube.com
0
0
0
@SunilReddy48731
Sunil Reddy
17 days
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
@SunilReddy48731
Sunil Reddy
18 days
#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
@SunilReddy48731
Sunil Reddy
18 days
๐Ÿš€ 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
@SunilReddy48731
Sunil Reddy
20 days
#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
@SunilReddy48731
Sunil Reddy
30 days
For other languages:
0
0
0
@SunilReddy48731
Sunil Reddy
30 days
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
@SunilReddy48731
Sunil Reddy
30 days
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
@SunilReddy48731
Sunil Reddy
1 month
Happy Diwali Everyone!!!๐Ÿฅณ๐Ÿฅณ๐Ÿฅณ
0
0
0
@bytetwt
byte.sol โ€” e/acc
1 month
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
@Adityapandeydev
Adith
1 month
This really means a lot for small accounts like ours โค๏ธ
351
64
2K
@SunilReddy48731
Sunil Reddy
1 month
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