Explore >> Select a destination


You are here

simoncoenen.com
| | blog.pnkfx.org
19.1 parsecs away

Travel
| | ? This post is the first part in a planned series on linking Rust crates. My desire is to get informal feedback on these posts, and then turn ...
| | surma.dev
17.5 parsecs away

Travel
| | What follows is a brain dump of everything I know about compiling Rust to WebAssembly. Enjoy.
| | dygalo.dev
18.5 parsecs away

Travel
| | Sometimes we need to extend existing Python projects with other languages to solve performance issues or to include some functionality already written in another language. In this chapter, we will create a full-featured Python integration for a Rust crate we built in the previous article. As the primary goal, I want to focus on a pleasant end-user experience and share tips on improving the usability and debuggability of the resulting library.
| | www.java-tv.com
53.0 parsecs away

Travel
| This video reveals the long lost secret of how to write readable Java code. Self explaining method names, fluent interfaces, DSLs, helpful frameworks... We are always looking for ways to make our code more readable. But in our quest, we seem to have forgotten something. The most effective way to make any code more readable.