@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: https://t.co/2UNItylM9d
#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 -
β 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 + https://t.co/ON6QMeHTaE for real-time magic β‘
The journey is getting exciting! π₯
#WebRTC#SocketIO#MERN#React#NodeJS