Rust is a system programming language developed by Mozilla. The language boasts the performance of C/C++ with the safety and ease of use of… (more…)
Read more »
Rust is a beautiful and complex beast. Despite being a truly low-level language, it has amazing features and abstractions available for us as developers. I personally have a (functional) JavaScript… (more…)
Read more »
In this next1 post of my series explaining how Rust is better off without Object-Oriented Programming, I discuss the last and (in my opinion) the weirdest of OOP’s 3 traditional pillars.
It’s not encapsulation, a great idea which exist... (more…)
Read more »
Learn how to bring multithreaded applications written in other languages to WebAssembly. (more…)
Read more »
In this blog post, I want to introduce the personal note taking app that I wrote for myself. I want to highlight the use-case that I'm looking to solve, as well as the challenges that I ran into with the tech stack and how I solved them. (more…)
Read more »