Explore >> Select a destination


You are here

poignardazur.github.io
| | lincolnmullen.com
7.4 parsecs away

Travel
| | Recently I've been writing a fair bit of code in Go for a project I am working on. There is a lot to like about the language. But the thought occurred to me that maybe I like Go because it fits my (unjustifiably) beleaguered sense of self. If I used to like Ruby because it was fun, then maybe I like Go now for these reasons: Go is a minimalist language. I would prefer that we just get down to work without any fuss. Go is a high performance language for concurrency. There is too much to do and it all has to be done at once, so I guess we better do it quickly. Go is strongly typed. Please tell me what you expect up front, then stick to it. Go makes you check for errors explicitly (if err != nil). Bad things will inevitably happen, so I guess we better plan for...
| | www.ralfj.de
2.5 parsecs away

Travel
| | Just yesterday, we submitted our paper RustBelt: Securing the Foundations of the Rust Programming Language. Quoting from the abstract: Rust is a new systems programming language that pr...
| | ebtech.github.io
3.0 parsecs away

Travel
| | I built a reference cookbook of algorithms and data structures for contest problem solvers. It's written in the Rust programming language, as I believe it's ideally suited to the task. For more info, please check out the repository at github.com/EbTech/rust-algorithms.
| | blog.pragmaticengineer.com
17.2 parsecs away

Travel
| At Big Tech and high-growth startups, coding and systems design interviews are common - and fairly standard. A lot of people have asked me for preparation advice for these. Here is what I used when getting ready for an E5/E6 Facebook interview, and the one at Uber - where