Link Blog

11 collections · 1512 total posts

December 2022

15-12-2022
Coding Interview Preparation | Codinginterview

Coding Interview Preparation | Codinginterview

Source: codinginterview.com

A very interesting overview of companies and their spproach yo coding interviews. Good if youre applying for a job there. But also good if you are designing your interview process. Author says: “Take the guesswork out of coding interviews with codinginterview.com. Explore comprehensive guides to hack the process at top companies including Amazon, Microsoft, Google, Apple, Facebook, and more “

14-12-2022
The Case for Models | Concerning Quality

The Case for Models | Concerning Quality

Source: concerningquality.com

An interesting idea, model based testing. The aurhor says: “Again, I’m writing about models because I have a deep desire to keep software minimal. While I don’t think it’s wrong to simply buckle up and deal with the complexity and raw magnitude of implementations as many of us do, that’s just not the path that I find appealing intuitively.”

04-12-2022
Swurl - Search everything instantly

Swurl - Search everything instantly

Source: swurl.com

Played with this a little. While google already searches all those other sources still i like the formatting of the output. Not sure if i will continuw to like it ad i use it more. But intriguing! Author dsys: “Search Google, YouTube, Instagram, Twitter, Reddit, Amazon, & many more sites all at once. See all the results in 1 organized view.”

November 2022

27-11-2022
Using Rust at a startup: A cautionary tale

Using Rust at a startup: A cautionary tale

Source: scribe.rip

The author (not me) says: “Right up front, I should say that Rust is very good at what it’s designed to do, and if your project needs the specific benefits of Rust (a systems language with high performance, super strong typing, no need for garbage collection, etc.) then Rust is a great choice. But I think that Rust is often used in situations where it’s not a great fit, and teams pay the price of Rust’s complexity and overhead without getting much benefit.”