💭
Engr. management
I solve problems mostly on computers. My toolchains: (Rust+Go+Node.js)
Personal code repo: https://codeberg.org/the_echoman
- Irgendwo, Irgendwohin (100% remote)
Highlights
Pinned Loading
-
-
Some_Live_Software_Solutions.md
Some_Live_Software_Solutions.md 1# My Apps
231. [C'8 Coordinate](https://www.c8coordinate.com): An international disaster aid coordination platform connecting first responders, volunteers, aid givers, and disaster victims to facilitate direct, transparent, and efficient aid distribution. **Technologies:** Python, JQuery/Vanilla Javascript, Socket.IO websockets, Google Cloud.
452. [AUOSIS Online](https://auosis-online.web.app): A student virtual platform developed during the COVID-19 used in my school. **Technologies:** Golang, React Native, Expo SDK.
-
I inverted a Binary Tree "once" so y...
I inverted a Binary Tree "once" so you don't have to anymore ;( 12fn main() -> Result<(), std::process::ExitCode> {
3invert_binary_tree_once(Some(🌳));
4Ok(std::process::ExitCode::SUCCESS)
5}
-
Poking the Rust 🦀 Borrow Checker.
Poking the Rust 🦀 Borrow Checker. 1// ❌ snippet_a
2// This wouldn't work in Rust compiler because we're trying to change immutable data in memory
3// https://doc.rust-lang.org/book/ch03-01-variables-and-mutability.html#variables-and-mutability
4// Look at the fix in *snippet_b*
5let mut_data:Vec<(),()> = Vec::new();
-
Vim easy command mappings
Vim easy command mappings 1# (Vi)m Commands
23**_By David Akin_**
45Create and open a new file
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.