PinnedR. Harvey7 Rust crates you will probably needHere are 7 basic Rust crates that you will need to build with Rust; including an intro with real-world examples and further references.Apr 16Apr 16
PinnedR. HarveyHow I made a Math Evaluator on 24 linesA program to evaluate a mathematical expression on just 24 lines? Find out how to do it in this articleFeb 24, 2023Feb 24, 2023
R. HarveyWhy inheritance is still awesomeInheritance got a lot of hits recently. In this article, I want to show you how you can write enjoyable code using inheritance.Nov 3, 20231Nov 3, 20231
R. HarveyHow can you throw a ball as far as possible?It’s not a 45 degrees angleSep 23, 2023Sep 23, 2023
R. HarveyHow to detect whether a pseudo-element was clicked in JSToday I wanted to build something very simple. An element that can be dismissed by a small button that pops up on hover. However, the…Sep 18, 2023Sep 18, 2023
R. HarveyinIntuitionMathA more intuitive way of comparing setsWhy N is greater than N*2Jul 5, 2023Jul 5, 2023
R. HarveyinIntuitionMathWhy all numbers are imaginaryIn mathematics, imaginary numbers are all multiples of i with a real number. They are called imaginary because they are the solution to the…Jul 4, 20234Jul 4, 20234
R. HarveyThis is a pretty bad article IMO.Besides, "it would take days to calculate the 1000th without caching" is essentially wrong without mentioning Pythons sys recursion limit.Mar 14, 2023Mar 14, 2023
R. HarveyinBootcampSmart AlgorithmsSmart Algorithms in general can be defined as algorithms that have maximally valid/desirable output with minimally valid/desirable input…Feb 1, 2023Feb 1, 2023
R. HarveyWhat an asynchronous framework needs to be actually usefulIn my opinion, the state of async is pretty bad in most languages. Here are some things I think are essential for a good developer…Dec 26, 2022Dec 26, 2022