mustCode
39 subscribers
68 photos
6 videos
8 links
the journey documentation
Download Telegram
mustCode
So this is what you meant @RunProjectB
My first time traveling with such kind of taxi
(Digital payment integrated one ๐Ÿ˜…)
Forwarded from Project B
We are here
โค1๐Ÿ‘1
This media is not supported in your browser
VIEW IN TELEGRAM
Secured a place at least ๐Ÿ˜…
๐Ÿ”ฅ2
25' till submission..gave everything to claude
the experience is good indeed.. forget the submission
mustCode
Video
First Day of Internship folks
Great office actually ๐Ÿ”ฅ
Genuinely not getting why my fam is worried about my screen time when there are niggas my age ripping bed and doing drugs, i don't even go out of the house ma nigga plus i have a bedtime pus i am fucking 19 bruh. I am just inches close to crashing out fr.
mustCode
Time to dive in those books I set as "I will read when I get time"
Outstanding!๐Ÿ˜ฎโ€๐Ÿ’จ๐Ÿ˜ฎโ€๐Ÿ’จ
Forwarded from Project B
Croatia scored and again the play before the goal๐Ÿ”ฅ y'all better be watching this game
not watching gn I checked at least๐Ÿ˜ž
I know it is basic ..just incase
CORS (Cross-Origin Resource Sharing) is a browser rule that controls if your frontend can talk to a backend on a different domain/port.
Example:
React (localhost:3000) โ†’ Django (localhost:8000)
Without CORS, the browser blocks the request.
Fix in Django:
CORS_ALLOWED_ORIGINS = [
"http://localhost:3000",
]
๐Ÿ‘2
Was watching graduation ceremony of our campus

So I realized with my grades I can only attend the ceremony...forget any kind of recognition
๐Ÿ˜ญ4๐Ÿ˜1
the hell with "others" and "other"?๐Ÿ˜–
๐Ÿ˜1
Yep... priorities๐Ÿ˜…
๐Ÿ˜ฎโ€๐Ÿ’จ๐Ÿฅฒ๐Ÿฅฒ
I am gonna buy ..no wait I am gonna go out ... nevermind I forgot I have to spend much of it on transportation for the internship
๐Ÿ˜1
Coupled: Like a house where all rooms share one electrical switchโ€”turn it off, and everything stops.
Decoupled: Like an apartment building where each apartment has its own switchโ€”one issue doesn't affect the others.

yep just refreshing somethings๐Ÿ˜…
credit to chatgpt for the the analogy
๐Ÿ‘1