PixieCoder's profile picture.

Amisha

@PixieCoder

Starting my day with LeetCode Question: Calculate Money in Leetcode Bank My approach: >Count full weeks, each week follows an arithmetic series >Use formula instead of looping every day >Add leftover days from the next week >Got the total in just O(1) time! #LeetCode #Coding

PixieCoder's tweet image. Starting my day with LeetCode
Question: Calculate Money in Leetcode Bank 
My approach:
>Count full weeks, each week follows an arithmetic series
>Use formula instead of looping every day
>Add leftover days from the next week
>Got the total in just O(1) time!

#LeetCode #Coding

Day 3️⃣0️⃣ of Operation Defense ⚔️ Explored Events in JavaScript today 🎯 → Learned how events make web pages interactive → Understood event types → Practiced using event handlers and addEventListener() @rohit_negi9 #100DaysOfCode #JavaScript #EventHandling #WebDevelopment

PixieCoder's tweet image. Day 3️⃣0️⃣ of Operation Defense ⚔️
Explored Events in JavaScript today 🎯
→ Learned how events make web pages interactive
→ Understood event types
→ Practiced using event handlers and addEventListener()
@rohit_negi9 
#100DaysOfCode #JavaScript #EventHandling #WebDevelopment

Back to my work #research #AI #ML

PixieCoder's tweet image. Back to my work
#research #AI #ML

Day 2️⃣9️⃣ of Operation Defense ⚔️ Explored CRUD Operations in the DOM today → Understood how DOM represents the structure of a webpage → Learned to Create, Read, Update & Delete elements dynamically → Enhanced interactivity using JavaScript ✨ @rohit_negi9 #100DaysOfCode #DOM

PixieCoder's tweet image. Day 2️⃣9️⃣ of Operation Defense ⚔️
Explored CRUD Operations in the DOM today
→ Understood how DOM represents the structure of a webpage
→ Learned to Create, Read, Update & Delete elements dynamically
→ Enhanced interactivity using JavaScript ✨
@rohit_negi9
#100DaysOfCode #DOM

Taking a little break from #100DaysOfCode 🏡💻 Going home for a few days. Can’t wait to jump back into coding when I return! 🚀


Day 50🌱 ✅ Solved DSA problems (Array) ✅ Revised theory of Stack and Queue ✅ Studied for semester exams (still more left) Not much coding today because of exam prep, but keeping the consistency going 💪✨ #100DaysOfCode #DSA #ExamMode


Day 2️⃣8️⃣ of Operation Defense ⚔️ Explored JavaScript DOM Manipulation today 💻 → Learned how DOM represents the webpage → Practiced accessing & modifying elements → Added interactivity using JS ✨ @rohit_negi9 #100DaysOfCode #OperationDefense #JavaScript #DOM

PixieCoder's tweet image. Day 2️⃣8️⃣ of Operation Defense ⚔️
Explored JavaScript DOM Manipulation today 💻
→ Learned how DOM represents the webpage
→ Practiced accessing & modifying elements
→ Added interactivity using JS ✨
@rohit_negi9 
#100DaysOfCode #OperationDefense #JavaScript #DOM

Day 49 🌱 ✅ Solved DSA problems (String) ✅ Studied Advanced Data Structures for semester exams(still more left to cover) ✅ Did some coding work on my project #100DaysOfCode #DSA #Project #StudentLife


Day 2️⃣7️⃣ of Operation Defense ⚔️ Today I dived into some powerful JavaScript concepts → Learned about Map, Filter, and Reduce functions → Explored Set and Map objects in depth → Understood how they make data handling more efficient @rohit_negi9 #100DaysOfCode #OperationDefense

PixieCoder's tweet image. Day 2️⃣7️⃣ of Operation Defense ⚔️
Today I dived into some powerful JavaScript concepts
→ Learned about Map, Filter, and Reduce functions
→ Explored Set and Map objects in depth
→ Understood how they make data handling more efficient
@rohit_negi9
#100DaysOfCode #OperationDefense

📚 Exam mode ON 💪 Out of 6 papers, 2 done and 4 left! 📝 The paper was easy ✅ #StudentLife #Exams #Consistency #KeepGoing

PixieCoder's tweet image. 📚 Exam mode ON 💪
Out of 6 papers, 2 done and 4 left! 📝
The paper was easy ✅
#StudentLife #Exams #Consistency #KeepGoing

Day 48🌱 ✅ Solved DSA problems (Stack) ✅ Read a research paper on prevention from road accidents in hilly areas ✅ Studied for semester exams (still more left to cover) Step by step, building consistency in DSA, research, and academics 💪✨ #100DaysOfCode #DSA #Research


