Based on our record, Nature of Code should be more popular than Interview Cake. It has been mentiond 27 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Here's another site that helped me when I was starting out: interviewcake.com (I think I had a free trial or something). Source: about 3 years ago
Interviewcake.com has some great explanations and practice problems for leetcode style problems. I got the year subscription on sale. Source: almost 4 years ago
I also used to do the exact same thing during a technical interview. Seems like an obvious answer, but I've always noticed the more prior practice I have, the less nervous I get. I think a good part of the mental fatigue comes from nerves. And those nerves were amplified when I encountered a problem for which I didn't immediately have a general grasp of the solution. But as soon as I got more consistent with my... Source: almost 4 years ago
For clojure, you can use quil: https://github.com/quil/quil. - Source: Hacker News / about 1 month ago
I love this, I first learned Java and “Kids Programming Language” (a strange action script-y flash inspired thing) in elementary school and the lessons I learned there stuck with me until today. I would highly recommend parents consider teaching their kids using processing (p5.js), it’s super visual but still “real” code so you still build that muscle memory of thinking in loops and typing out real code:... - Source: Hacker News / 6 months ago
You might also want to pair it with The Nature of Code^1. ^1: https://natureofcode.com/. - Source: Hacker News / 8 months ago
For anyone wanting to do this in JS, check out Dan Shiffman’s Nature of Code https://natureofcode.com/ Uses p5js, so nicer than pure canvas. - Source: Hacker News / 8 months ago
One I would recommend for anyone's bookshelf at any level because it is so good: https://natureofcode.com/. - Source: Hacker News / 9 months ago
AlgoExpert.io - A better way to prep for tech interviews
The Coding Train - Online learning resource for beginner-friendly creative coding tutorials and challenges.
interviewing.io - Free, anonymous technical interview practice
Processing - C++ and Java programming at the speed of thought.
Daily Coding Problem - Get exceptionally good at coding interviews
p5.js - JS library for creating graphic and interactive experiences