@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