Python Challenge #3
Find the largest number in a list.
Simple at first glance — until you think about edge cases.
Try it before checking solutions 👇
👉solvewithpython.com/beginner/find-the-larges...
#Python #Programming #CodeChallenge #ProblemSolving #LearnByDoing
Python Challenge #2
Count the number of words in a sentence.
Sounds simple — but what counts as a word?
Try it first 👇
solvewithpython.com/beginner/cou...
#Python #Programming #CodeChallenge #ProblemSolving #LearnByDoing #Developers
I’ve started publishing short Python challenges on SolveWithPython.
Here’s the first one — takes about 5 minutes to try:
Simple problem — but worth thinking about edge cases.
Try it before checking solutions 👇
solvewithpython.com/beginner/rev...
#Python #Programming #CodeChallenge #LearnByDoing
Check out the champions of GitHub’s For the Love of Code challenge, featuring karaoke terminals and AI résumés! #GitHub #CodeChallenge github.blog/open-source/from-karaoke...
What will be the output of the following code?
Will it print:
1. Hello, Apurva
2. Hello, undefined
3. Throw an error
#JavaScript #WebDevelopment #Frontend #CodingInterview #thisKeyword #NodeJS #TechLearning #CodeChallenge #100DaysOfCode #ProblemSolving
CSS Quiz #2 – Write the answer in the comments below 😉👇🏻 – Show off your CSS skills! Visit javidev (link in my profile) #mysticjs #CSSQuiz #FrontendChallenge #WebDesign #CSSTips #CodeChallenge #DevLife #ProgrammingFun #CodeBetter #ProgrammerLife
JavaScript Quiz – Write the answer in the comments below 👇🏻🧠 – Test your coding brain! Visit javidev (link in my profile) #mysticjs #JavaScriptQuiz #CodeChallenge #LearnJavaScript #DeveloperTips #ProgrammingFun #CodeBetter #DevLife #SkillBoost #ProgrammerLife
CSS Quiz #1 - Write the answer in the comments below 😉👇🏻 – Test your CSS brain! Visit javidev (link in my profile) #mysticjs #CSSQuiz #FrontendChallenge #WebDesign #CSSTips #CodeChallenge #DevLife
Codova The World’s First Multipurpose QR Code Builder – Online Marketing Scoops onlinemarketingscoops.com/2025/01/17/c...
#QRCode #QRCodeChallenge #qrcodemarketing #QRCodeScanner #code #codechallenge #label #labeldesign
HSBC Hackathon is Finally Here!
The HSBC Hackathon is accepting registrations now—open to developers, designers, and problem-solvers across India.
👉 Explore details & register:
🔗 thenewviews.com/hsbc-hackathon
#HSBC #Hackathon #Fintech #Innovation #CodeChallenge
Quiz #18: Can you guess the answer? 🤔🪄 Test your logic — visit javidev, link in my profile!
Mystic.js challenges your mind again — drop your answer below and tag someone who dares to solve it! 🧠🔥💬
#quizchallenge #logicpuzzle #devfun #mysticjs #javidev #brainteaser #codechallenge
The Rust code below is a crime against the borrow checker 😱🦀.
Can you rewrite it in idiomatic Rust?
Drop your fixes below!
#RustLang #CodeChallenge #rustlang
Quiz #14: Comment Your Answer & Tag Your Friends – Can They Solve It? 😉🧠 | Try it now! Visit javidev – link in my profile. Created by mystic.js
#TechQuiz #BrainChallenge #DevMindset #ProblemSolver #QuizForDevs #CodeChallenge #ThinkFast #LogicPuzzle #TagAFriend #SmartTest
Quiz #13: Can You Solve It? 🤔🧠 | Challenge your brain and drop your answer in the comments! Visit javidev – link in my profile. Created by mystic.js
#BrainTeaser #DevQuiz #LogicChallenge #MindWorkout #ProblemSolving #CodeChallenge #TechQuiz #ThinkSmart #QuizTime #DeveloperFun
Quiz #11: Only Real Devs Know This 🤔💡
Think you got it? Drop your answer in the comments — and explore more on javidev (link in my profile).
Creation: mystic.js
#quiztime #programmingquiz #devchallenge #codingfun #webdev #developers #techquiz #javascript #codechallenge #brainhack
Games #2: Code Smarter with These Fun Games 🎮👾
Learn programming the fun way — find more on javidev (link in my profile).
Creation: mystic.js
#codinggames #learntocode #gamifycoding #freegames #programmingfun #webdev #developers #javascript #codechallenge #techlearning
Games #1: Learn to Code While You Play 🧙🏻♂️🎮
Turn fun into skill with these free games — explore more on javidev (link in my profile).
Creation: mystic.js
#learntocode #freegames #codingfun #programminggames #webdev #developers #gamifiedlearning #javascript #codechallenge #techtools
#JS #CodeChallenge #RandomGen #Frontend #Programming #ConsoleFun #Tech
Past this code in your browser console and press ENTER!
for(let i=0;i<50;i++)console.log('ABCDEFGHIJKLMNOPQRSTUVWXYZ'.split``.map(_=>'ABCDEFGHIJKLMNOPQRSTUVWXYZ'[Math.random()*26|0]).join``.slice(0,15))
Replicube is awesome! I managed to make sushi, though I think there's a cleaner way to code this. Oh, and of course I got the operators mixed up! What's new?
Steam page:
shorturl.at/xHyeU
#indiegame #codechallenge #blueskygaming
💵$100 Amazon Giftcard Challenge💵
Show us what you can develop using CodeSnipe!
What can you build in less than 3 hours? The best creations will be awarded with a $100 Amazon Giftcard
We built this in just 2.5 hours for $40
#ai #codechallenge #cursor
youtu.be/Vc95Q_kjqjY?...
Challenge 1 is now available
Nice and simple run without problems
Run with higher load and some problems
🚨 Code Challenge Alert! 🚨Dive into the first Application Observability Challenge 🛠️ Uncover unexpected behavior using test scripts and observability data, then enhance it to prove your fix! Ready to debug? 🤔👩💻👨💻
https://goto.ceesbos.nl/c1
#CodeChallenge #Observability #OpenTelemetry
Rotate Image | Rotate Matrix | #GFG #GFGPOTD #CodeChallenge #100DaysofCode
Explanation: www.youtube.com/watch?v=ktuh...
#CodeConundrum #CodingProblems
#CodeHelp #Programming
#Developers #CodeNewbie
#100DaysOfCode
#CodeChallenge #TechTwitter
#DevCommunity
Here’s the output:
True for 'deified' (a perfect palindrome) and False for '12321' (not purely alphabetic).
Did this trip you up? 😉 Tag your coding buddy if it did, and share this fun brain teaser!
#PythonPuzzles #Palindrome #CodeChallenge
Not your usual palindrome challenge! 🤔 Try this Python code and tell me: what will it print?
#PythonPuzzles #Palindrome #CodeChallenge #FunWithAI
chat-to.dev/post?id=108
#CodingCommunity
#LearnToCode
#ProgrammingTips
#DevLife
#TechTuesday
#OpenSource
#CodeChallenge
#CodeCrafting
#DeveloperHumor
#CodingJourney
#CodeReview