SudoX7 (@sudox7) 's Twitter Profile
SudoX7

@sudox7

i like coding and gaming πŸ‘Ύ

ID: 1885774579953790976

calendar_today01-02-2025 19:38:15

26 Tweet

34 Followers

32 Following

trish (@_trish_xd) 's Twitter Profile Photo

New version drops tomorrow πŸš€ From Sockets to Servers is now updated with better explanations, cleaner code, and more real-world insights. βœ” Old buyers get it FREE βœ” Subscribers get it FREE 🎁 First 20 new buyers get it FREE No fluff. Just real systems programming.

New version drops tomorrow πŸš€

From Sockets to Servers is now updated with better explanations, cleaner code, and more real-world insights.

βœ” Old buyers get it FREE
βœ” Subscribers get it FREE
🎁 First 20 new buyers get it FREE

No fluff. Just real systems programming.
SudoX7 (@sudox7) 's Twitter Profile Photo

i finally put my personal blog live. this is where i’ll write about what i’m learning and building. if you check it out, feedback would mean a lot. sudox7.netlify.app

i finally put my personal blog live.
this is where i’ll write about what i’m learning and building.

if you check it out, feedback would mean a lot.
sudox7.netlify.app
SudoX7 (@sudox7) 's Twitter Profile Photo

unpopular opinion but busy days are the best days, you might be tired and stressed but atleast you were not overthinking and sad all day

SudoX7 (@sudox7) 's Twitter Profile Photo

computer science degrees cover all the theory, but somehow skip the part where you actually learn to build real software.

SudoX7 (@sudox7) 's Twitter Profile Photo

learning c isn’t about nostalgia. it teaches you how memory actually works, why crashes happen, and why higher-level languages exist in the first place. that understanding carries everywhere.

trish (@_trish_xd) 's Twitter Profile Photo

Sometimes I forget how much you can actually build with just HTML, CSS, and JS. No frameworks, no build tools just raw frontend. It feels kinda peaceful, ngl.

trish (@_trish_xd) 's Twitter Profile Photo

Built a minimal chat server in C - multi-client support (up to 10 users) - real-time message broadcasting - clean socket programming with select() - threaded client for async messaging perfect for learning network programming!

Built a minimal chat server in C

- multi-client support (up to 10 users)
- real-time message broadcasting
- clean socket programming with select()
- threaded client for async messaging

perfect for learning network programming!
SudoX7 (@sudox7) 's Twitter Profile Photo

I built an HTTP client in C using libcurl. tried to implement most of the features you'd expect support for all http methods, custom headers, json formatting, response time tracking, and even code generation for multiple languages. github.com/sudox77/httpx

I built an HTTP client in C using libcurl.

tried to implement most of the features you'd expect

support for all http methods, custom headers, json formatting, response time tracking, and even code generation for multiple languages.

github.com/sudox77/httpx