Elke
elkecodes.dev
Elke
@elkecodes.dev
Frontend dev with a history in fullstack development. Currently focusing on React but have worked with Vue and Angular in the past.
github.com/ElkeCodes/re... always interesting to learn new things in the interview question :) Never heard of an abundant number
September 23, 2025 at 6:00 AM
github.com/ElkeCodes/re...
Fun to learn more about baseball! It's been 20 years since I played a version of it in school, it's not that big here :)
September 21, 2025 at 6:25 AM
github.com/ElkeCodes/re...
Good old rounding errors occured during my implementation. Instead of 1.4, I had 1.4000000000000001 --' JS never disappoints :D
September 8, 2025 at 7:10 AM
github.com/ElkeCodes/re...
Been a while since I had a use for a do { } while loop :)
September 6, 2025 at 4:16 AM
github.com/ElkeCodes/re... Solution for this week's question :)
August 25, 2025 at 7:24 AM
Easy and simple solution: github.com/ElkeCodes/re...
August 18, 2025 at 7:12 AM
Solution for this week's interview question: github.com/ElkeCodes/re...
August 14, 2025 at 8:07 AM
July 31, 2025 at 7:49 AM
github.com/ElkeCodes/re... Here's my solution for this week. It takes into account if assemblyHours would be more than 24, just because I was in a mood to think too much about it :D
July 22, 2025 at 1:36 PM
github.com/ElkeCodes/re... My solution for this week :)
July 14, 2025 at 9:57 AM
My solution: github.com/ElkeCodes/re... The initial version I had written was a mess, glad I could end with a cleaner way of splitting the array of fireworks :)
July 8, 2025 at 9:47 AM
github.com/ElkeCodes/re... Here's my solution to this week's question :)
July 5, 2025 at 7:05 AM
github.com/ElkeCodes/re... Pretty happy with this as it also handles the situation where 1 siren overlaps everything else
June 23, 2025 at 6:52 AM
I think you're right, that it should be 2. I've visualised it and can't see a scenario where deleting either siren A, B, C or D would result in none overlapping sirens.
June 23, 2025 at 6:16 AM
Solution: github.com/ElkeCodes/re... There's definitely a way to make it shorter but I've also added support for multi part names :)
June 16, 2025 at 3:09 PM
github.com/ElkeCodes/re... Looked like the perfect situation to use a generator again :) But without a generator, I could probably write it a lot shorter :D
June 9, 2025 at 9:17 AM
github.com/ElkeCodes/re... Short and clean solution to the interview question :)
June 3, 2025 at 8:21 AM
github.com/ElkeCodes/re... Quick and easy. As others have pointed out, there are more pairs possible :)
May 29, 2025 at 3:31 PM
github.com/ElkeCodes/re... for once using eval() and added support for +, -, * and / which allows for results like this:
> addOperators(13425, -6)
> ['1+3-4/2*5']
May 14, 2025 at 6:04 PM
Solution for the interview question: github.com/ElkeCodes/re...

Hope you're doing well keeping the tiny human alive! :) Currently we have a 3-weeks old tiny human here, it's a fun adventure of learning all kinds of new skills (like quickly changing diapers so the tiny human doesn't make a mess 💩)
May 11, 2025 at 8:36 PM
Wishing all the best with the newborn!

Solution for the interview question: github.com/ElkeCodes/re...
April 24, 2025 at 7:41 PM
Congratulations on the 8 years!

Interview question solution: github.com/ElkeCodes/re...

Did I have to use a generator? No. But I was adamant on using one :D
April 7, 2025 at 5:28 PM
github.com/ElkeCodes/re... Happy with this one :)
April 2, 2025 at 9:51 PM