Day 44 of showing up, and consistency is starting to compound 🚀 Today’s challenge focused on counting digit occurrences in squared numbers—a simple concept that really tests attention to detail and iteration logic. 💡 Breaking the problem down into smaller steps made it much easier to handle and debug. What stood out is how even basic loops and string conversions can build strong problem-solving foundations when used correctly. 🔍 The real win? Staying consistent and improving a little every single day. 📈 On to the next challenge. #100DaysOfCode #CodingJourney #JavaScript #ProblemSolving #Consistency #LearningInPublic #DeveloperGrowth
Day 44: Consistency Compounds in Coding Challenge
More Relevant Posts
-
Day 26/128 of my LeetCode journey 🚀 Today’s problem: Longest Substring Without Repeating Characters Solved it using the sliding window technique with a Set in JavaScript. This approach helped me optimize the solution to O(n) time complexity, making it efficient even for larger inputs. 💡 Key takeaway: Understanding how to dynamically adjust the window when duplicates appear is crucial for mastering string problems like this. Consistency is the real game-changer. Showing up every day, one problem at a time 💪 #LeetCode #128DaysOfCode #JavaScript #CodingJourney #DSA #ProblemSolving
To view or add a comment, sign in
-
-
Most beginners use Promises because that's what tutorials show. But async/await exists for a reason — it's cleaner, easier to debug, and reads like normal code. Here's the side-by-side difference, with real code examples. Save this for when you hit your first API call. Learn the full stack at → www.codingelf.academy #JavaScript #WebDevelopment #CodingForBeginners #AsyncAwait #TechCareer
To view or add a comment, sign in
-
-
🚀 LeetCode Challenge Update: 27/128 Just wrapped up “Container With Most Water” 💧 — a classic two-pointer problem that really tests how you think about optimization. At first glance, it feels like a brute-force problem… but the real magic is in reducing time complexity from O(n²) to O(n) using a smarter approach. 🔑 Key takeaway: Sometimes the best solution isn’t about checking everything — it’s about moving intelligently and eliminating unnecessary work. 📈 Progress: 27/128 Consistency > Motivation #LeetCode #128DaysOfCode #CodingJourney #DSA #JavaScript #ProblemSolving
To view or add a comment, sign in
-
-
JavaScript can surprise you! What will this return? console.log([] == ![]) Most people guess - false But the answer is - true Why? Because JavaScript silently converts types behind the scenes. Lesson: Always understand type coercion — or use === to avoid surprises. #JavaScript #Coding #WebDevelopment #LearnToCode
To view or add a comment, sign in
-
Day 5 — #100DaysOfCode Built a Random Color Generator using JavaScript today. ✅ With a simple click, the background color changes dynamically—making the concept of DOM manipulation and event handling more practical and visual. Projects like these make learning more engaging and help connect concepts more clearly. Building, learning, and improving step by step. 🚀 #100DaysOfCode #JavaScript #WebDevelopment #FrontendDevelopment #Projects #Consistency
To view or add a comment, sign in
-
🚀 Day 15/30 – Event Bubbling in JavaScript When an event occurs on an element, it doesn’t just stop there — it bubbles up through its parent elements all the way to the root. 👉 Simply put: Event starts from the target element → moves up to parent → ancestor → document 💡 Example: Clicking a button inside a div will trigger: Button’s event Then the parent div’s event Learn with JavaScript Mastery #Day14 #FrontendDeveloper #JavaScript #InterviewPreparation #WebDevelopment #30DaysChallenge w3schools.com
To view or add a comment, sign in
-
-
Consistency is starting to compound, and Day 59 is proof of that 💻✨ Today’s focus was solving the “string ends with?” problem in JavaScript. It looked simple at first, but it really helped reinforce how built-in methods like endsWith() work under the hood. Also explored an alternative approach using slice()—a great reminder that there’s always more than one way to solve a problem. The biggest learning? Writing clean, readable solutions is just as important as getting the correct output. 🧠 One step closer to mastering problem-solving and strengthening core JavaScript fundamentals 🚀 #100DaysOfCode #JavaScript #CodingJourney #ProblemSolving #WebDevelopment #LearnToCode #Consistency #TechGrowth
To view or add a comment, sign in
-
-
🧠 Day 6 of 21days challenge JavaScript Currying 🔥 function add(a) { ... } Why multiple functions? Currying is a technique where a function with multiple arguments is transformed into a sequence of functions, each taking one argument. It helps in breaking down functions into smaller reusable pieces. For easy understanding :- Currying = one argument at a time Each function returns another function Final result comes at the end 👉 That’s why add(2)(3)(5) works This changed how I structure functions 🚀 #JavaScript #Currying #FunctionalProgramming
To view or add a comment, sign in
-
-
🚀 Day 4 of #100DaysOfCode In the past few days, I learned: ✔ React components and props ✔ Events and useState ✔ Handling user input Today I built a simple input feature where users can enter data and see it on screen. Step by step improving my skills 💻 #React #JavaScript #WebDevelopment #Coding
To view or add a comment, sign in
-
Day 83 of #100DaysOfCode Today I learned the Two Pointers technique, an important pattern for solving array problems efficiently. Covered: • Pair sum problems • Array reversal • Removing duplicates • Optimizing time complexity This technique helps reduce time complexity #DSA #CodingInterview #JavaScript #LearningInPublic
To view or add a comment, sign in
Explore content categories
- Career
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Artificial Intelligence
- Employee Experience
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Hospitality & Tourism
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development