Best of TypeScriptJuly 2021

  1. 1
    Article
    Avatar of devtoDEV·5y

    To Typescript Or To Not?

    Typescript has over 19 million weekly downloads on NPM. The language is widely used in software products such as Slack, Medium, Asana, or Visual Studio Code. Microsoft (duh!), JetBrains, eBay, Ericsson, airbnb or Ubisoft are all open about using TypeScript.

  2. 2
    Article
    Avatar of 80lv80 LEVEL·5y

    GitHub's New AI Tool Can Help You to Write Your Code

    CNN.com will feature iReporter photos in a weekly Travel Snapshots gallery. Please submit your best shots of the U.S. for next week. Visit CNN.com/Travel next Wednesday for a new gallery of snapshots from around the world. We'll feature the best shots from across the globe in next week's gallery.

  3. 3
    Article
    Avatar of phProduct Hunt·5y

    Blockman - Highlight nested code blocks

    VSCode extension - Blockman. You can customize block colors, depth, turn on-off focus, curly/square/round brackets, and more.Supports Python, Dart, Rust, Swift, R, Go, PHP, JavaScript, JSX, TypeScript, TSX, C, C#, C++, Java, HTML, CSS and more...

  4. 4
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    Skeleton for Node.js Apps written in TypeScript (with Setup Instructions for ESLint, Prettier, and Husky)

    Skeleton for Node.js Apps written in TypeScript (with Setup Instructions for ESLint, Prettier, and Husky) Santosh Shinde Follows SOLID Principles Based on TypeScript Syntax Simple Environment Configuration Easily add a new feature Integrated Winston Logger Production-Ready Skeleton Follows Production Ready Best Practices: Security Project Structure Project folder Structure Project Source code Structure

  5. 5
    Article
    Avatar of devtoDEV·5y

    How programming is better with TypeScript ?

    TypeScript is a typed superset of JavaScript by definition. As a result, all current JavaScript is TypeScript compliant. TypeScript includes a compiler that converts a .ts file (which cannot be viewed in a browser) to a .js file. It is quite useful to include this layer of 'convenience' above JavaScript.