Day 2️⃣6️⃣ of Operation Defense ⚔️ Today I explored some advanced JavaScript concepts → Understood Closures and how they preserve scope → Learned about Scope → Explored Higher-Order Functions @rohit_negi9 #100DaysOfCode #OperationDefense #WebDevelopment #LearningJourney

PixieCoder's tweet image. Day 2️⃣6️⃣ of Operation Defense ⚔️
Today I explored some advanced JavaScript concepts
→ Understood Closures and how they preserve scope 
→ Learned about Scope
→ Explored Higher-Order Functions
@rohit_negi9
#100DaysOfCode #OperationDefense #WebDevelopment #LearningJourney

Morning coding session 🌞 Started my day learning about Closures in JavaScript 🔒 Understanding how functions remember their scope even after execution — really interesting concept! Feeling productive and ready to dive deeper into JS today 💻✨ #CodingJourney #LearningEveryday

PixieCoder's tweet image. Morning coding session 🌞
Started my day learning about Closures in JavaScript 🔒
Understanding how functions remember their scope even after execution — really interesting concept!
Feeling productive and ready to dive deeper into JS today 💻✨
#CodingJourney #LearningEveryday

Day 47 🌱 (Wasn’t able to update my streak yesterday, so here I am catching up now 💫) ✅ Solved DSA problems ✅ Revised Stack theory concepts Staying consistent and reinforcing my DSA fundamentals step by step 💪📚 #100DaysOfCode #DSA #StudentLife #CodingJourney


Tomorrow is my semester exam 🎓📚 But right now… I’m in the mood for some coding 💻🔥 Can’t resist the urge to learn and build - consistency is the key! 💪 #Coding #StudentLife #Consistency #LearningEveryday


Day 2️⃣5️⃣ of Operation Defense ⚔️ Today I understood how JavaScript code runs under the hood -> Learned about Execution Context -> Explored the concept of Hoisting in JavaScript -> Understood how Global & Functional Execution Phases work @rohit_negi9 #100DaysOfCode #JavaScript

PixieCoder's tweet image. Day 2️⃣5️⃣ of Operation Defense ⚔️
Today I understood how JavaScript code runs under the hood
-> Learned about Execution Context
-> Explored the concept of Hoisting in JavaScript
-> Understood how Global & Functional Execution Phases work 
@rohit_negi9
#100DaysOfCode #JavaScript

Wake up and start grinding DSA 💻 But this time — only optimized solutions ⚡ No brute force, just clean logic and hashmap magic 🧠 #DSA #LeetCode #CodingJourney #100DaysOfCode

PixieCoder's tweet image. Wake up and start grinding DSA 💻
But this time — only optimized solutions ⚡
No brute force, just clean logic and hashmap magic 🧠
#DSA #LeetCode #CodingJourney #100DaysOfCode

Day 46 🌱 ✅ Solved DSA problems (Stack) ✅ Revised Stack theory concepts ✅ Worked on my mini project ✅ Studied for semester exams Step by step, strengthening DSA foundations, project skills, and exam preparation 💪📚 #100DaysOfCode #DSA #Project #StudentLife #CodingJourney


Day 2️⃣4️⃣ of Operation Defense ⚔️ Today I explored JavaScript Functions in-depth 🧠 -> Learned about function declarations -> Understood parameters, return values, and scope -> Explored arrow functions & anonymous functions @rohit_negi9 #100DaysOfCode #OperationDefense #JavaScript

PixieCoder's tweet image. Day 2️⃣4️⃣ of Operation Defense ⚔️
Today I explored JavaScript Functions in-depth 🧠
-> Learned about function declarations
-> Understood parameters, return values, and scope
-> Explored arrow functions & anonymous functions
@rohit_negi9
#100DaysOfCode #OperationDefense #JavaScript
PixieCoder's tweet image. Day 2️⃣4️⃣ of Operation Defense ⚔️
Today I explored JavaScript Functions in-depth 🧠
-> Learned about function declarations
-> Understood parameters, return values, and scope
-> Explored arrow functions & anonymous functions
@rohit_negi9
#100DaysOfCode #OperationDefense #JavaScript

Day 45 🌱 ✅ Solved DSA problems (Stack & Queue) ✅ Revised Hashing techniques in Data Structures ✅ Studied for minor (semester exam) Step by step, strengthening core DSA concepts and preparing for exams 💪📚 #100DaysOfCode #DSA #StudentLife #CodingJourney #Consistency


United States Tendances

Loading...

Something went wrong.


Something went wrong.