Still doing my #100Devs #codewars 3 years later! This used to take me 30 minutes and now it takes me under 2 minutes to complete problems like this! Yes I still use “PREP Method”.
Latest posts tagged with #Codewars on Bluesky
Still doing my #100Devs #codewars 3 years later! This used to take me 30 minutes and now it takes me under 2 minutes to complete problems like this! Yes I still use “PREP Method”.
A screen shot of a coding challenge from codewars.com, showing a completed 5kyu challenge titled "Regex Password Validation"
1st tryyyyeeee (lies it was like 3rd try heh) #regex #codewars #5kyu #coding #javascript #100Devs
My secret sauce for sticking to daily habits: Make them non-negotiable and build momentum that's harder to break than to keep.
2.5+ years of daily coding don't lie: Coffee, bathroom, #codewars - same category.
What daily habit are you building? How do you stick to it?
Hey friends, come and do some more #codewars with me at 6:30 pm ET/23:30 UTC. See you there: twitch.tv/helloitsrufio
Clocked my daily #codewars today: 1.5 hrs. One liner was done after 5 minutes. Rest was spent refactoring, exploring #JavaScript docs, and discussing with LLMs.
Lots of fun! :)
Come do #Codewars with me at 11 am ET/4 pm UTC today! twitch.tv/helloitsrufio
Who else thinks infinite for loops can be elegant? 😍
function calculateYears(principal, interest, tax, desired) {
for (let years = 0; ; years++) {
if (principal >= desired) return years;
principal *= 1 + interest * (1 - tax);
}
}
www.codewars.com/kata/563f037...
#100Devs #js #codewars
Hey friends and #100devs! Come hang out,do some #Codewars, and chat with me! After Codewars, we'll be picking a project to do on the next stream. See you at 6:30 pm EST/10:30 pm UTC: twitch.tv/helloitsrufio
codewars leaderboard of 100Devs codewars clan showing the OP at 16th place.
2.5 years into #Codewars and 906 katas later... just hit rank 16 in the #100Devs clan! The coding journey continues 💻
Hey guys. Any tips for when you get stuck on a leetcode or codewar problem? #softwareengineers #javascript #leetcode #codewars #coding
#CodeWars is nice and all... but does it have daily streaks and a daily challenege for everyone?? *cough* I don't think so *cough* 😉
Life would be perfect✨ if we had #CodeWars with the same functionalities as #CSSBattles !!!
Devs aren’t picking the “boring” stack because React > Vue or Postgres > Mongo.
Love AI or hate it, they’re picking it because Claude’s seen 10M React apps and exactly zero of your artisanal Svelte store.
#FullStackFights #PostgresPilled #SvelteSadness #CodeWars
In 2+ years of daily #CodeWars practice, I've evolved from 'just make it work' to 'I need a clever one-liner,' and finally to 'how do I write this in a way that's both readable and efficient?'
#100Devs
Always learning to make my code more Pythonic and today's learning consist of using all() which checks if elements in an iterable are True
I used a for loop but all() would have worked to return a boolean I needed
#algo #algorithms #codewars
List display with button to add numbers and reset
HTML code
JavaScript code
JavaScript code
8kyu Codewars List Challenge. This was fun. I wonder… could I make a text adventure game?🤔 #codewars #8kyu #WebDevelopment #Frontend #DevCommunity #Coding
Image of the grading rubric: under the rubric are two input boxes for grades and projects, and under that is the calculate button.
HTML Code
Javascript code
Completed 8kyu Codewars Grading Rubric Challenge #codewars #8kyu #WebDevelopment #Frontend #DevCommunity #Coding
Tabs or Spaces?
🔥 The eternal dev debate:
THIS or THAT?
🔹 Tabs
⚪ Spaces
Choose wisely. Your team might be watching.
#CloudQ #CodeWars #ThisOrThat
Basically just looked at my first code wars problem today. I was like oh I have done something like this before... but do I remember it... no. dang. so basically yeah do your anki folks! #100devs #eloquentJavaScript #codeWars
Time to do something coding challenges on stream, some new, some practice, come hang out!
Going live on Twitch at:
twitch.tv/waggy_is_cod...
#CodeWars #Leetcode #Javascript #WebDev #SoftwareEngineer
Come join me on Twitch! Doing some #Javascript #Codewars for about an hour.
twitch.tv/waggy_is_cod...