Hi, I’m Lerina,
a software developer based in Waterloo ON, Canada
but you can
sometimes find me in Paris (France) or Antananarivo (Madagascar).
I take assignments involving Rust and/or webassembly (wasm).
These projects usualy happen within the context of a partial update
or maintenance of some Python, Javascript/Ts, or C codebase .
There are a lot of projects out there that are useful and deserve to
ascend to the next level.
This leveling-up often focus on Safer libraries, Faster modules, Leaner
dependencies.
I Replace sensible modules with Rust and/or wasm drop-in replacements.
Rust is a systems language that provides memory safety without garbage collection, and concurrency without race conditions. It provides significant improvement in performance for interpreted languages such as Python or Javascript. and a decrease the possibility of cyber-attack through bug explotation memory mismanagement.
Rust performs the majority of its safety checks and memory management decisions at compile time, so that your program’s runtime performance isn’t impacted.
see also: Rust works well with other programming languages
Is your project ready to ascend to the next level?
Does it need Safer libraries, Faster modules, Leaner dependencies?
Tell me about YOUR Pain:
P
roject or Problem (to solve)
A
spiration or Angst/Anger (to fix)
I
tch or Irritation (to heal)
N
eed or Niche (to satisfy)
See more about software Development
with code examples and opinionated short texts

more about
software Development
My Workflow
There is a fake dichotomy about Top-down vs Bottom-up approach In reality most practices integrate elements of both. We alternate between “do the right job” awarness and “do the job right” eagerness. This is Reflective equilibrium applied to software development.