Do, or not do. There is no try. – Yoda
My findings while exploring various aspects of programming
diagram
Diagrams with Mermaid
Discover Mermaid's Markdown-inspired syntax to craft diverse diagrams using simple text in your blog posts. Learn how to integrate and customize Mermaid diagrams.
·
3 minutes reading time
rust
math
Internal Rate of Return Calculation
Deconstructing the math of investment: estimate the annualized rate of return with the IRR algorithm and its Rust implementation.
·
15 minutes reading time
javascript
The Game of Fifteen
A playable online game. Not every possible starting position is solvable, so we have to take special care.
·
6 minutes reading time
javascript
Tail Recursion with Trampoline
Node.js does not support tail call optimization, but a trampoline has the same effect.
·
11 minutes reading time