
Dimitri Marion
404 bio not found
Work
Senior Software Engineer at Collock
Pinned
loading...
We're a place where coders share, stay up-to-date and grow their careers.
404 bio not found
Work
Senior Software Engineer at Collock
Recent comments
[Challenge] 🐝 FizzBuzz without if/else
const div3 = x => x % 3 == 0; const div5 = x => x % 5 =...
How to become a Frontend Dev 👩💻👨💻 +the Frontend checklist✅
Good introdution. :) If you wonder what resources you should ...
What would you teach a frontend beginner in 2020?
How to Become a Front-end Developer in 2019 Still relevant...
Daily Challenge #177 - Supersize Me
Javascript const superSize = n => { const nArr = ...
Daily Challenge #175 - Complementary DNA
Javascript using Map: const dnaMatch = new Map(); dnaMatc...
📚 Tell me your ABSOLUTE favorite books and online classes
CSS in Depth Programming in Haskell: a good introduction ...
The Most Popular Front-End Developer Guide For ALL Skill Levels
This handbook is really good. I used it to create my own guid...
Daily Challenge #88 - Recursive Ninjas
Javascript const chirp = (n) => n == 1 ? 'chirp.' : 'c...