Best of InterviewMay 2022

  1. 1
    Article
    Avatar of hnHacker News·4y

    The Niche Programmer

    For the vast majority of his programming career, I've been a mainstream developer. But then one day in 2018 I got a job where I had to learn Clojure. I had no idea that there would be something without a C-like syntax. So many parentheses, such seemingly condense code. Crazy. I learned it and then wrote Clojure for almost 3 years at that company.

  2. 2
    Article
    Avatar of devdojoDevDojo·4y

    Top 10 JavaScript Interview Questions

    JavaScript is a case-sensitive language. The keywords , variables , function names must always be typed with a consistent capitalization of letters. The type of operator is used to get the data type of its operand, the operand can be either a litterer or a data structure such as a function, or an object.

  3. 3
    Article
    Avatar of bytebytegoByteByteGo·4y

    System Design Interview Books: Volume 1 vs Volume 2

    Volume 1 and volume 2 cover a different set of system design interview questions and solutions. What’s the difference between volume 1 andvolume 2? Shall I read volume 1 first before reading volume 2? This short post aims to answer those questions.Volume 1 focuses more on the fundamentals. It is more beginner-friendly. But since it covers more advanced topics, experienced developers will learn more from volume 2.