Best of The New StackDecember 2022

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

    What TypeScript Brings to Node.js

    Node.js and TypeScript have roots firmly planted in JavaScript, which came from the Java language. Both tools trace their language syntax to Java which James Gosling developed at Sun Microsystems in the 1990s. TypeScript employs static type checking to allow consistent use of variables and reduce a potential source of programming errors.

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

    GitHub Now Enables You to Find and Fix Code for Free

    GitHub's Secret scanning partner program will let you scan for your secrets in your code for free. In 2022 to date, GitHub notified its partners of over 1.7 million potential secrets exposed in public repositories. The service is only available to GitHub Enterprise customers.

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

    2022 a Golden Year as JavaScript Moves to the Edge

    2022 a Golden Year as JavaScript Moves to the Edge in Jan. 2022, The New Stack raised the question: ‘Will 2022 be a Golden Age for Full-Stack JavaScript?’ JavaScript had arguably another golden year, as it spread to the edge and its frameworks proliferated.

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

    Yes, WebAssembly Can Replace Kubernetes

    WebAssembly, or Wasm, was shown to be a very practical way to run code on a web browser. It has worked so well that the World Wide Web Consortium named it a web standard in 2019. Other languages Wasm can accommodate include Rust, Go,.NET, C++, Python, Java and PHP.

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

    What Rust Brings to Frontend and Web Development

    The year 2022 may well have been the year of Rust, with its introduction into the Linux Kernel. But should frontend/web developers concern themselves with this popular language in 2023? It depends on what you need to do. It can also be coupled with WebAssembly to deliver a fast, secure app at the edge.

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

    8 GitHub Actions for Setting Up Your CI/CD Pipelines

    You can trigger actions to run on-demand workflows by your events in a GitHub repository. These eight GitHub actions can make an impact on organizations getting started with their CI/CD pipelines. Foresight’s Workflow Kit Action Action tracks and monitors the resource metrics of your GitHub Action workflow runs.

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

    5 Software Security Goals All CTOs Should Prioritize

    When software is developed with security gaps, there is a risk that it can be exploited by cyberattacks. A design with a good separation of concerns will perform well, keep the application security code simple and ensure that security behavior is easy to extend. A zero trust architecture should be used to protect against both external and internal threats.

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

    Rust Makes Us Better Programmers

    Rust makes for a better development experience, enhances safety and increases program speed. To understand why Rust is so popular, we need to consider why we invented compilers and programming languages in the first place. In the case of other popular languages like Python, Rust programs run up to 20 times faster, according to the Programming Language Benchmark.