Best of NPMOctober 2023

  1. 1
    Article
    Avatar of telerikTelerik·3y

    Angular Component Library Part 1: How to Build a Library

    Learn how to build a shared component library in Angular to accelerate development, reduce code duplication, and ensure consistent functionality across applications.

  2. 2
    Article
    Avatar of hackernoonHacker Noon·3y

    The Ultimate Guide to Integrating Cloudinary With Next.js

    Learn how to integrate Cloudinary with your Next.js application using the next-cloudinary package. Cloudinary is a cloud-based media management platform that optimizes image and video delivery, provides media transformation features, CDN and caching options, and secure storage. By integrating Cloudinary with Next.js, you can enhance your web application's performance and user experience.

  3. 3
    Article
    Avatar of telerikTelerik·3y

    Angular Component Library Part 2: How to Theme and Publish

    Learn how to add themes and publish an Angular component library to npm, using CSS variables for theming and customizing the library to meet specific requirements.