Best of Node.jsOctober 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    11 Features in Node.js 18 you need to try

    Node.js 18 was released on the 19th of April this year. The community is looking forward to this release with many new features and other benefits. You can now use Node Watch index on your file name to start watching your files without having to install anything.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Nuxt 3 vs SvelteKit

    Nuxt 3 vs SvelteKit for ryantoken.com v3 has been in Release Candidate mode since April of 2022 (about 6 months at time of writing) It still isn't done and is missing some key features for me to be fully satisfied with it. Nuxt will automatically configure the routing for you.

  3. 3
    Article
    Avatar of logrocketLogRocket·3y

    Exploring the repository pattern with TypeScript and Node

    The repository pattern can be defined as an abstraction over data storage. It enforces the dependency inversion principle - Since business logic and data access logic are loosely coupled, they can be tested separately. In the up function, we are creating a posts table in our database with three columns: id, title, and content. The up function will be executed when we run the migration.

  4. 4
    Article
    Avatar of telerikTelerik·4y

    Popular VS Code Extensions for Vue.js & Nuxt.js Developers

    Vue 2/Nuxt 2 (AKA Vue Language Features) is a language support extension built for Vue, Vitepress and petite-vue. It fills many holes Vetur has regarding TypeScript and provides features like type checking, completion, renaming and refactoring. Vue Discovery (Vue Discovery) discovers Vue components in your project.

  5. 5
    Article
    Avatar of nodejsNode.js·4y

    Node v18.11.0 (Current)

    The latest version of the Node.js tool is now available for users to download and test it for the first time. Notable changes include watch mode (experimental) Running in 'watch' mode using node --watch restarts the process when an imported file is changed. For more information, visit www. node.js to see the latest Node.

  6. 6
    Article
    Avatar of awstipAWS Tip·3y

    Deploying a NodeJS Application With AWS EC2, SSL, and a Load Balancer

    This walkthrough requires adding a payment method with AWS and a purchase of a domain. You will now be viewing the details page of your security group; let’s edit the inbound rules. Make the port range 8080 - Make the source “Anywhere IPv4” - Do the same process for HTTP (port 80) and HTTPS (port 443) Your security group should look like this.