❄️ Winter Edition: Live Coding with Extend Experience ❄️ Season 7 continues with a back-to-basics challenge: coding exclusively in Visual Mode. As seasoned Code Mode veterans, this will be a learning experience—but one that’s sure to be worth it! 📅 Next Call: Date: Thursday, December 19 Time: 12:00 PM - 1:00 PM PST ✨ Catch Up and Join Us: Don’t miss the next call! Get caught up on previous sessions by checking out this post: https://w.day/49LaJH6 ⛄ Stay tuned for more live coding adventures! ⛄
Workday Developers’ Post
More Relevant Posts
-
Day-123 : 🚀 Excited to share a checkpoint in my coding journey - hitting the 123rd day in my coding challenge! 💻✨ It's been Four Months plus three days of continuous growth, problem-solving, and the thrill of conquering coding puzzles. 📆💻 Join me in the pursuit of continuous learning and let's inspire each other to reach new coding heights! Link : https://lnkd.in/gDAQ53m2 #CodingChallenge #365DaysOfCode #TechJourney #ConsistencyMatters #365daysofcode #code #365daychallenge #scalerdiscord #codewithscaler #365daysofcodescaler
To view or add a comment, sign in
-
🌅 Rise and code! 🚀 Let's start this day with a strong cup of coffee and a stronger commitment to our coding goals #LearnToCode #CodeNewbie #MorningMotivation #CodeWithPassion #LinkedInCodingCommunity"
To view or add a comment, sign in
-
🎯 Day 10/21: Coding Challenge Update Today was all about learning and research—no actual coding, but still a critical part of the journey. I spent time focusing on understanding how to integrate the back end with the front end, all while working with a mobile phone setup. It's been a rewarding challenge to dive deeper into these concepts, and every bit of knowledge gained gets me closer to achieving my goals. Coding isn’t just about writing lines of code; it’s also about learning, experimenting, and preparing to solve real-world problems. Here’s to making every day count! 💡 #21DaysofCode #RubiesTech #CodingChallenge #Day10 #ContinuousLearning #FrontendBackendIntegration #GrowthMindset
To view or add a comment, sign in
-
Ready to level up your coding skills ? Join me a 25-day Leetcode challenge starting May 04,2024 , Solve 3 problems daily . Utilize holidays for extra practice! Let's conquer this coding journey together and emerge as stronger coders!💪💪 Tag a friend and let's dive in! 🔥🌞 #LeetCodeChallenge #CodingJourney #Techskill
To view or add a comment, sign in
-
Day-124 : 🚀 Excited to share a checkpoint in my coding journey - hitting the 124th day in my coding challenge! 💻✨ It's been Four Months plus four days of continuous growth, problem-solving, and the thrill of conquering coding puzzles. 📆💻 Join me in the pursuit of continuous learning and let's inspire each other to reach new coding heights! Link : https://lnkd.in/gDAQ53m2 #CodingChallenge #365DaysOfCode #TechJourney #ConsistencyMatters #365daysofcode #code #365daychallenge #scalerdiscord #codewithscaler #365daysofcodescaler
To view or add a comment, sign in
-
DAY 54🚀 Challenge accepted for 100 days of coding !! let's learn and grow together. Engage with my posts, share your thoughts, and let's build a vibrant community of learners. Together, we'll tackle challenges, explore new tech, and elevate our skills. Ready for the adventure!! Let's make every day count. leetcode 1343- (Number of sub-arrays of size K and avg. Greater than or equal to thrashold) #LeetCode #CodingChallenge #ProblemSolving #day54 class Solution { public: int numOfSubarrays(vector<int>& arr, int k, int threshold) { long long sum = 0; int count=0; for(int i=0; i<k; i++){ sum += arr[i]; } if(sum/3 >= threshold){ count++; } for(int i = k; i<arr.size(); i++){ sum += arr[i] - arr[i - k]; if(sum/k >= threshold){ count++; } } return count; } };
To view or add a comment, sign in
-
🌟 Day 17 of My 21-Day Coding Challenge 🌟 Another day, another milestone! 💻✨ Day 17 brought an interesting challenge that tested my problem-solving and optimization skills. It’s amazing to see how far I’ve come in terms of thinking critically and writing cleaner code. 🚀 With just 4 days to go, the motivation is at an all-time high. This journey has proven that consistent effort truly leads to growth. Let’s keep the streak alive! 💪 📌 Ready to tackle Day 18 tomorrow! #Codingninjas #NinjaSlayground Coding Ninjas
To view or add a comment, sign in
-
Achievement Unlocked: Daily Coding Challenge October 2024! 🌟 Proud to share that I completed the entire month of October without missing a single day of coding challenges! 📅💻 This accomplishment represents consistency, discipline, and a commitment to daily improvement. It's amazing what a month of steady progress can do. My October coding streak not only sharpened my problem-solving skills but also taught me the value of staying persistent. Here's to pushing boundaries, one line of code at a time! 🚀 #CodingChallenge #NoDaysOff #Consistency #ProblemSolving #GrowthMindset #OctoberChallenge
To view or add a comment, sign in
-
🚀 Day 93 of my #100DayChallenge 💻 Day 93 was another productive day of coding! 🌟 I tackled challenging problems, explored new algorithms, and continued to refine my coding skills. Dive into my latest solutions and updates on GitHub: [https://lnkd.in/dAT9Cg7Q] 📊 Throughout the #100DaysOfCode challenge, I've encountered various coding scenarios, each presenting unique learning opportunities. 💪 As I approach the final days of this challenge, I'm filled with gratitude for the progress I've made and the community that has supported me along the way. 🔍 Visit my LeetCode profile: [https://lnkd.in/d4YKvmKR] Let's keep coding and inspiring each other! 🚀 #CodeWithPassion 🔥 #LearningToCode is a journey of continuous growth! 🚀✨ Here's to Day 93 and the exciting coding adventures ahead! 🎉💻 #KeepCoding #Day93 #CodeProgress
To view or add a comment, sign in
-
🚀 Exciting News! 🚀 Embarking on a 30-Day Coding Challenge today! 💻 Join me on this coding journey as I conquer challenges and sharpen my skills. Let's inspire each other! 🖥 💪 #CodingChallenge #30DaysOfCode #CodeLife
To view or add a comment, sign in
5,806 followers