@DanutPralea I built it modularly! I used different tools for the layout, stats, and badges, then merged the chunks and customized the code to get the exact look I wanted.
Just gave my GitHub profile a massive makeover! 🚀
From a basic README to something that actually reflects my work and personality. It feels good to have a digital home that looks professional.
Check it out here: github.com/captain-adi#buildinpublic#github#developer
Today I learned the basics of AI 🤖
• What AI actually is
• What tokens are and why they matter
• How LLMs (Large Language Models) work
Small steps, but moving forward 🚀
#AI#LLM#MachineLearning#LearningInPublic
Here’s the problem: when I log in, the user is set in state and shows in <Home />, but after refresh it vanishes, even though AuthProvider logs appear. I’m using user via the useAuth() hook.
It’s not a loading issue🥲
anyone know why?
here is code image and video for reference
@Maxvhanamane Data is whole data that is coming from backens like statuscode, massage, user as u can see in console
At least that should be set in the state
@Maxvhanamane ya in useEffect initial mount user in null or undefined but after complete check login it changing the state again that trigger re-render and set the value of user
, you can see in the video but when i go to use it i will give null or undefined
here is the routes -
@adi_iox Show me how your routes are defined. Whenever you share issues, always provide all the connected pieces of code. I think it’s happening because your AuthProvider useEffect runs after mount, so on the initial mount the user is undefined. const [user,setUser]=useState(undefined)
✅ Completed 75% of my project today!
🔹 Integrated TURN/STUN servers
🔹 Created an offer to share SDP
The only part left is sharing the stream – planning to implement it tomorrow. 🚀
#WebRTC
After working on WebRTC, I learned how two devices talk with each other. Key takeaways
SDP
TCP
UDP
STUN/TURN servers
Private IP
Public IP
Networking concepts finally make sense 🔥"
🚀 Video Call application Updates !
✅ Completed Authentication (Login, Signup, Logout)
✅ Built a clean Home UI
🔜 Next: integrating WebRTC + Socket.IO for real-time magic ⚡
The journey is getting exciting! 🔥
#WebRTC#SocketIO#MERN#React#NodeJS