Languages - Tarpstone/dev-wiki GitHub Wiki
Golang
- https://mildtechnologist.medium.com/in-the-go-language-mutexes-are-dead-386ceb194085
- https://blog.devgenius.io/golang-apis-a-skeleton-for-your-future-projects-a082dc4d6818
Rust
- https://gankra.github.io/blah/fix-rust-pointers/
- https://tokio.rs/
- https://crates.io/crates/diesel
- https://github.com/actix/actix-web
- https://rocket.rs/
- https://romain-kelifa.medium.com/after-one-year-of-rust-7cef608fef68
- https://kerkour.com/rust-generics-traits
- https://onesignal.com/blog/solving-memory-leaks-in-rust/
- https://kerkour.com/web-application-with-rust-and-webassembly
- https://betterprogramming.pub/how-to-work-with-json-in-rust-35ddc964009e
- https://www.forrestthewoods.com/blog/how-to-debug-rust-with-visual-studio-code/
- https://www.infoworld.com/article/3664124/how-to-use-rust-with-python-and-python-with-rust.html
- https://www.jackos.io/rust-kernel/rust-for-linux.html#using-kernel-parameters
- https://betterprogramming.pub/rust-for-the-fastest-serverless-experience-80530acdd4d4
- https://llogiq.github.io/2015/07/09/cow.html
- https://dev.to/kgrech/7-ways-to-pass-a-string-between-rust-and-c-4ieb
- https://pcwalton.github.io/_posts/2022-08-19-introducing-cxx-async.html
- https://medium.com/pragmatic-programmers/fearless-concurrency-with-rust-683cef1acb6b
- https://github.com/vanjacosic/rust-ffi-to-c
- https://betterprogramming.pub/producing-a-zoom-able-bifurcation-diagram-in-tauri-rust-d2867ff1387f
- https://medium.com/codex/7-useful-rust-library-you-should-use-in-your-next-project-e41665aef278
- https://tweedegolf.nl/nl/blog/74/using-c-libraries-in-your-rust-project
- https://nickb.dev/blog/avoiding-allocations-in-rust-to-shrink-wasm-modules/
- https://betterprogramming.pub/tauri-vs-electron-for-tray-apps-ed15974f35ce
- https://matklad.github.io/2022/11/18/if-a-tree-falls-in-a-forest-does-it-overflow-the-stack.html
- How to learn Rust
- http://cliffle.com/p/dangerust/1/
- https://towardsdatascience.com/nine-rules-for-running-rust-on-the-web-and-on-embedded-94462ef249a2
- https://ipthomas.com/blog/2023/07/n-times-faster-than-c-where-n-128/
- https://blog.devgenius.io/i-saved-87-on-compute-costs-by-switching-languages-2443766ee8ef
- https://medium.com/@govinda.attal/containerize-rust-service-and-pattern-to-support-unit-tests-a491d28118c0
- https://tweedegolf.nl/en/blog/101/are-we-embedded-yet
- https://blog.devgenius.io/implementing-a-network-traffic-analyzer-in-rust-50a772bb6564
- https://without.boats/blog/why-async-rust/
- https://wapl.es/announcing-ethercrab-the-rust-ethercat-controller/
- https://ductile.systems/freight-part-1/
- https://willcrichton.net/notes/k-corrset/
- https://worldwithouteng.com/articles/make-your-rust-code-unit-testable-with-dependency-inversion/
- https://udoprog.github.io/rust/2023-10-28/stop-worrying.html
- https://medium.com/coderhack-com/rust-concurrency-with-the-sync-and-send-traits-720b2eead6d1
- https://medium.com/@jankammerath/eco-friendly-fast-lane-go-rust-swift-are-leaving-php-node-js-and-python-in-the-dust-6840f0077e4a
- https://serokell.medium.com/top-rust-libraries-eaca032a7b72
- https://www.qovery.com/blog/common-mistakes-with-rust-async
Zig
To read: