Home New Trending Search
About Privacy Terms
#
#codechallenge
Posts tagged #codechallenge on Bluesky
Post image

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

0 0 0 0
Post image

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

1 0 0 0
Post image

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

0 0 0 0
Preview
From karaoke terminals to AI résumés: The winners of GitHub’s For the Love of Code challenge This summer, we invited devs to participate in our hackathon for joyful, ridiculous, and wildly creative projects. Here are the winners!

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...

1 0 0 0
Post image

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

4 0 0 0
Video thumbnail

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

1 0 0 0
Video thumbnail

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

1 0 0 0
Video thumbnail

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

0 0 0 0
Preview
Codova The World’s First Multipurpose QR Code Builder Credit to: arminhamidian The global QR code labels market size is projected to reach a significant $1.268 billion by 2026. A QR code scans reached a staggering 26.95 million in 2023, reflect…

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

0 0 0 0
Preview
HSBC Hackathon 2025 For Students & Developers: Open Apply Now Discover everything about HSBC Hackathon 2025 registration dates, themes, eligibility, rewards, and how to participate. A golden opportunity for students.

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

1 0 0 0
Video thumbnail

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

0 0 0 0
Post image

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

0 0 3 0
Video thumbnail

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

0 0 0 0
Video thumbnail

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

1 0 0 0
Video thumbnail

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

1 0 0 0
Video thumbnail

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

1 0 0 0
Video thumbnail

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

2 0 0 0

#SoftwareDevelopment #ProgrammerGrowth #TechSkills #ContinuousLearning #CodeChallenge

0 0 0 0

#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))

3 1 2 0
Video thumbnail

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

4 1 0 0
Building a feature rich website in 2.5 hours
Building a feature rich website in 2.5 hours YouTube video by CodeSnipe

💵$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?...

0 0 0 0
Challenge 1 is now available

Challenge 1 is now available

Post image Nice and simple run without problems

Nice and simple run without problems

Run with higher load and some 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

4 1 0 0
Post image

Rotate Image | Rotate Matrix | #GFG #GFGPOTD #CodeChallenge #100DaysofCode

Explanation: www.youtube.com/watch?v=ktuh...

2 0 0 0
Video thumbnail

#CodeConundrum #CodingProblems
#CodeHelp #Programming
#Developers #CodeNewbie
#100DaysOfCode
#CodeChallenge #TechTwitter
#DevCommunity

1 0 0 0

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

0 0 0 0
Post image

Not your usual palindrome challenge! 🤔 Try this Python code and tell me: what will it print?
#PythonPuzzles #Palindrome #CodeChallenge #FunWithAI

0 0 1 0
Preview
Another program for those starting out in python 🐍 This program prompts the user to input a phrase, then counts the number of vowels and consonants present in that phrase, ignoring uppercase letters and considering only alphabetical characters. ```py...

chat-to.dev/post?id=108
#CodingCommunity
#LearnToCode
#ProgrammingTips
#DevLife
#TechTuesday
#OpenSource
#CodeChallenge
#CodeCrafting
#DeveloperHumor
#CodingJourney
#CodeReview

0 0 0 0