Scary. Iran is hitting the digital infrastructure.
Disrupting AWS regions, targeting the backbone of the internet.
The war has gone beyond the land or air… it’s the internet.
Iran also threatened to cut Red Sea cables, if that happens, it will impact 95% global internet.
Just ran my last SELECT * FROM learning! 🎉
Super proud to announce I've completed my SQL learning. Ready to start querying, joining, and aggregating real-world data. Time to level up my data skills!
What should I build first? 🤔
#SQL#Database#CodingJourney
⚛️ Day 48 of Learning React
Today I explored the useEffect and useState hooks.
🧠 Learned different variations of useEffect:
1️⃣ Runs on every render
2️⃣ Runs only on first render
3️⃣ Runs when dependencies change
4️⃣ Cleanup function (listener added/removed)
Day 47 of Learning React✌️
> Event Handling: onClick, onChange, onSubmit
> State: Used the useState
> Lifting State Up : The method for sending data from a child component (like a form) to its parent.
#React#WebDevelopment#100DaysOfCode#LiftingStateUp#State#Events
🎯Day 45
Today I started learning Tailwind CSS and used it to recreate the Razorpay website UI💻
It was fun exploring Tailwind’s utility classes and seeing how fast I could build modern, responsive layouts⚡
#100DaysOfCode#WebDevelopment#TailwindCSS#React#LearningInPublic
⚛️ Day 41 of Learning React ⚛️
Today I learned:
✨ Fragments
✨ Rendering Lists using map()
✨ Conditional Rendering
✨ Passing Data via Props
✨ CSS Modules
#React#WebDevelopment#100DaysOfCode#LearningJourney
Day 39 – Learning React 🚀
✅ Introduction to React & Components
✅ Create React App – IDE setup, Vite, Project Structure
Excited to start my React journey! ⚛️🔥
✅ Just completed my JavaScript journey 🎉
Now I’m confused 🤔 what should I pick next?
👉 React.js (frontend framework)
👉 Node.js (backend with JS)
What do you suggest I should learn first?
#JavaScript#WebDevelopment#100DaysOfCode
🚀 Day 38 of my #JavaScript Journey
Today I learned:
🔹 async functions & await
🔹 How to fetch APIs
🔹 Key terms: AJAX, JSON, json() method
🔹 HTTP verbs (GET, POST, etc.)
🔹 Response status codes & headers
#100DaysOfCode#JavaScript#WebDevelopment
If the desire for more positive experience is actually a negative experience, what are we even doing?🤔 Diving deep into The Subtle Art of Not Giving a F*ck today. So much for those 'Be Happy' posts. Anyone else read this and feel totally rewired? #MarkManson#BookTok#Nonfiction
📚 Currently diving into Operating System scheduling algorithms (Round Robin, SJF, Priority… you name it 😵)
Why? Because tomorrow is my class test.
Do I want to give it? Absolutely not.
Do I have a choice? Also absolutely not.
Send help 😂 #OperatingSystem#StudentLife
My college CT is forcing me to learn Computer Organization and Architecture. Here we go again with logic gates and Boolean expressions. 😭WTF #StudentStruggles#COA#CollegeLife
🚀 Day 37 of my #JavaScript Journey
Today I learned about:
🔹Promises in JS
🔹Promise States (pending, fulfilled, rejected)
🔹Using then() & catch()
🔹Handling multiple promises with Promise.all()
💡Promises make async code cleaner .
#100DaysOfCode#JavaScript#WebDevelopment