@nasimkuniyil

0 Followers
6 Following
3 Posts
Software developer
I was exploring how integers are stored in C++. An int uses 4 bytes (32 bits). Even if I store just 1, it only needs 1 bit, but the rest of the 31 bits are still reserved. Feels like so much unused space. how is this managed in memory?

just moved to fedora linux 🐧

new here, still figuring things out.

current workflow: break β†’ google β†’ fix β†’ repeat πŸ”

but hey, it’s kinda fun πŸ˜„

#fedora #linux #devlife #newtoLinux

Just finished a small practice project πŸš€

Built an OLX Clone using React + Tailwind and Firebase (auth + data).
Right now it only supports car listings, but it helped me a lot to practice React basics and understand Firebase integration.

Still simple, but one step forward in my dev journey πŸ’»βœ¨

#React #Firebase #WebDev #Learning