Explore >> Select a destination


You are here

alexsidorenko.com
| | aayushsahu.com
3.7 parsecs away

Travel
| | Looking into memoization and `useMemo` to improve some performance of our application.
| | nikgrozev.com
2.6 parsecs away

Travel
| | This article demonstrates with a few simple examples why we need the useCallback and useMemo hooks and when and how to use them.
| | scastiel.dev
4.2 parsecs away

Travel
| | React Hooks are trully awesome, but the more I play with them the more I discover tricks, and sometimes spend a lot of time figuring out why my code doesn't do what it is supposed to.
| | thume.ca
23.5 parsecs away

Travel
| [AI summary] This blog post by Tristan Hume details his experience writing a compiler for a course project using Rust. He discusses various aspects of the project including the use of Rust's powerful enums and pattern matching, handling variable and type resolution, reference counting with Rc, code generation for x86 assembly, and the use of usercorn to run Linux binaries on macOS. The post also reflects on the challenges and benefits of using Rust for such a project, comparing it with other languages and design decisions.