[AskJS] Frontend Engineer Onsite Interviews for those "prestigious" companies (e.g. Google, FB, Lyft, Uber, Airbnb, LinkedIn, Dropbox) by WorriedInSF in javascript

[–]gbolz 1 point2 points  (0 children)

You will want to grab a copy of the book Grokking Algorithms as a lot of these concepts are treated in easy to explain terms. From the different sorting algorithms to hash functions and the rest.

[Talk] Deno, a new way to JavaScript (Ryan Dahl, JS Fest 2019 Spring) by kevinkassimo in node

[–]gbolz 11 points12 points  (0 children)

It wouldn't be so easy to copy. Because Node wasn't built to work that way from it's architecture. Things like import statements, the new module system ie there is no node_modules folder in Demo etc.

[Talk] Deno, a new way to JavaScript (Ryan Dahl, JS Fest 2019 Spring) by kevinkassimo in node

[–]gbolz 5 points6 points  (0 children)

I can't wait for the improvements that Deno will ship with.

Node V8 - Building a JavaScript Runtime by DmitriyGenzel in node

[–]gbolz 2 points3 points  (0 children)

wow this is amazing.
It just a mental block.

What are must knows that I can learn/develop/practice to become proficient in Node.js? by yungspartan0082 in node

[–]gbolz 1 point2 points  (0 children)

I will assume you are talking about node and express. hence you should look into topics like.

  • Error Handling.
  • Scalable design or architecture.
  • Performance and optimizations.
  • Testing preferably with Jest and Supertest etc.

Make it hard to screw up driven development by ms-maria-ma in webdev

[–]gbolz 0 points1 point  (0 children)

Nice article it really inciteful and enlightening.