Best of The New StackAugust 2022

  1. 1
    Article
    Avatar of newstackThe New Stack·4y

    Brain.js Brings Deep Learning to the Browser and Node.js

    Brain.js is a JavaScript library for deploying a neural network in the browser or on Node.js. It uses a computer’s GPU (graphics processing unit) for calculations, or pure JavaScript when GPU isn’t available. A lot of deep learning projects will continue to use the likes of TensorFlow or big company platforms like IBM Watson Studio or Google Cloud AI Platform.

  2. 2
    Article
    Avatar of newstackThe New Stack·4y

    Where Can Heroku Free Tier Users Go?

    Salesforce Heroku announced it will cease to support the free tier for Heroku Dynos, Postgres and Data for Redis. The company also laid out its product roadmap plans, which some skeptics viewed as lackluster and a sign that Salesforce is sunsetting Heroku.

  3. 3
    Article
    Avatar of newstackThe New Stack·4y

    What Trivago Learned Adopting TypeScript

    Trivago has migrated its core website from PHP/ JavaScript to TypeScript. The final version of this mid-to-large scale project includes 200,000 lines of code spread across 2,600.ts files and 115,000.tsx files.