Best of MediumMarch 2021

  1. 1
    Article
    Avatar of medium_jsMedium·5y

    Dependency injection in Javascript

    Dependency injection (DI) is a programming pattern in which a dependency is passed using the parameters instead of instantiating it within the function or class. DI enables creating isolated individual components within application code and makes it easy to switch those dependencies in the future as the requirement changes. This article explores dependency injection in Javascript using higher-order functions.

  2. 2
    Article
    Avatar of medium_jsMedium·5y

    Go vs Node.js: Who is Winning?

    Go is a general language designed with systems programming in mind. It was developed at Google within the year 2007 by Griesemer, Rob Pike, and Ken Thompson. The Go artificial language was proclaimed in November 2009 and is employed in several of Google’s production systems. Node.js could be a package platform to form quick, ascendible net applications quickly.

  3. 3
    Article
    Avatar of medium_jsMedium·5y

    Learning Node.js

    Sam Lesser shares his knowledge of Node.js and how to set it up on VScode. He explains the benefits and drawbacks of the technology. He also shares his tips on how to get the most out of your node.js app. He concludes by explaining why it's worth your time to learn it.