
Khushi
@learnwithkhushi
Followers
9
Following
35
Media
66
Statuses
245
🚀 Aspiring Frontend Developer | Learning JavaScript, CSS & DSA in Java 💡 Building projects, solving problems & sharing my journey 📌 Growing one line of code
Joined May 2022
🚀 Just built The Assembly Endgame — a word-guessing game in #React!.🧠 Abstract hints.🎞️ Smooth animations.⚠️ Still working on a11y improvements.Built during @scrimba course by @bobziroll.🔗 Play: 💻 Code: #ReactJS #100DaysOfCode.
0
0
4
RT @AmeenNH3: I've taken over a dozen interviews in the last 6 months. It honestly pains me to see how many people completely miss the bas….
0
371
0
Some days are for building. Others are for debugging your understanding. Today was a bit of both—and I’m better for it. What’s one concept you’ve been meaning to master more deeply? 👇.Let’s grow together. 🌱. #100DaysOfCode #FrontendDev #WebDevelopment.
0
0
0
💻 DSA wins today too! Solved:. 🔹 Gas Station — taught me how to break a problem into smaller steps. 🔹 Candy — pushed me to think through edge cases & greedy logic. Both boosted my confidence in pattern recognition & breakdown strategy. #LeetCode.
1
0
1
While I’ve been good at the practical side, I realized I need to improve the theory. Understanding how useState, useEffect, and component re-renders work under the hood is crucial. Time to go deeper. 🔍 #React.
1
0
0
🧠 Productive dev day! (Day -1).Finished Section 5 of @bobziroll’s React course on @scrimba + solved 2 LeetCode problems. Getting ready to build the Tenzies project on my own!.But I also uncovered some gaps….🧵 #ReactJS #LeetCode #BuildInPublic.
1
0
1
💬 My advice?.Don’t just follow the lab steps—experiment. Tweak the prompt, test outcomes, and dig deeper. That’s how you go from using AI → to understanding it. If you’re into AI, try this program. Let’s build the future together! 🤖.#GenAI #BuildInPublic #VertexAI.
0
0
1
🏅 Earning the skill badge was a proud moment!.It wasn’t just a badge—it was proof of all the practical AI knowledge I gained. Excited to explore more labs in this program!. #LearningJourney.
1
0
0
🎯 Lab 4: Challenge Time!.No instructions. Just a real-world prompt design task. I created product descriptions, exported code, and ran it inside a Jupyter notebook. Everything clicked into place here!.#AIProjects #HandsOnLearning.
1
0
0
🖼️ Lab 2: Multimodal Magic with Vertex AI.→ Used Gemini to analyze images + text.→ Explored how to design effective prompts with visual context.No code, just UI magic in the Vertex AI Studio!.#MultimodalAI #Gemini.
1
0
0
💡 Lab 1: Prompt Design Best Practices.→ Learned how clarity, specificity & context affect AI responses.→ Explored use cases: Q&A, text extraction, summarization, etc. Lesson: A better prompt = a better output, every time. #PromptDesign #GenAI.
1
0
0
🎯 Why I joined?.To upskill in the field of generative AI and understand how AI models respond based on how we ask them things (prompts). This hands-on program was perfect for someone like me who learns best by doing. #PromptEngineering.
1
0
0
Just completed the Gen AI Exchange Program by Google Cloud and earned my first skill badge in Prompt Design in Vertex AI!.It was an eye-opening journey into generative AI, Gemini, and prompt engineering. 🧵Here’s what I learned (and how you can too):.#GenAI #VertexAI #GoogleCloud
1
0
0
🚀 Just solved LeetCode 380: Insert Delete GetRandom O(1) — but not without hurdles!. Tried objects, messed up Map usage, and learned a lot about scoping in JS. Wrote an article breaking it all down. 👇.📝 #100DaysOfCode #LeetCode #JavaScript.
0
0
2
🦈 Just unlocked the Pull Shark badge on GitHub!. It’s a small win, but a proud one — contributing, learning, and growing one pull request at a time. Grateful for every line of code and every lesson along the way! 💻✨.#GitHub #PullShark #OpenSource #DevJourney #FrontendDev
0
0
1
Greedy ≠ always optimal.But when it works, it’s fast & elegant 💡.Test edge cases hard. Building intuition > memorizing patterns. What’s your fav greedy problem? Let’s connect 💬.#100DaysOfCode #devcommunity.
0
0
0
🔁 Jump Game II.Naive: Try jumping from every position.❌ Too slow!.✅ Greedy:.Track maxReach, curEnd, jumps. When i == curEnd, jump!.Update curEnd = maxReach. Min jumps in O(n). #leetcode #greedy #javascript
1
0
1