Best of NPMJuly 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    ExpressoTS - The Developer-Friendly TypeScript Framework for Server-Side Applications

    Built on a modular architecture and designed with simplicity in mind, it empowers developers to quickly create powerful applications. Current Partners ExpressoTS is an MIT-licensed open-source project. The Developer-Friendly TypeScript Framework for Server-Side Applications is available on Node.js.

  2. 2
    Article
    Avatar of amplicationAmplication·3y

    How to Build a Node.js GraphQL API With NestJS and Prisma

    NestJS and Prisma are a great couple that can provide exactly that. NestJS is a powerful framework specifically designed for building Node.js applications. Prisma is an open-source database toolkit that provides tools and features to simplify database access. Amplication Amplication can automatically generate entities for your database models if you prefer.

  3. 3
    Article
    Avatar of reactnativeexampleReact Native Example·3y

    Onboarding UI with Lottie Animations

    Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal. Also attempts to open your app in the iOS Simulator if you're on a Mac and have it installed.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    Creating + Publishing your first NPM package with TypeScript

    Creating + Publishing your first NPM package with TypeScript support Jul 18, 2023· 9 min. NPM is the world's largest software registry. Open-source developers from every continent use NPM to share and borrow packages. Open the terminal --use the following ways based on your OS if you don't know how.

  5. 5
    Article
    Avatar of amplicationAmplication·3y

    Create API with GraphQL, Prisma, and MongoDB

    Create API with GraphQL, Prisma, and MongoDB Jump to GraphQL Prisma MongoDB Amplication. Amplication is an open-source platform that automatically generates APIs and clients based on pre-defined data models. It streamlines the development process by minimizing repetitive coding tasks and boilerplate code.

  6. 6
    Article
    Avatar of denoDeno·3y

    Deno 1.35: A fast and convenient way to build web servers

    Deno 1.35: A fast and convenient way to build web servers is now stable. This release also includes many other improvements and bug fixes. The long awaited new web server API, which allows developers to set up a web server using a single line of code.

  7. 7
    Article
    Avatar of phProduct Hunt·3y

    EasyNPM - Search & install command with one-click for npm packages

    EasyNPM - Search & install command with one-click for npm packages. EasyNPM was hunted by Akshara Hegde in Productivity. Open Source Developer Tools by EasyN PM Fabric Ad Your entire digital world in your pocket Support is great.

  8. 8
    Article
    Avatar of communityCommunity Picks·3y

    The Complete Guide to Becoming a Web Developer: Part 7

    The Complete Guide to Becoming a Web Developer: Part 7. Node.js, NPM, Express and Express are at the forefront of this revolution. These tools have made it possible for developers to use JavaScript, a language traditionally used for front-end development, for server-side programming. NPM is a tool that comes with Node.

  9. 9
    Article
    Avatar of hackernoonHacker Noon·3y

    How to Publish a React Component as a Package to Npm

    How to Publish a React component as an NPM package is a great way to share your code with the wider community. It's possible to publish packages as public as well as private packages on the NPM registry. The create-react-library command initializes your project to be published along with an example app.

  10. 10
    Article
    Avatar of colkgirlCode Like A Girl·3y

    What is Node.js? A Beginner’s Guide

    Node.js allows you to build applications that can handle multiple tasks concurrently without waiting for one task to finish before moving on to the next. It uses the V8 Engine, the same engine used by Chrome and written in C++. It is fast and non-blocking, primarily due to its asynchronous event-driven nature.

  11. 11
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    What is Node.js? Server-Side JavaScript Development Basics

    Node.js allows developers to use JavaScript both on the client-side and the server-side. This enables developers to build scalable, high-performance, and event-driven applications. Let's discover how Node.JS code works, and how that code can be integrated within your JavaScript and then executed.

  12. 12
    Article
    Avatar of reactnativeexampleReact Native Example·3y

    AI Voice Assistant App in React Native using ChatGPT & DALL-E

    AI Voice Assistant App in React Native using ChatGPT & DALL-E AI-Voice-Assistant-React-Native Watch Tutorial on YouTube. Get Started install dev dependencies or Get API KEY Go to https://openai.com Create a new account and get your API key.

  13. 13
    Article
    Avatar of reactnativeexampleReact Native Example·3y

    Mocking instagram app on visionOS

    Mocking instagram app on visionOS is a new just a fun project. Getting Started: Make sure you have completed the React Native – Environment setup instructions till “Creating a new application” step, before proceeding. For Android: Press the R key twice or select ‘Reload’ from the Developer Menu.